Skip to content

Commit

Permalink
revert back to 414 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Jan 18, 2024
1 parent 62ac78a commit 66c3900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Weekly_Perf_Env_Installer_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
END
- name: ▶ OCP assisted installer
env:
INSTALL_OCP_VERSION: "latest-4.13"
INSTALL_OCP_VERSION: "latest-4.14"
OCP_CLIENT_VERSION: "4.14.1"
IBM_API_KEY: ${{ secrets.IBM_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
Expand All @@ -80,7 +80,7 @@ jobs:
echo '>>>>>>>>>>>>>>>>>>>>>>>>>> OCP end step: ${{ matrix.step }} >>>>>>>>>>>>>>>>>>>>>>>>>>>>'
- name: ▶ Rerun OCP assisted install after failure
env:
INSTALL_OCP_VERSION: "latest-4.13"
INSTALL_OCP_VERSION: "latest-4.14"
OCP_CLIENT_VERSION: "4.14.1"
IBM_API_KEY: ${{ secrets.IBM_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
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.13"
ODF_VERSION: "4.12"
CNV_VERSION: "4.14"
ODF_VERSION: "4.13"
NUM_ODF_DISK: "4"
KATA_CSV: ""
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit 66c3900

Please sign in to comment.