Skip to content

Commit f3cf327

Browse files
jiridanekjesuino
andauthored
update Image size after adding PDF Export dependencies (opendatahub-io#900)
Co-authored-by: William Siqueira <[email protected]>
1 parent 1092dec commit f3cf327

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ci/check-params-env.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
117117
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
118118
expected_commitref="main"
119119
expected_build_name="konflux"
120-
expected_img_size=624
120+
expected_img_size=1219
121121
;;
122122
odh-workbench-jupyter-minimal-cpu-py311-ubi9-n-1)
123123
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
@@ -153,7 +153,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
153153
expected_name="odh-notebook-jupyter-cuda-minimal-ubi9-python-3.11"
154154
expected_commitref="main"
155155
expected_build_name="konflux"
156-
expected_img_size=5025
156+
expected_img_size=5614
157157
;;
158158
odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-1)
159159
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
@@ -189,7 +189,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
189189
expected_name="odh-notebook-jupyter-cuda-pytorch-ubi9-python-3.11"
190190
expected_commitref="main"
191191
expected_build_name="konflux"
192-
expected_img_size=8571
192+
expected_img_size=9224
193193
;;
194194
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-1)
195195
expected_name="odh-notebook-jupyter-pytorch-ubi9-python-3.11"
@@ -225,7 +225,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
225225
expected_name="odh-notebook-jupyter-datascience-ubi9-python-3.11"
226226
expected_commitref="main"
227227
expected_build_name="konflux"
228-
expected_img_size=1067
228+
expected_img_size=1665
229229
;;
230230
odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-1)
231231
expected_name="odh-notebook-jupyter-datascience-ubi9-python-3.11"
@@ -261,7 +261,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
261261
expected_name="odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11"
262262
expected_commitref="main"
263263
expected_build_name="konflux"
264-
expected_img_size=8037
264+
expected_img_size=8638
265265
;;
266266
odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n-1)
267267
expected_name="odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11"
@@ -297,7 +297,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
297297
expected_name="odh-notebook-jupyter-trustyai-ubi9-python-3.11"
298298
expected_commitref="main"
299299
expected_build_name="konflux"
300-
expected_img_size=4369
300+
expected_img_size=5010
301301
;;
302302
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-1)
303303
expected_name="odh-notebook-jupyter-trustyai-ubi9-python-3.11"
@@ -351,7 +351,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
351351
expected_name="odh-notebook-jupyter-rocm-minimal-ubi9-python-3.11"
352352
expected_commitref="main"
353353
expected_build_name="konflux"
354-
expected_img_size=5891
354+
expected_img_size=6480
355355
;;
356356
odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-1)
357357
expected_name="odh-notebook-jupyter-minimal-ubi9-python-3.11"
@@ -363,7 +363,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
363363
expected_name="odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
364364
expected_commitref="main"
365365
expected_build_name="konflux"
366-
expected_img_size=7531
366+
expected_img_size=8133
367367
;;
368368
odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-1)
369369
expected_name="odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
@@ -375,7 +375,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
375375
expected_name="odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"
376376
expected_commitref="main"
377377
expected_build_name="konflux"
378-
expected_img_size=6828
378+
expected_img_size=7430
379379
;;
380380
odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n-1)
381381
expected_name="odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"

0 commit comments

Comments
 (0)