Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backports #17638
This PR includes a variety of fixes and improvements to our apt & yum promotion pipelines. These are broken out by commit:
Serialize apt/yum promote pipelines
fixes the errors seen in https://drone.platform.teleport.sh/gravitational/teleport/16694/1/5 by serializing pipeline steps via dependencies.Allow dev build promotes to proceed in deb/rpm pipelines
allows us to test the fix above, which was formerly skipped on promotes of dev builds. This is the future of the changes proposed in Allow dev build promotes to proceed in deb/rpm pipelines #17340Fix globbing bug
fixes a seemingly harmless globbing bug. This was opportunistic cleanup.Swap YUM_REPO_NEW_ROLE to YUM_REPO_NEW_AWS_ROLE
introduces the changes from [v11] Swap YUM_REPO_NEW_ROLE to YUM_REPO_NEW_AWS_ROLE #17407, in case this lands first.There were a range of merge conflicts, primarily stemming from master's version of this being developed on top of #16688, which touched some shared functions.
Testing
Tag: https://drone.platform.teleport.sh/gravitational/teleport/16750
Promote: https://drone.platform.teleport.sh/gravitational/teleport/16755
I won't merge until these are both green.