From 500148b58d6a27db940b08c5446c04fdc49e05b1 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Fri, 13 Dec 2024 08:48:03 -0600 Subject: [PATCH] Update tools-installer.yml --- .github/workflows/tools-installer.yml | 112 ++++++++++++++------------ 1 file changed, 60 insertions(+), 52 deletions(-) diff --git a/.github/workflows/tools-installer.yml b/.github/workflows/tools-installer.yml index df8aacb..a375943 100644 --- a/.github/workflows/tools-installer.yml +++ b/.github/workflows/tools-installer.yml @@ -7,65 +7,73 @@ on: # ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: - install-cv-ubuntu-latest-1-11: + allthings: 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.13 - with: - source: github - skip_cache: true - chart-verifier: 0.1.0 + - uses: redhat-actions/openshift-tools-installer@v1 + with: + oc: "4" + helm: "latest" + odo: "latest" +# 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.13 +# 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.13 - 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.13 +# 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