Skip to content

Commit

Permalink
Install OCP 4.17 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Jan 13, 2025
1 parent e0b71f4 commit ea8a81c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Weekly_Perf_Env_Installer_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
END
- name: ▶ OCP assisted installer
env:
INSTALL_OCP_VERSION: "latest-4.16"
OCP_CLIENT_VERSION: "4.16.0"
INSTALL_OCP_VERSION: "latest-4.17"
OCP_CLIENT_VERSION: "4.17.0"
IBM_API_KEY: ${{ secrets.IBM_API_KEY }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
WORKER_IDS: ${{ secrets.PERF_WORKER_IDS }}
Expand All @@ -80,8 +80,8 @@ jobs:
echo '>>>>>>>>>>>>>>>>>>>>>>>>>> OCP end step: ${{ matrix.step }} >>>>>>>>>>>>>>>>>>>>>>>>>>>>'
- name: ▶ Rerun OCP assisted install after failure
env:
INSTALL_OCP_VERSION: "latest-4.16"
OCP_CLIENT_VERSION: "4.16.0"
INSTALL_OCP_VERSION: "latest-4.17"
OCP_CLIENT_VERSION: "4.17.0"
IBM_API_KEY: ${{ secrets.IBM_API_KEY }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
WORKER_IDS: ${{ secrets.PERF_WORKER_IDS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Weekly_Perf_Env_Operator_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
sudo tee -a /etc/hosts <<< "$OCP_HOSTS" > /dev/null
- name: ☉ install ${{ matrix.resource }} Operator
env:
CNV_VERSION: "4.16"
ODF_VERSION: "4.15"
CNV_VERSION: "4.17"
ODF_VERSION: "4.17"
NUM_ODF_DISK: "0"
KATA_CSV: ""
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit ea8a81c

Please sign in to comment.