enh(ci): do not stop delivery when one job fails (#4455)

This commit is contained in:
Kevin Duret 2023-06-07 15:52:15 +02:00 committed by GitHub
parent 9f31f702ab
commit 9e8ed5960d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
deliver-rpm:
runs-on: [self-hosted, common]
strategy:
fail-fast: false
matrix:
distrib: [el7, el8, el9]
@ -83,6 +84,7 @@ jobs:
deliver-rpm-legacy:
runs-on: [self-hosted, common]
strategy:
fail-fast: false
matrix:
distrib: [el7, el8]
major_version: ["21.10", "22.04", "22.10"]
@ -107,6 +109,7 @@ jobs:
deliver-deb:
runs-on: [self-hosted, common]
strategy:
fail-fast: false
matrix:
distrib: [bullseye]
@ -125,6 +128,7 @@ jobs:
deliver-deb-legacy:
runs-on: [self-hosted, common]
strategy:
fail-fast: false
matrix:
distrib: [bullseye]
major_version: ["22.04", "22.10"]