Skip to content

Commit

Permalink
Update tools-installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Jul 25, 2024
1 parent 20248eb commit b727f05
Showing 1 changed file with 49 additions and 58 deletions.
107 changes: 49 additions & 58 deletions .github/workflows/tools-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,78 +3,69 @@ name: Test OpenShift Tools Installer
on:
workflow_dispatch:

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
# env:
# ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
forked:
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: komish/openshift-tools-installer@471646601ed86d62b9a06a936cffd733eb141f2c
uses: redhat-actions/openshift-tools-installer@v1.13
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/[email protected]
# 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.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

0 comments on commit b727f05

Please sign in to comment.