-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trim down `ewms_sidecar.py` * trim `act.py` * wording * add `methos` pos var * adapt k8s args for testing with ewms_sidecar * add `unstable_testing__starter_exc` key under `classifiers` for testing * refactor `tms` & `clientmananger` to `cluster_starter` (no DB changes) * typo * fix ci * revert test changes * <bot> update dependencies*.log files(s) * fix ci env var * call it `direct-remote-condor` --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
8 changed files
with
153 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"""Entry-point to start up clientmanager service.""" | ||
"""Entry-point to start up EWMS Sidecar.""" | ||
|
||
from . import clientmanager, config | ||
from . import config, ewms_sidecar | ||
|
||
if __name__ == "__main__": | ||
clientmanager.main() | ||
ewms_sidecar.main() | ||
config.LOGGER.info("Done.") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.