-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployer types #117
Deployer types #117
Conversation
Also improved debug messages
Mostly this is test cases, and some mild refactoring that should have a similar result
This ensures that the goroutines are done when the engine exits. This fixes a test case, and will be important when retrying is added to the deadlock check
This is a workaround for the situation where all of the steps are processing at the same time, all waiting for input
Also improved error logic
Required for prior commits to work
This adds the done message to the SDK
This means new error handling, so multiple errors can be reported
Force stop is good for when you do not need to wait for the ATP client, or something equivalant, to finish. Waiting for the ATP to finish means waiting for the steps to finish entirely.
I reduced the amount of code in one function, and reduced redundancy of unlocking
These ones were only shown on CI, not locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name/ID refactor made changes out of scope.
In addition, we should probably add a test for invalid deployer ID. I'll do that.
The docker deployer is already used extensively in the tests. No need to have a second deployer that also needs to be configured
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Tested locally.
Changes introduced with this PR
Adjust deployer based on parameters in workflow plugin.
By contributing to this repository, I agree to the contribution guidelines.