-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor common executor constructors with test coverage (#774)
I noticed in #771 that there was a lot of repeated class constructors in order to add a new execution mode that is common among `local`, `docker` and `kubernetes` and there is no test coverage for the constructors and methods in some of the operators. This PR attempts to make it easier to add new execution operators in the future. ## Breaking Change? None There may be task UI color differences with the kuberentes/docker operators, since now all of LS/Seed/Run etc. operators across execution modes have the same task colors.
- Loading branch information
Showing
10 changed files
with
269 additions
and
263 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
Oops, something went wrong.