Skip to content

Commit f35a9ed

Browse files
committed
Merge branch 'main' of github.com:opendatahub-io/notebooks into syncDownstream
2 parents 38ebbae + 96dab15 commit f35a9ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/check-params-env.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
136136
expected_img_size=479
137137
;;
138138
odh-minimal-gpu-notebook-image-n)
139-
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
139+
expected_name="odh-notebook-jupyter-cuda-minimal-ubi9-python-3.11"
140140
expected_commitref="main"
141141
expected_build_name="cuda-jupyter-minimal-ubi9-python-3.11-amd64"
142142
expected_img_size=5157
@@ -172,9 +172,9 @@ function check_image_variable_matches_name_and_commitref_and_size() {
172172
expected_img_size=5333
173173
;;
174174
odh-pytorch-gpu-notebook-image-n)
175-
expected_name="odh-notebook-jupyter-pytorch-ubi9-python-3.11"
175+
expected_name="odh-notebook-jupyter-cuda-pytorch-ubi9-python-3.11"
176176
expected_commitref="main"
177-
expected_build_name="jupyter-pytorch-ubi9-python-3.11-amd64"
177+
expected_build_name="cuda-jupyter-pytorch-ubi9-python-3.11-amd64"
178178
expected_img_size=8571
179179
;;
180180
odh-pytorch-gpu-notebook-image-n-1)
@@ -334,7 +334,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
334334
expected_img_size=778
335335
;;
336336
odh-rocm-minimal-notebook-image-n)
337-
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
337+
expected_name="odh-notebook-jupyter-rocm-minimal-ubi9-python-3.11"
338338
expected_commitref="main"
339339
expected_build_name="rocm-jupyter-minimal-ubi9-python-3.11-amd64"
340340
expected_img_size=4830

0 commit comments

Comments
 (0)