Skip to content

Commit

Permalink
Revert back to 4.13 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Jan 14, 2024
1 parent e5f1900 commit f4fbfd7
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.14"
INSTALL_OCP_VERSION: "latest-4.13"
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.14"
INSTALL_OCP_VERSION: "latest-4.13"
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.14"
ODF_VERSION: "4.13"
CNV_VERSION: "4.13"
ODF_VERSION: "4.12"
NUM_ODF_DISK: "4"
KATA_CSV: ""
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit f4fbfd7

Please sign in to comment.