Skip to content

Commit

Permalink
Merge pull request #523 from jstourac/fixCiHabanaImg
Browse files Browse the repository at this point in the history
Update expected values for the Habana 2024a and 2023b images in CI
  • Loading branch information
openshift-merge-bot[bot] authored May 13, 2024
2 parents 887236c + 40d2b1c commit 661caea
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ci/check-params-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,13 @@ function check_image_variable_matches_name_and_commitref() {
;;
odh-habana-notebook-image-n)
expected_name="odh-notebook-habana-jupyter-1.13.0-ubi8-python-3.8"
# expected_commitref="2024a"
expected_commitref="main"
expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8"
expected_commitref="2024a"
expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8-amd64"
;;
odh-habana-notebook-image-n-1)
expected_name="odh-notebook-habana-jupyter-1.10.0-ubi8-python-3.8"
# expected_commitref="2024a"
expected_commitref="main"
expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8"
expected_commitref="2023b"
expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8-amd64"
;;
odh-codeserver-notebook-image-n)
expected_name="odh-notebook-code-server-ubi9-python-3.9"
Expand Down

0 comments on commit 661caea

Please sign in to comment.