Skip to content

Commit b1ac5e2

Browse files
Merge pull request opendatahub-io#804 from jstourac/fixParamsEnv
NO-JIRA: chore(check-params-env GHA): mark konflux build images
2 parents 9729d6a + d472756 commit b1ac5e2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

ci/check-params-env.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
116116
odh-workbench-jupyter-minimal-cpu-py311-ubi9-n)
117117
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
118118
expected_commitref="main"
119-
expected_build_name="jupyter-minimal-ubi9-python-3.11-amd64"
119+
expected_build_name="konflux"
120120
expected_img_size=624
121121
;;
122122
odh-workbench-jupyter-minimal-cpu-py311-ubi9-n-1)
@@ -152,7 +152,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
152152
odh-workbench-jupyter-minimal-cuda-py311-ubi9-n)
153153
expected_name="odh-notebook-jupyter-cuda-minimal-ubi9-python-3.11"
154154
expected_commitref="main"
155-
expected_build_name="cuda-jupyter-minimal-ubi9-python-3.11-amd64"
155+
expected_build_name="konflux"
156156
expected_img_size=5025
157157
;;
158158
odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-1)
@@ -188,7 +188,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
188188
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n)
189189
expected_name="odh-notebook-jupyter-cuda-pytorch-ubi9-python-3.11"
190190
expected_commitref="main"
191-
expected_build_name="cuda-jupyter-pytorch-ubi9-python-3.11-amd64"
191+
expected_build_name="konflux"
192192
expected_img_size=8571
193193
;;
194194
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-1)
@@ -224,7 +224,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
224224
odh-workbench-jupyter-datascience-cpu-py311-ubi9-n)
225225
expected_name="odh-notebook-jupyter-datascience-ubi9-python-3.11"
226226
expected_commitref="main"
227-
expected_build_name="jupyter-datascience-ubi9-python-3.11-amd64"
227+
expected_build_name="konflux"
228228
expected_img_size=1067
229229
;;
230230
odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-1)
@@ -260,7 +260,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
260260
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n)
261261
expected_name="odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11"
262262
expected_commitref="main"
263-
expected_build_name="cuda-jupyter-tensorflow-ubi9-python-3.11-amd64"
263+
expected_build_name="konflux"
264264
expected_img_size=8037
265265
;;
266266
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n-1)
@@ -296,7 +296,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
296296
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n)
297297
expected_name="odh-notebook-jupyter-trustyai-ubi9-python-3.11"
298298
expected_commitref="main"
299-
expected_build_name="jupyter-trustyai-ubi9-python-3.11-amd64"
299+
expected_build_name="konflux"
300300
expected_img_size=4369
301301
;;
302302
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-1)
@@ -326,7 +326,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
326326
odh-workbench-codeserver-datascience-cpu-py311-ubi9-n)
327327
expected_name="odh-notebook-code-server-ubi9-python-3.11"
328328
expected_commitref="main"
329-
expected_build_name="codeserver-ubi9-python-3.11-amd64"
329+
expected_build_name="konflux"
330330
expected_img_size=893
331331
;;
332332
odh-workbench-codeserver-datascience-cpu-py311-ubi9-n-1)
@@ -350,7 +350,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
350350
odh-workbench-jupyter-minimal-rocm-py311-ubi9-n)
351351
expected_name="odh-notebook-jupyter-rocm-minimal-ubi9-python-3.11"
352352
expected_commitref="main"
353-
expected_build_name="rocm-jupyter-minimal-ubi9-python-3.11-amd64"
353+
expected_build_name="konflux"
354354
expected_img_size=5891
355355
;;
356356
odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-1)
@@ -362,7 +362,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
362362
odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n)
363363
expected_name="odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
364364
expected_commitref="main"
365-
expected_build_name="rocm-jupyter-pytorch-ubi9-python-3.11-amd64"
365+
expected_build_name="konflux"
366366
expected_img_size=7531
367367
;;
368368
odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-1)
@@ -374,7 +374,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
374374
odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n)
375375
expected_name="odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"
376376
expected_commitref="main"
377-
expected_build_name="rocm-jupyter-tensorflow-ubi9-python-3.11-amd64"
377+
expected_build_name="konflux"
378378
expected_img_size=6828
379379
;;
380380
odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n-1)
@@ -387,37 +387,37 @@ function check_image_variable_matches_name_and_commitref_and_size() {
387387
odh-pipeline-runtime-minimal-cpu-py311-ubi9-n)
388388
expected_name="odh-notebook-runtime-minimal-ubi9-python-3.11"
389389
expected_commitref="main"
390-
expected_build_name="runtime-minimal-ubi9-python-3.11-amd64"
390+
expected_build_name="konflux"
391391
expected_img_size=570
392392
;;
393393
odh-pipeline-runtime-datascience-cpu-py311-ubi9-n)
394394
expected_name="odh-notebook-runtime-datascience-ubi9-python-3.11"
395395
expected_commitref="main"
396-
expected_build_name="runtime-datascience-ubi9-python-3.11-amd64"
396+
expected_build_name="konflux"
397397
expected_img_size=954
398398
;;
399399
odh-pipeline-runtime-pytorch-cuda-py311-ubi9-n)
400400
expected_name="odh-notebook-runtime-pytorch-ubi9-python-3.11"
401401
expected_commitref="main"
402-
expected_build_name="runtime-cuda-pytorch-ubi9-python-3.11-amd64"
402+
expected_build_name="konflux"
403403
expected_img_size=8506
404404
;;
405405
odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n)
406406
expected_name="odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11"
407407
expected_commitref="main"
408-
expected_build_name="rocm-runtime-pytorch-ubi9-python-3.11-amd64"
408+
expected_build_name="konflux"
409409
expected_img_size=7413
410410
;;
411411
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n)
412412
expected_name="odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11"
413413
expected_commitref="main"
414-
expected_build_name="runtime-cuda-tensorflow-ubi9-python-3.11-amd64"
414+
expected_build_name="konflux"
415415
expected_img_size=7917
416416
;;
417417
odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-n)
418418
expected_name="odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11"
419419
expected_commitref="main"
420-
expected_build_name="rocm-runtime-tensorflow-ubi9-python-3.11-amd64"
420+
expected_build_name="konflux"
421421
expected_img_size=6705
422422
;;
423423
*)

0 commit comments

Comments
 (0)