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.Changes for v8:
Swap YUM_REPO_NEW_ROLE to YUM_REPO_NEW_AWS_ROLE
as that fix was already added to this branch in [v8] Refactor Drone Pipelines to use AWS role assumption #17260Aside from the drongen and signature conflicts, there were no other merge conflicts.
This change doesn't need to be ported any further, as
dronegen/os_repos.go
and related pipelines aren't in v7.Testing
Tag: https://drone.platform.teleport.sh/gravitational/teleport/16761
Promote: https://drone.platform.teleport.sh/gravitational/teleport/16773