Skip to content
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

Backport of VAULT-17586: Add concurency to ci and build workflows into release/1.14.x #21556

Conversation

hc-github-team-secure-vault-core
Copy link
Collaborator

Backport

This PR is auto-generated from #21550 to be assessed for backporting due to the inclusion of the label backport/1.14.x.

🚨

Warning automatic cherry-pick of commits failed. If the first commit failed,
you will see a blank no-op commit below. If at least one commit succeeded, you
will see the cherry-picked commits up to, not including, the commit where
the merge conflict occurred.

The person who merged in the original PR is:
@miagilepner
This person should manually cherry-pick the original PR into a new backport PR,
and close this one when the manual backport PR is merged in.

merge conflict error: POST https://api.github.com/repos/hashicorp/vault/merges: 409 Merge conflict []

The below text is copied from the body of the original PR.


This PR adds a concurrency parameter to the build.yml and ci.yml workflows. There will only ever be one job running with the same group label. The group will either be the head branch, which is only present in PRs, or will be the uniquely assigned runID. That means that if it's a PR, there will only ever one of each of these workflows running for the same branch and an in-progress workflow will be cancelled in favor of a new one. For all other triggers, there will be no cancellation.


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/miagilepner/experiment-concurrency/endlessly-adapting-leopard branch from 7ac3c24 to 5977c50 Compare July 4, 2023 11:44
@hashicorp-cla
Copy link

hashicorp-cla commented Jul 4, 2023

CLA assistant check
All committers have signed the CLA.

@miagilepner miagilepner force-pushed the backport/miagilepner/experiment-concurrency/endlessly-adapting-leopard branch from aef29f7 to e0fe552 Compare July 4, 2023 13:48
@miagilepner miagilepner marked this pull request as ready for review July 4, 2023 13:49
@miagilepner miagilepner requested a review from a team as a code owner July 4, 2023 13:49
@miagilepner miagilepner requested a review from kubawi July 4, 2023 14:46
Copy link
Contributor

@kubawi kubawi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants