Skip to content

Commit 45ac990

Browse files
committed
CI: Don't fail fast on container image build job failure
Previously if one of the container image build jobs (CS8, Ubuntu) failed, the other would be cancelled. This is not necessarily helpful, since the other job may complete successfully. This change disables this fail fast behaviour.
1 parent dd9150a commit 45ac990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
runs-on: [self-hosted, stackhpc-kayobe-config-kolla-builder]
9292
permissions: {}
9393
strategy:
94+
fail-fast: false
9495
matrix: ${{ fromJson(needs.generate-tag.outputs.matrix) }}
9596
needs:
9697
- generate-tag

0 commit comments

Comments
 (0)