Skip to content

Comments

Disable concurrent Kitchen Windows workflow runs#1062

Closed
jwmossmoz wants to merge 1 commit intomasterfrom
gha_kitchen_windows_fix
Closed

Disable concurrent Kitchen Windows workflow runs#1062
jwmossmoz wants to merge 1 commit intomasterfrom
gha_kitchen_windows_fix

Conversation

@jwmossmoz
Copy link
Contributor

Summary

  • add a workflow-level concurrency lock to Kitchen Windows
  • prevent parallel Kitchen Windows runs from overlapping on shared resources
  • keep queued runs (do not cancel in-progress runs)

Why

We are seeing intermittent failures in one PR while another PR run succeeds around the same time, suggesting cross-run contention.

Example runs:

This change serializes the workflow to validate that hypothesis.

@jwmossmoz jwmossmoz closed this Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant