Skip to content

Commit 661caea

Browse files
Merge pull request opendatahub-io#523 from jstourac/fixCiHabanaImg
Update expected values for the Habana 2024a and 2023b images in CI
2 parents 887236c + 40d2b1c commit 661caea

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ci/check-params-env.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,13 @@ function check_image_variable_matches_name_and_commitref() {
129129
;;
130130
odh-habana-notebook-image-n)
131131
expected_name="odh-notebook-habana-jupyter-1.13.0-ubi8-python-3.8"
132-
# expected_commitref="2024a"
133-
expected_commitref="main"
134-
expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8"
132+
expected_commitref="2024a"
133+
expected_build_name="habana-jupyter-1.13.0-ubi8-python-3.8-amd64"
135134
;;
136135
odh-habana-notebook-image-n-1)
137136
expected_name="odh-notebook-habana-jupyter-1.10.0-ubi8-python-3.8"
138-
# expected_commitref="2024a"
139-
expected_commitref="main"
140-
expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8"
137+
expected_commitref="2023b"
138+
expected_build_name="habana-jupyter-1.10.0-ubi8-python-3.8-amd64"
141139
;;
142140
odh-codeserver-notebook-image-n)
143141
expected_name="odh-notebook-code-server-ubi9-python-3.9"

0 commit comments

Comments
 (0)