mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
enh(ci): do not stop delivery when one job fails (#4455)
This commit is contained in:
parent
9f31f702ab
commit
9e8ed5960d
4
.github/workflows/plugin-delivery.yml
vendored
4
.github/workflows/plugin-delivery.yml
vendored
@ -64,6 +64,7 @@ jobs:
|
|||||||
deliver-rpm:
|
deliver-rpm:
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [el7, el8, el9]
|
distrib: [el7, el8, el9]
|
||||||
|
|
||||||
@ -83,6 +84,7 @@ jobs:
|
|||||||
deliver-rpm-legacy:
|
deliver-rpm-legacy:
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [el7, el8]
|
distrib: [el7, el8]
|
||||||
major_version: ["21.10", "22.04", "22.10"]
|
major_version: ["21.10", "22.04", "22.10"]
|
||||||
@ -107,6 +109,7 @@ jobs:
|
|||||||
deliver-deb:
|
deliver-deb:
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [bullseye]
|
distrib: [bullseye]
|
||||||
|
|
||||||
@ -125,6 +128,7 @@ jobs:
|
|||||||
deliver-deb-legacy:
|
deliver-deb-legacy:
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [bullseye]
|
distrib: [bullseye]
|
||||||
major_version: ["22.04", "22.10"]
|
major_version: ["22.04", "22.10"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user