]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-130604: Always run all matrix workflows in GitHub Actions (#130603)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Wed, 26 Feb 2025 21:44:48 +0000 (21:44 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 21:44:48 +0000 (21:44 +0000)
.github/workflows/build.yml
.github/workflows/jit.yml
.github/workflows/project-updater.yml

index bbb36b17127fa85e35ede19cdab23a810fe0177c..97ec5cbaa7475f25b53369bc03ad1dacdec7f626 100644 (file)
@@ -185,6 +185,7 @@ jobs:
     needs: build-context
     if: fromJSON(needs.build-context.outputs.run-windows-msi)
     strategy:
+      fail-fast: false
       matrix:
         arch:
         - x86
@@ -236,6 +237,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     strategy:
+      fail-fast: false
       matrix:
         bolt:
         - false
@@ -452,6 +454,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     strategy:
+      fail-fast: false
       matrix:
         os: [ubuntu-24.04]
     env:
@@ -515,6 +518,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     strategy:
+      fail-fast: false
       matrix:
         free-threading:
         - false
index 47fdf5393c816a737fee0a3c1a06fcc3f472dcb9..d9e2ffc3fd4da65fa0f803931e01f0927c8bc436 100644 (file)
@@ -139,6 +139,7 @@ jobs:
     runs-on: ubuntu-24.04
     timeout-minutes: 90
     strategy:
+      fail-fast: false
       matrix:
         llvm:
           - 19
index 066d8593a70cf629a83486904212fa908df1f2c7..1d9d637ec848a61ce7b777b527b82e09e76e5ad5 100644 (file)
@@ -15,6 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 10
     strategy:
+      fail-fast: false
       matrix:
         include:
           # if an issue has any of these labels, it will be added