Skip to content

Commit 5f98b7c

Browse files
Merge pull request #1573 from atheo89/validation-fixes
chore: Update Image name retrieved field to fix the params-validator
2 parents a3a3093 + 7bfd111 commit 5f98b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/check-params-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
242242
odh-workbench-rstudio-minimal-cpu-py311-c9s-n)
243243
expected_name="odh-notebook-rstudio-server-c9s-python-3.11"
244244
expected_commitref="main"
245-
expected_build_name="rstudio-c9s-python-3.11-amd64"
245+
expected_build_name="konflux"
246246
expected_img_size=1377
247247
;;
248248
odh-workbench-rstudio-minimal-cpu-py311-c9s-n-1)
@@ -257,7 +257,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
257257
odh-workbench-rstudio-minimal-cuda-py311-c9s-n)
258258
expected_name="odh-notebook-rstudio-server-cuda-c9s-python-3.11"
259259
expected_commitref="main"
260-
expected_build_name="cuda-rstudio-c9s-python-3.11-amd64"
260+
expected_build_name="konflux"
261261
expected_img_size=6541
262262
;;
263263
odh-workbench-rstudio-minimal-cuda-py311-c9s-n-1)

0 commit comments

Comments
 (0)