mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
reverted perl dependencies workflows trigger
This commit is contained in:
parent
c37ef0d702
commit
f4c50bd919
4
.github/workflows/connector-vmware.yml
vendored
4
.github/workflows/connector-vmware.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
needs:
|
||||
- get-environment
|
||||
- package
|
||||
# if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -116,5 +116,5 @@ jobs:
|
||||
module_name: connector-vmware
|
||||
distrib: ${{ matrix.distrib }}
|
||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
|
4
.github/workflows/nrpe.yml
vendored
4
.github/workflows/nrpe.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package]
|
||||
# if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -152,5 +152,5 @@ jobs:
|
||||
module_name: nrpe
|
||||
distrib: ${{ matrix.distrib }}
|
||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
|
4
.github/workflows/perl-cpan-libraries.yml
vendored
4
.github/workflows/perl-cpan-libraries.yml
vendored
@ -342,7 +342,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, download-and-cache-deb]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -360,7 +360,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-crypt-argon2.yml
vendored
4
.github/workflows/perl-crypt-argon2.yml
vendored
@ -157,7 +157,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -183,7 +183,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-perl-crypt-argon2-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-filesys-smbclient.yml
vendored
4
.github/workflows/perl-filesys-smbclient.yml
vendored
@ -169,7 +169,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package-deb]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -187,7 +187,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-json-path.yml
vendored
4
.github/workflows/perl-json-path.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -165,7 +165,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-perl-json-path-${{ matrix.distrib }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-keepass-reader.yml
vendored
4
.github/workflows/perl-keepass-reader.yml
vendored
@ -177,7 +177,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package-deb]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -195,7 +195,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-libssh-session.yml
vendored
4
.github/workflows/perl-libssh-session.yml
vendored
@ -155,7 +155,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -181,7 +181,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-perl-libssh-session-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-net-curl.yml
vendored
4
.github/workflows/perl-net-curl.yml
vendored
@ -155,7 +155,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -181,7 +181,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-perl-net-curl-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
8
.github/workflows/perl-openwsman.yml
vendored
8
.github/workflows/perl-openwsman.yml
vendored
@ -233,7 +233,7 @@ jobs:
|
||||
|
||||
deliver-deb:
|
||||
needs: [get-environment, package]
|
||||
# if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -259,7 +259,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-sblim-sfcc-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
- name: Delivery libwsman
|
||||
uses: ./.github/actions/deb-delivery
|
||||
@ -268,7 +268,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-libwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
- name: Delivery perl-openwsman
|
||||
uses: ./.github/actions/deb-delivery
|
||||
@ -277,7 +277,7 @@ jobs:
|
||||
distrib: ${{ matrix.distrib }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
cache_key: cache-${{ github.sha }}-deb-perl-openwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
|
||||
promote:
|
||||
needs: [get-environment]
|
||||
|
4
.github/workflows/perl-vmware-vsphere.yml
vendored
4
.github/workflows/perl-vmware-vsphere.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
||||
needs:
|
||||
- get-environment
|
||||
- package
|
||||
# if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
if: ${{ contains(fromJson('["stable", "testing", "unstable"]'), needs.get-environment.outputs.stability) }}
|
||||
runs-on: [self-hosted, common]
|
||||
|
||||
strategy:
|
||||
@ -143,5 +143,5 @@ jobs:
|
||||
module_name: perl-vmware-vsphere
|
||||
distrib: ${{ matrix.distrib }}
|
||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||
stability: unstable
|
||||
stability: ${{ needs.get-environment.outputs.stability }}
|
||||
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user