Skip to content

Added flag to gh-trigger-workflow tool to wait for pre-existing runs#24696

Merged
fheinecke merged 4 commits intomasterfrom
fred/migration-test-tag-6
Apr 17, 2023
Merged

Added flag to gh-trigger-workflow tool to wait for pre-existing runs#24696
fheinecke merged 4 commits intomasterfrom
fred/migration-test-tag-6

Conversation

@fheinecke
Copy link
Copy Markdown
Contributor

This PR adds a -series-run flag to the gh-trigger-workflow tool that causes the tool to wait for any incomplete runs for the workflow to complete (whether they succeed or fail) before triggering the new workflow run. This prevents run cancellation/clobbering when multiple workflow runs are triggered for the same git ref with a concurrency limit set.

@fheinecke fheinecke force-pushed the fred/migration-test-tag-6 branch from bdb1a9b to 041702b Compare April 17, 2023 21:16
@fheinecke fheinecke removed the helm label Apr 17, 2023
@fheinecke fheinecke enabled auto-merge April 17, 2023 21:17
Comment thread build.assets/tooling/lib/github/workflows.go Outdated
Comment thread build.assets/tooling/cmd/gh-trigger-workflow/main.go Outdated
Comment thread build.assets/tooling/cmd/gh-trigger-workflow/main.go Outdated
Comment thread build.assets/tooling/cmd/gh-trigger-workflow/main.go Outdated
Comment thread build.assets/tooling/cmd/gh-trigger-workflow/main.go Outdated
@public-teleport-github-review-bot public-teleport-github-review-bot Bot removed the request for review from fspmarshall April 17, 2023 21:20
}

func waitForActiveWorkflowRuns(ctx context.Context, gh *ghapi.Client, args args) error {
// If there are runs lasting longer than this then there is a probably a much larger problem at play
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What does this refer to in this comment?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@fheinecke fheinecke disabled auto-merge April 17, 2023 21:26
@fheinecke fheinecke enabled auto-merge April 17, 2023 21:26
@fheinecke
Copy link
Copy Markdown
Contributor Author

Updated all instances of Id -> ID

@fheinecke fheinecke added this pull request to the merge queue Apr 17, 2023
Merged via the queue into master with commit 7262c14 Apr 17, 2023
@fheinecke fheinecke deleted the fred/migration-test-tag-6 branch April 17, 2023 21:56
fheinecke added a commit that referenced this pull request Apr 19, 2023
#24696)

* Added flag to `gh-trigger-workflow tool` to wait for pre-existing runs

* Addressed PR comments

* workflowId -> workflowID

* Id -> ID
fheinecke added a commit that referenced this pull request Apr 19, 2023
* Increase GHA build timeout (#22926)

Our ARM64 build fails quite frequently due to 30 minutes timeout. This PR increases the build timeout to one hour.

* Migrate publishing of new APT and YUM repos to GHA (#24350)

* Deleted OPRT from this repo

* Migrated dronegen to call gha workflow

* Removed dead pipelines

* Removed unused function to appease linter

* Accounted for private repo promotions

* Updated to use package name filter

* Accounted for teleport-ent-updater publishing

* Added missing `mkdir` call when determining if a release is a pre-release. (#24634)

* Added missing mkdir call

* Updated to calculate dirname at dronegen time

* Removed "workflow-tag" argument from OPRT GHA call (#24637)

* Flipped environment logic for OS package promotion (#24639)

* Fixed OPRT migration issues (#24655)

* Fixed OPRT migration issues

* Removed package-to-test from unsupported teleport-ent-updater package

* Added flag to `gh-trigger-workflow` tool to wait for pre-existing runs (#24696)

* Added flag to `gh-trigger-workflow tool` to wait for pre-existing runs

* Addressed PR comments

* workflowId -> workflowID

* Id -> ID

* Updated promotion pipelines to publish OS packages in series (#24753)

* Removed pipeline

* Removed teleport-ent-updater deployment

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>
fheinecke added a commit that referenced this pull request Apr 19, 2023
* Increase GHA build timeout (#22926)

Our ARM64 build fails quite frequently due to 30 minutes timeout. This PR increases the build timeout to one hour.

* Migrate publishing of new APT and YUM repos to GHA (#24350)

* Deleted OPRT from this repo

* Migrated dronegen to call gha workflow

* Removed dead pipelines

* Removed unused function to appease linter

* Accounted for private repo promotions

* Updated to use package name filter

* Accounted for teleport-ent-updater publishing

* Added missing `mkdir` call when determining if a release is a pre-release. (#24634)

* Added missing mkdir call

* Updated to calculate dirname at dronegen time

* Removed "workflow-tag" argument from OPRT GHA call (#24637)

* Flipped environment logic for OS package promotion (#24639)

* Fixed OPRT migration issues (#24655)

* Fixed OPRT migration issues

* Removed package-to-test from unsupported teleport-ent-updater package

* Added flag to `gh-trigger-workflow` tool to wait for pre-existing runs (#24696)

* Added flag to `gh-trigger-workflow tool` to wait for pre-existing runs

* Addressed PR comments

* workflowId -> workflowID

* Id -> ID

* Updated promotion pipelines to publish OS packages in series (#24753)

* Removed pipeline

* Removed teleport-ent-updater deployment

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>
fheinecke added a commit that referenced this pull request Apr 20, 2023
* Increase GHA build timeout (#22926)

Our ARM64 build fails quite frequently due to 30 minutes timeout. This PR increases the build timeout to one hour.

* Migrate publishing of new APT and YUM repos to GHA (#24350)

* Deleted OPRT from this repo

* Migrated dronegen to call gha workflow

* Removed dead pipelines

* Removed unused function to appease linter

* Accounted for private repo promotions

* Updated to use package name filter

* Accounted for teleport-ent-updater publishing

* Added missing `mkdir` call when determining if a release is a pre-release. (#24634)

* Added missing mkdir call

* Updated to calculate dirname at dronegen time

* Removed "workflow-tag" argument from OPRT GHA call (#24637)

* Flipped environment logic for OS package promotion (#24639)

* Fixed OPRT migration issues (#24655)

* Fixed OPRT migration issues

* Removed package-to-test from unsupported teleport-ent-updater package

* Added flag to `gh-trigger-workflow` tool to wait for pre-existing runs (#24696)

* Added flag to `gh-trigger-workflow tool` to wait for pre-existing runs

* Addressed PR comments

* workflowId -> workflowID

* Id -> ID

* Updated promotion pipelines to publish OS packages in series (#24753)

* Removed pipeline

* Removed teleport-ent-updater deployment

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>
fheinecke added a commit that referenced this pull request Apr 20, 2023
* OS packaging and auto updates backport - v12 (#24781)

* Increase GHA build timeout (#22926)

Our ARM64 build fails quite frequently due to 30 minutes timeout. This PR increases the build timeout to one hour.

* Migrate publishing of new APT and YUM repos to GHA (#24350)

* Deleted OPRT from this repo

* Migrated dronegen to call gha workflow

* Removed dead pipelines

* Removed unused function to appease linter

* Accounted for private repo promotions

* Updated to use package name filter

* Accounted for teleport-ent-updater publishing

* Added missing `mkdir` call when determining if a release is a pre-release. (#24634)

* Added missing mkdir call

* Updated to calculate dirname at dronegen time

* Removed "workflow-tag" argument from OPRT GHA call (#24637)

* Flipped environment logic for OS package promotion (#24639)

* Fixed OPRT migration issues (#24655)

* Fixed OPRT migration issues

* Removed package-to-test from unsupported teleport-ent-updater package

* Added flag to `gh-trigger-workflow` tool to wait for pre-existing runs (#24696)

* Added flag to `gh-trigger-workflow tool` to wait for pre-existing runs

* Addressed PR comments

* workflowId -> workflowID

* Id -> ID

* Updated promotion pipelines to publish OS packages in series (#24753)

* Removed pipeline

* Removed teleport-ent-updater deployment

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>

* Removed accidental backport of *-teleport-oci-distroless-images

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>
r0mant pushed a commit that referenced this pull request Apr 20, 2023
* OS packaging and auto updates backport - v12 (#24781)

* Increase GHA build timeout (#22926)

Our ARM64 build fails quite frequently due to 30 minutes timeout. This PR increases the build timeout to one hour.

* Migrate publishing of new APT and YUM repos to GHA (#24350)

* Deleted OPRT from this repo

* Migrated dronegen to call gha workflow

* Removed dead pipelines

* Removed unused function to appease linter

* Accounted for private repo promotions

* Updated to use package name filter

* Accounted for teleport-ent-updater publishing

* Added missing `mkdir` call when determining if a release is a pre-release. (#24634)

* Added missing mkdir call

* Updated to calculate dirname at dronegen time

* Removed "workflow-tag" argument from OPRT GHA call (#24637)

* Flipped environment logic for OS package promotion (#24639)

* Fixed OPRT migration issues (#24655)

* Fixed OPRT migration issues

* Removed package-to-test from unsupported teleport-ent-updater package

* Added flag to `gh-trigger-workflow` tool to wait for pre-existing runs (#24696)

* Added flag to `gh-trigger-workflow tool` to wait for pre-existing runs

* Addressed PR comments

* workflowId -> workflowID

* Id -> ID

* Updated promotion pipelines to publish OS packages in series (#24753)

* Removed pipeline

* Removed teleport-ent-updater deployment

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>

* Resigned drone.yml

---------

Co-authored-by: Jakub Nyckowski <jakub.nyckowski@goteleport.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants