From afac9669e4dcd1914c63e2ca767227c180c80ba8 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Thu, 18 Jul 2024 15:42:31 -0500 Subject: [PATCH] Update tools-installer.yml --- .github/workflows/tools-installer.yml | 110 +++++++++++++------------- 1 file changed, 56 insertions(+), 54 deletions(-) diff --git a/.github/workflows/tools-installer.yml b/.github/workflows/tools-installer.yml index 073abd4..4456f0b 100644 --- a/.github/workflows/tools-installer.yml +++ b/.github/workflows/tools-installer.yml @@ -8,70 +8,72 @@ jobs: runs-on: ubuntu-latest steps: - name: Install chart-verifier + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true uses: opdev/openshift-tools-installer@fa9394569e3ed2fd346e60472243a2337e084265 with: source: github skip_cache: true chart-verifier: 0.1.0 - install-cv-ubuntu-latest-1-11: - runs-on: ubuntu-latest - steps: - - uses: actions/setup-node@v4 - with: - node-version: '16' - - name: Install chart-verifier - uses: redhat-actions/openshift-tools-installer@v1.11 - with: - source: github - skip_cache: true - chart-verifier: 0.1.0 + # install-cv-ubuntu-latest-1-11: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/setup-node@v4 + # with: + # node-version: '16' + # - name: Install chart-verifier + # uses: redhat-actions/openshift-tools-installer@v1.11 + # with: + # source: github + # skip_cache: true + # chart-verifier: 0.1.0 - install-oc-ubuntu-latest-1-11: - runs-on: ubuntu-latest - steps: - - name: Install oc - uses: redhat-actions/openshift-tools-installer@v1.11 - with: - oc: latest - skip_cache: true + # install-oc-ubuntu-latest-1-11: + # runs-on: ubuntu-latest + # steps: + # - name: Install oc + # uses: redhat-actions/openshift-tools-installer@v1.11 + # with: + # oc: latest + # skip_cache: true - install-cv-ubuntu-latest: - runs-on: ubuntu-latest - steps: - - name: Install chart-verifier - uses: redhat-actions/openshift-tools-installer@v1 - with: - source: github - skip_cache: true - chart-verifier: 0.1.0 + # install-cv-ubuntu-latest: + # runs-on: ubuntu-latest + # steps: + # - name: Install chart-verifier + # uses: redhat-actions/openshift-tools-installer@v1 + # with: + # source: github + # skip_cache: true + # chart-verifier: 0.1.0 - install-oc-ubuntu-latest: - runs-on: ubuntu-latest - steps: - - name: Install oc - uses: redhat-actions/openshift-tools-installer@v1 - with: - oc: latest - skip_cache: true + # install-oc-ubuntu-latest: + # runs-on: ubuntu-latest + # steps: + # - name: Install oc + # uses: redhat-actions/openshift-tools-installer@v1 + # with: + # oc: latest + # skip_cache: true - install-cv-ubuntu-2404: - runs-on: ubuntu-24.04 - steps: - - name: Install chart-verifier - uses: redhat-actions/openshift-tools-installer@v1 - with: - source: github - skip_cache: true - chart-verifier: 0.1.0 + # install-cv-ubuntu-2404: + # runs-on: ubuntu-24.04 + # steps: + # - name: Install chart-verifier + # uses: redhat-actions/openshift-tools-installer@v1 + # with: + # source: github + # skip_cache: true + # chart-verifier: 0.1.0 - install-oc-ubuntu-2404: - runs-on: ubuntu-24.04 - steps: - - name: Install oc - uses: redhat-actions/openshift-tools-installer@v1 - with: - oc: latest - skip_cache: true + # install-oc-ubuntu-2404: + # runs-on: ubuntu-24.04 + # steps: + # - name: Install oc + # uses: redhat-actions/openshift-tools-installer@v1 + # with: + # oc: latest + # skip_cache: true