mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
ci: temporary disable of some deliveries
This commit is contained in:
parent
aa0af7a066
commit
56d12994f3
7
.github/workflows/plugin-delivery.yml
vendored
7
.github/workflows/plugin-delivery.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [el7, el8, el9]
|
distrib: [el7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distrib: [el7, el8]
|
distrib: [el7]
|
||||||
major_version: ["21.10", "22.04", "22.10"]
|
major_version: ["21.10", "22.04", "22.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -109,6 +109,7 @@ jobs:
|
|||||||
stability: ${{ inputs.stability }}
|
stability: ${{ inputs.stability }}
|
||||||
|
|
||||||
deliver-deb:
|
deliver-deb:
|
||||||
|
if: ${{ inputs.stability == 'REMOVE-LINE' }}
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -128,7 +129,7 @@ jobs:
|
|||||||
artifactory_token: ${{ secrets.artifactory_token }}
|
artifactory_token: ${{ secrets.artifactory_token }}
|
||||||
|
|
||||||
deliver-deb-legacy:
|
deliver-deb-legacy:
|
||||||
if: ${{ inputs.stability == 'stable' }}
|
if: ${{ inputs.stability == 'RESET-TO-STABLE' }}
|
||||||
runs-on: [self-hosted, common]
|
runs-on: [self-hosted, common]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user