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

gh-130604: Always run all matrix workflows in GitHub Actions #130603

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

AA-Turner
Copy link
Member

@AA-Turner AA-Turner commented Feb 26, 2025

Most GHA matricies have fail-fast: false but not all. Notably, the thread-sanitizer workflow, which is required for merge but auto-cancels if any of the matrix jobs fails, requiring a full re-run of both jobs.

A

@AA-Turner AA-Turner changed the title Always run all matrix workflows in GitHub Actions gh-130604: Always run all matrix workflows in GitHub Actions Feb 26, 2025
@AA-Turner AA-Turner enabled auto-merge (squash) February 26, 2025 21:39
@AA-Turner AA-Turner added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Feb 26, 2025
@AA-Turner AA-Turner merged commit fda056e into python:main Feb 26, 2025
69 checks passed
@miss-islington-app
Copy link

Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @AA-Turner, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker fda056e64bdfcac3dd3d13eebda0a24994d83cb8 3.13

@miss-islington-app
Copy link

Sorry, @AA-Turner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker fda056e64bdfcac3dd3d13eebda0a24994d83cb8 3.12

@AA-Turner AA-Turner deleted the gha-fail-slow branch February 26, 2025 21:47
AA-Turner added a commit to AA-Turner/cpython that referenced this pull request Feb 26, 2025
@bedevere-app
Copy link

bedevere-app bot commented Feb 26, 2025

GH-130612 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Feb 26, 2025
AA-Turner added a commit to AA-Turner/cpython that referenced this pull request Feb 26, 2025
@bedevere-app
Copy link

bedevere-app bot commented Feb 26, 2025

GH-130613 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Feb 26, 2025
AA-Turner added a commit that referenced this pull request Feb 26, 2025
AA-Turner added a commit that referenced this pull request Feb 26, 2025
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.

1 participant