@@ -25,7 +25,7 @@ PARAMS_ENV_PATH="manifests/base/params.env"
25
25
26
26
# This value needs to be updated everytime we deliberately change number of the
27
27
# images we want to have in the `params.env` file.
28
- EXPECTED_NUM_RECORDS=21
28
+ EXPECTED_NUM_RECORDS=24
29
29
30
30
# Size change tresholds:
31
31
# Max percentual change
@@ -101,14 +101,14 @@ function check_image_variable_matches_name_and_commitref_and_size() {
101
101
case " ${image_variable} " in
102
102
odh-minimal-notebook-image-n)
103
103
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
104
- expected_commitref=" 2024b "
104
+ expected_commitref=" main "
105
105
expected_build_name=" jupyter-minimal-ubi9-python-3.11-amd64"
106
106
expected_img_size=520
107
107
;;
108
108
odh-minimal-notebook-image-n-1)
109
- expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9 "
110
- expected_commitref=" 2024a "
111
- expected_build_name=" jupyter-minimal-ubi9-python-3.9 -amd64"
109
+ expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11 "
110
+ expected_commitref=" 2024b "
111
+ expected_build_name=" jupyter-minimal-ubi9-python-3.11 -amd64"
112
112
expected_img_size=503
113
113
;;
114
114
odh-minimal-gpu-notebook-image-n)
@@ -137,14 +137,14 @@ function check_image_variable_matches_name_and_commitref_and_size() {
137
137
;;
138
138
odh-generic-data-science-notebook-image-n)
139
139
expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.11"
140
- expected_commitref=" 2024b "
140
+ expected_commitref=" main "
141
141
expected_build_name=" jupyter-datascience-ubi9-python-3.11-amd64"
142
142
expected_img_size=961
143
143
;;
144
144
odh-generic-data-science-notebook-image-n-1)
145
- expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.9 "
146
- expected_commitref=" 2024a "
147
- expected_build_name=" jupyter-datascience-ubi9-python-3.9 -amd64"
145
+ expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.11 "
146
+ expected_commitref=" 2024b "
147
+ expected_build_name=" jupyter-datascience-ubi9-python-3.11 -amd64"
148
148
expected_img_size=904
149
149
;;
150
150
odh-tensorflow-gpu-notebook-image-n)
@@ -161,38 +161,38 @@ function check_image_variable_matches_name_and_commitref_and_size() {
161
161
;;
162
162
odh-trustyai-notebook-image-n)
163
163
expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.11"
164
- expected_commitref=" 2024b "
164
+ expected_commitref=" main "
165
165
expected_build_name=" jupyter-trustyai-ubi9-python-3.11-amd64"
166
166
expected_img_size=4197
167
167
;;
168
168
odh-trustyai-notebook-image-n-1)
169
- expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.9 "
170
- expected_commitref=" 2024a "
171
- expected_build_name=" jupyter-trustyai-ubi9-python-3.9 -amd64"
172
- expected_img_size=1158
169
+ expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.11 "
170
+ expected_commitref=" 2024b "
171
+ expected_build_name=" jupyter-trustyai-ubi9-python-3.11 -amd64"
172
+ expected_img_size=4197
173
173
;;
174
174
odh-codeserver-notebook-image-n)
175
175
expected_name=" odh-notebook-code-server-ubi9-python-3.11"
176
- expected_commitref=" 2024b "
176
+ expected_commitref=" main "
177
177
expected_build_name=" codeserver-ubi9-python-3.11-amd64"
178
178
expected_img_size=893
179
179
;;
180
180
odh-codeserver-notebook-image-n-1)
181
- expected_name=" odh-notebook-code-server-ubi9-python-3.9 "
182
- expected_commitref=" 2024a "
183
- expected_build_name=" codeserver-ubi9-python-3.9 -amd64"
181
+ expected_name=" odh-notebook-code-server-ubi9-python-3.11 "
182
+ expected_commitref=" 2024b "
183
+ expected_build_name=" codeserver-ubi9-python-3.11 -amd64"
184
184
expected_img_size=850
185
185
;;
186
186
odh-rstudio-notebook-image-n)
187
187
expected_name=" odh-notebook-rstudio-server-c9s-python-3.11"
188
- expected_commitref=" 2024b "
188
+ expected_commitref=" main "
189
189
expected_build_name=" rstudio-c9s-python-3.11-amd64"
190
190
expected_img_size=1242
191
191
;;
192
192
odh-rstudio-notebook-image-n-1)
193
- expected_name=" odh-notebook-rstudio-server-c9s-python-3.9 "
194
- expected_commitref=" 2024a "
195
- expected_build_name=" rstudio-c9s-python-3.9 -amd64"
193
+ expected_name=" odh-notebook-rstudio-server-c9s-python-3.11 "
194
+ expected_commitref=" 2024b "
195
+ expected_build_name=" rstudio-c9s-python-3.11 -amd64"
196
196
expected_img_size=1208
197
197
;;
198
198
# For both RStudio GPU workbenches - the final name labels are identical to plain RStudio ones
@@ -211,18 +211,36 @@ function check_image_variable_matches_name_and_commitref_and_size() {
211
211
expected_img_size=7184
212
212
;;
213
213
odh-rocm-minimal-notebook-image-n)
214
+ expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
215
+ expected_commitref=" main"
216
+ expected_build_name=" rocm-jupyter-minimal-ubi9-python-3.11-amd64"
217
+ expected_img_size=4830
218
+ ;;
219
+ odh-rocm-minimal-notebook-image-n-1)
214
220
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
215
221
expected_commitref=" 2024b"
216
222
expected_build_name=" rocm-jupyter-minimal-ubi9-python-3.11-amd64"
217
223
expected_img_size=4830
218
224
;;
219
225
odh-rocm-pytorch-notebook-image-n)
226
+ expected_name=" odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
227
+ expected_commitref=" main"
228
+ expected_build_name=" rocm-jupyter-pytorch-ubi9-python-3.11-amd64"
229
+ expected_img_size=6571
230
+ ;;
231
+ odh-rocm-pytorch-notebook-image-n-1)
220
232
expected_name=" odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
221
233
expected_commitref=" 2024b"
222
234
expected_build_name=" rocm-jupyter-pytorch-ubi9-python-3.11-amd64"
223
235
expected_img_size=6571
224
236
;;
225
237
odh-rocm-tensorflow-notebook-image-n)
238
+ expected_name=" odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"
239
+ expected_commitref=" main"
240
+ expected_build_name=" rocm-jupyter-tensorflow-ubi9-python-3.11-amd64"
241
+ expected_img_size=5782
242
+ ;;
243
+ odh-rocm-tensorflow-notebook-image-n-1)
226
244
expected_name=" odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"
227
245
expected_commitref=" 2024b"
228
246
expected_build_name=" rocm-jupyter-tensorflow-ubi9-python-3.11-amd64"
0 commit comments