From f6e076e6401b8aed8cb3bd5907768fc9551bba66 Mon Sep 17 00:00:00 2001 From: Paul Oureib Date: Tue, 30 Jan 2024 11:11:07 +0100 Subject: [PATCH] Revert "[to revert] forced unstable stability on delivery" This reverts commit 0c7028b448d097e513eed4caabb643d412a0dce4. --- .github/workflows/connector-vmware.yml | 2 +- .github/workflows/nrpe.yml | 2 +- .github/workflows/perl-cpan-libraries.yml | 2 +- .github/workflows/perl-crypt-argon2.yml | 2 +- .github/workflows/perl-filesys-smbclient.yml | 2 +- .github/workflows/perl-json-path.yml | 2 +- .github/workflows/perl-keepass-reader.yml | 2 +- .github/workflows/perl-libssh-session.yml | 2 +- .github/workflows/perl-net-curl.yml | 2 +- .github/workflows/perl-openwsman.yml | 6 +++--- .github/workflows/perl-vmware-vsphere.yml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/connector-vmware.yml b/.github/workflows/connector-vmware.yml index 27544a042..a57a4bfd5 100644 --- a/.github/workflows/connector-vmware.yml +++ b/.github/workflows/connector-vmware.yml @@ -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 }} diff --git a/.github/workflows/nrpe.yml b/.github/workflows/nrpe.yml index 74592b344..b4b22254a 100644 --- a/.github/workflows/nrpe.yml +++ b/.github/workflows/nrpe.yml @@ -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 }} diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index d269963d8..54b8a9c88 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -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] diff --git a/.github/workflows/perl-crypt-argon2.yml b/.github/workflows/perl-crypt-argon2.yml index 9febd8f58..ec1fcf7e4 100644 --- a/.github/workflows/perl-crypt-argon2.yml +++ b/.github/workflows/perl-crypt-argon2.yml @@ -182,7 +182,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] diff --git a/.github/workflows/perl-filesys-smbclient.yml b/.github/workflows/perl-filesys-smbclient.yml index eb1159ca4..e15780832 100644 --- a/.github/workflows/perl-filesys-smbclient.yml +++ b/.github/workflows/perl-filesys-smbclient.yml @@ -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] diff --git a/.github/workflows/perl-json-path.yml b/.github/workflows/perl-json-path.yml index d53aa0f3f..354db9296 100644 --- a/.github/workflows/perl-json-path.yml +++ b/.github/workflows/perl-json-path.yml @@ -164,7 +164,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] diff --git a/.github/workflows/perl-keepass-reader.yml b/.github/workflows/perl-keepass-reader.yml index 02821848c..d5e4634f9 100644 --- a/.github/workflows/perl-keepass-reader.yml +++ b/.github/workflows/perl-keepass-reader.yml @@ -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] diff --git a/.github/workflows/perl-libssh-session.yml b/.github/workflows/perl-libssh-session.yml index 27bffd6e3..14df078a1 100644 --- a/.github/workflows/perl-libssh-session.yml +++ b/.github/workflows/perl-libssh-session.yml @@ -180,7 +180,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] diff --git a/.github/workflows/perl-net-curl.yml b/.github/workflows/perl-net-curl.yml index e28e2a2bc..05262203f 100644 --- a/.github/workflows/perl-net-curl.yml +++ b/.github/workflows/perl-net-curl.yml @@ -180,7 +180,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] diff --git a/.github/workflows/perl-openwsman.yml b/.github/workflows/perl-openwsman.yml index 47cdf45c2..98f30f09f 100644 --- a/.github/workflows/perl-openwsman.yml +++ b/.github/workflows/perl-openwsman.yml @@ -256,7 +256,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 @@ -265,7 +265,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 @@ -274,7 +274,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] diff --git a/.github/workflows/perl-vmware-vsphere.yml b/.github/workflows/perl-vmware-vsphere.yml index 814c08f6d..542db54d3 100644 --- a/.github/workflows/perl-vmware-vsphere.yml +++ b/.github/workflows/perl-vmware-vsphere.yml @@ -142,5 +142,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 }}