Skip to content

Commit cb6c6a9

Browse files
atheo89jiridanek
authored andcommitted
RHAIENG-332: (feat): fix validation-of-params-env test for new llmcompressor image (opendatahub-io#1972)
1 parent 7a7cce3 commit cb6c6a9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ci/check-params-env.sh

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PARAMS_ENV_PATH="manifests/base/params.env"
2727

2828
# This value needs to be updated everytime we deliberately change number of the
2929
# images we want to have in the `params.env` or `params-latest.env` file.
30-
EXPECTED_NUM_RECORDS=44
30+
EXPECTED_NUM_RECORDS=46
3131
EXPECTED_ADDI_RUNTIME_RECORDS=0
3232

3333
# Number of attempts for the skopeo tool to gather data from the repository.
@@ -239,6 +239,12 @@ function check_image_variable_matches_name_and_commitref_and_size() {
239239
expected_build_name="konflux"
240240
expected_img_size=971
241241
;;
242+
odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9-n)
243+
expected_name="odh-notebook-jupyter-cuda-pytorch-llmcompressor-ubi9-python-3.12"
244+
expected_commitref="main"
245+
expected_build_name="konflux"
246+
expected_img_size=6977
247+
;;
242248
odh-workbench-rstudio-minimal-cpu-py311-c9s-n)
243249
expected_name="odh-notebook-rstudio-server-c9s-python-3.11"
244250
expected_commitref="main"
@@ -381,6 +387,12 @@ function check_image_variable_matches_name_and_commitref_and_size() {
381387
expected_build_name="konflux"
382388
expected_img_size=6714
383389
;;
390+
odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-n)
391+
expected_name="odh-notebook-runtime-cuda-pytorch-llmcompressor-ubi9-python-3.12"
392+
expected_commitref="main"
393+
expected_build_name="konflux"
394+
expected_img_size=6265
395+
;;
384396
*)
385397
echo "Unimplemented variable name: '${image_variable}'"
386398
return 1

manifests/overlays/additional/runtime-pytorch-llmcompressor-cuda-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ spec:
3333
from:
3434
kind: DockerImage
3535
name: odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-n_PLACEHOLDER
36-
name: "pytorch"
36+
name: "pytorch-llmcompressor"
3737
referencePolicy:
3838
type: Source

0 commit comments

Comments
 (0)