@@ -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=35
28
+ EXPECTED_NUM_RECORDS=45
29
29
30
30
# Size change tresholds:
31
31
# Max percentual change
@@ -101,209 +101,269 @@ 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=" release-2024b "
104
+ expected_commitref=" main "
105
105
expected_build_name=" jupyter-minimal-ubi9-python-3.11-amd64"
106
106
expected_img_size=528
107
107
;;
108
108
odh-minimal-notebook-image-n-1)
109
+ expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
110
+ expected_commitref=" release-2024b"
111
+ expected_build_name=" jupyter-minimal-ubi9-python-3.11-amd64"
112
+ expected_img_size=528
113
+ ;;
114
+ odh-minimal-notebook-image-n-2)
109
115
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9"
110
116
expected_commitref=" release-2024a"
111
117
expected_build_name=" jupyter-minimal-ubi9-python-3.9-amd64"
112
118
expected_img_size=489
113
119
;;
114
- odh-minimal-notebook-image-n-2 )
120
+ odh-minimal-notebook-image-n-3 )
115
121
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9"
116
122
expected_commitref=" release-2023b"
117
123
expected_build_name=" jupyter-minimal-ubi9-python-3.9-amd64"
118
124
expected_img_size=486
119
125
;;
120
- odh-minimal-notebook-image-n-3 )
126
+ odh-minimal-notebook-image-n-4 )
121
127
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9"
122
128
expected_commitref=" release-2023a"
123
129
expected_build_name=" jupyter-minimal-ubi9-python-3.9-amd64"
124
130
expected_img_size=475
125
131
;;
126
- odh-minimal-notebook-image-n-4 )
132
+ odh-minimal-notebook-image-n-5 )
127
133
expected_name=" odh-notebook-jupyter-minimal-ubi8-python-3.8"
128
134
expected_commitref=" release-1.2"
129
135
expected_build_name=" jupyter-minimal-ubi8-python-3.8-amd64"
130
136
expected_img_size=479
131
137
;;
132
138
odh-minimal-gpu-notebook-image-n)
133
139
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
134
- expected_commitref=" release-2024b "
140
+ expected_commitref=" main "
135
141
expected_build_name=" cuda-jupyter-minimal-ubi9-python-3.11-amd64"
136
142
expected_img_size=5157
137
143
;;
138
144
odh-minimal-gpu-notebook-image-n-1)
145
+ expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
146
+ expected_commitref=" release-2024b"
147
+ expected_build_name=" cuda-jupyter-minimal-ubi9-python-3.11-amd64"
148
+ expected_img_size=5157
149
+ ;;
150
+ odh-minimal-gpu-notebook-image-n-2)
139
151
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9"
140
152
expected_commitref=" release-2024a"
141
153
expected_build_name=" cuda-jupyter-minimal-ubi9-python-3.9-amd64"
142
154
expected_img_size=6026
143
155
;;
144
- odh-minimal-gpu-notebook-image-n-2 )
156
+ odh-minimal-gpu-notebook-image-n-3 )
145
157
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9"
146
158
expected_commitref=" release-2023b"
147
159
expected_build_name=" cuda-jupyter-minimal-ubi9-python-3.9-amd64"
148
160
expected_img_size=5326
149
161
;;
150
- odh-minimal-gpu-notebook-image-n-3 )
162
+ odh-minimal-gpu-notebook-image-n-4 )
151
163
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.9"
152
164
expected_commitref=" release-2023a"
153
165
expected_build_name=" cuda-jupyter-minimal-ubi9-python-3.9-amd64"
154
166
expected_img_size=5038
155
167
;;
156
- odh-minimal-gpu-notebook-image-n-4 )
168
+ odh-minimal-gpu-notebook-image-n-5 )
157
169
expected_name=" odh-notebook-jupyter-minimal-ubi8-python-3.8"
158
170
expected_commitref=" release-1.2"
159
171
expected_build_name=" cuda-jupyter-minimal-ubi8-python-3.8-amd64"
160
172
expected_img_size=5333
161
173
;;
162
174
odh-pytorch-gpu-notebook-image-n)
163
175
expected_name=" odh-notebook-jupyter-pytorch-ubi9-python-3.11"
164
- expected_commitref=" release-2024b "
176
+ expected_commitref=" main "
165
177
expected_build_name=" jupyter-pytorch-ubi9-python-3.11-amd64"
166
178
expected_img_size=8571
167
179
;;
168
180
odh-pytorch-gpu-notebook-image-n-1)
181
+ expected_name=" odh-notebook-jupyter-pytorch-ubi9-python-3.11"
182
+ expected_commitref=" release-2024b"
183
+ expected_build_name=" jupyter-pytorch-ubi9-python-3.11-amd64"
184
+ expected_img_size=8571
185
+ ;;
186
+ odh-pytorch-gpu-notebook-image-n-2)
169
187
expected_name=" odh-notebook-jupyter-pytorch-ubi9-python-3.9"
170
188
expected_commitref=" release-2024a"
171
189
expected_build_name=" jupyter-pytorch-ubi9-python-3.9-amd64"
172
190
expected_img_size=9354
173
191
;;
174
- odh-pytorch-gpu-notebook-image-n-2 )
192
+ odh-pytorch-gpu-notebook-image-n-3 )
175
193
expected_name=" odh-notebook-jupyter-pytorch-ubi9-python-3.9"
176
194
expected_commitref=" release-2023b"
177
195
expected_build_name=" jupyter-pytorch-ubi9-python-3.9-amd64"
178
196
expected_img_size=8711
179
197
;;
180
- odh-pytorch-gpu-notebook-image-n-3 )
198
+ odh-pytorch-gpu-notebook-image-n-4 )
181
199
expected_name=" odh-notebook-jupyter-pytorch-ubi9-python-3.9"
182
200
expected_commitref=" release-2023a"
183
201
expected_build_name=" jupyter-pytorch-ubi9-python-3.9-amd64"
184
202
expected_img_size=7130
185
203
;;
186
- odh-pytorch-gpu-notebook-image-n-4 )
204
+ odh-pytorch-gpu-notebook-image-n-5 )
187
205
expected_name=" odh-notebook-cuda-jupyter-pytorch-ubi8-python-3.8"
188
206
expected_commitref=" release-1.2"
189
207
expected_build_name=" jupyter-pytorch-ubi8-python-3.8-amd64"
190
208
expected_img_size=6592
191
209
;;
192
210
odh-generic-data-science-notebook-image-n)
193
211
expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.11"
194
- expected_commitref=" release-2024b "
212
+ expected_commitref=" main "
195
213
expected_build_name=" jupyter-datascience-ubi9-python-3.11-amd64"
196
214
expected_img_size=961
197
215
;;
198
216
odh-generic-data-science-notebook-image-n-1)
217
+ expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.11"
218
+ expected_commitref=" release-2024b"
219
+ expected_build_name=" jupyter-datascience-ubi9-python-3.11-amd64"
220
+ expected_img_size=961
221
+ ;;
222
+ odh-generic-data-science-notebook-image-n-2)
199
223
expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.9"
200
224
expected_commitref=" release-2024a"
201
225
expected_build_name=" jupyter-datascience-ubi9-python-3.9-amd64"
202
226
expected_img_size=890
203
227
;;
204
- odh-generic-data-science-notebook-image-n-2 )
228
+ odh-generic-data-science-notebook-image-n-3 )
205
229
expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.9"
206
230
expected_commitref=" release-2023b"
207
231
expected_build_name=" jupyter-datascience-ubi9-python-3.9-amd64"
208
232
expected_img_size=883
209
233
;;
210
- odh-generic-data-science-notebook-image-n-3 )
234
+ odh-generic-data-science-notebook-image-n-4 )
211
235
expected_name=" odh-notebook-jupyter-datascience-ubi9-python-3.9"
212
236
expected_commitref=" release-2023a"
213
237
expected_build_name=" jupyter-datascience-ubi9-python-3.9-amd64"
214
238
expected_img_size=685
215
239
;;
216
- odh-generic-data-science-notebook-image-n-4 )
240
+ odh-generic-data-science-notebook-image-n-5 )
217
241
expected_name=" odh-notebook-jupyter-datascience-ubi8-python-3.8"
218
242
expected_commitref=" release-1.2"
219
243
expected_build_name=" jupyter-datascience-ubi8-python-3.8-amd64"
220
244
expected_img_size=865
221
245
;;
222
246
odh-tensorflow-gpu-notebook-image-n)
223
247
expected_name=" odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11"
224
- expected_commitref=" release-2024b "
248
+ expected_commitref=" main "
225
249
expected_build_name=" cuda-jupyter-tensorflow-ubi9-python-3.11-amd64"
226
250
expected_img_size=8211
227
251
;;
228
252
odh-tensorflow-gpu-notebook-image-n-1)
253
+ expected_name=" odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11"
254
+ expected_commitref=" release-2024b"
255
+ expected_build_name=" cuda-jupyter-tensorflow-ubi9-python-3.11-amd64"
256
+ expected_img_size=8211
257
+ ;;
258
+ odh-tensorflow-gpu-notebook-image-n-2)
229
259
expected_name=" odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.9"
230
260
expected_commitref=" release-2024a"
231
261
expected_build_name=" cuda-jupyter-tensorflow-ubi9-python-3.9-amd64"
232
262
expected_img_size=6984
233
263
;;
234
- odh-tensorflow-gpu-notebook-image-n-2 )
264
+ odh-tensorflow-gpu-notebook-image-n-3 )
235
265
expected_name=" odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.9"
236
266
expected_commitref=" release-2023b"
237
267
expected_build_name=" cuda-jupyter-tensorflow-ubi9-python-3.9-amd64"
238
268
expected_img_size=6301
239
269
;;
240
- odh-tensorflow-gpu-notebook-image-n-3 )
270
+ odh-tensorflow-gpu-notebook-image-n-4 )
241
271
expected_name=" odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.9"
242
272
expected_commitref=" release-2023a"
243
273
expected_build_name=" cuda-jupyter-tensorflow-ubi9-python-3.9-amd64"
244
274
expected_img_size=5927
245
275
;;
246
- odh-tensorflow-gpu-notebook-image-n-4 )
276
+ odh-tensorflow-gpu-notebook-image-n-5 )
247
277
expected_name=" odh-notebook-cuda-jupyter-tensorflow-ubi8-python-3.8"
248
278
expected_commitref=" release-1.2"
249
279
expected_build_name=" cuda-jupyter-tensorflow-ubi8-python-3.8-amd64"
250
280
expected_img_size=6309
251
281
;;
252
282
odh-trustyai-notebook-image-n)
253
283
expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.11"
254
- expected_commitref=" release-2024b "
284
+ expected_commitref=" main "
255
285
expected_build_name=" jupyter-trustyai-ubi9-python-3.11-amd64"
256
286
expected_img_size=4197
257
287
;;
258
288
odh-trustyai-notebook-image-n-1)
289
+ expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.11"
290
+ expected_commitref=" release-2024b"
291
+ expected_build_name=" jupyter-trustyai-ubi9-python-3.11-amd64"
292
+ expected_img_size=4197
293
+ ;;
294
+ odh-trustyai-notebook-image-n-2)
259
295
expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.9"
260
296
expected_commitref=" release-2024a"
261
297
expected_build_name=" jupyter-trustyai-ubi9-python-3.9-amd64"
262
298
expected_img_size=1123
263
299
;;
264
- odh-trustyai-notebook-image-n-2 )
300
+ odh-trustyai-notebook-image-n-3 )
265
301
expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.9"
266
302
expected_commitref=" release-2023b"
267
303
expected_build_name=" jupyter-trustyai-ubi9-python-3.9-amd64"
268
304
expected_img_size=1057
269
305
;;
270
- odh-trustyai-notebook-image-n-3 )
306
+ odh-trustyai-notebook-image-n-4 )
271
307
expected_name=" odh-notebook-jupyter-trustyai-ubi9-python-3.9"
272
308
expected_commitref=" release-2023a"
273
309
expected_build_name=" jupyter-trustyai-ubi9-python-3.9-amd64"
274
310
expected_img_size=883
275
311
;;
276
312
odh-codeserver-notebook-image-n)
277
313
expected_name=" odh-notebook-code-server-ubi9-python-3.11"
278
- expected_commitref=" release-2024b "
314
+ expected_commitref=" main "
279
315
expected_build_name=" codeserver-ubi9-python-3.11-amd64"
280
316
expected_img_size=893
281
317
;;
282
318
odh-codeserver-notebook-image-n-1)
319
+ expected_name=" odh-notebook-code-server-ubi9-python-3.11"
320
+ expected_commitref=" release-2024b"
321
+ expected_build_name=" codeserver-ubi9-python-3.11-amd64"
322
+ expected_img_size=893
323
+ ;;
324
+ odh-codeserver-notebook-image-n-2)
283
325
expected_name=" odh-notebook-code-server-ubi9-python-3.9"
284
326
expected_commitref=" release-2024a"
285
327
expected_build_name=" codeserver-ubi9-python-3.9-amd64"
286
328
expected_img_size=837
287
329
;;
288
- odh-codeserver-notebook-image-n-2 )
330
+ odh-codeserver-notebook-image-n-3 )
289
331
expected_name=" odh-notebook-code-server-ubi9-python-3.9"
290
332
expected_commitref=" release-2023b"
291
333
expected_build_name=" codeserver-ubi9-python-3.9-amd64"
292
334
expected_img_size=778
293
335
;;
294
336
odh-rocm-minimal-notebook-image-n)
337
+ expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
338
+ expected_commitref=" main"
339
+ expected_build_name=" rocm-jupyter-minimal-ubi9-python-3.11-amd64"
340
+ expected_img_size=4830
341
+ ;;
342
+ odh-rocm-minimal-notebook-image-n-1)
295
343
expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
296
344
expected_commitref=" release-2024b"
297
345
expected_build_name=" rocm-jupyter-minimal-ubi9-python-3.11-amd64"
298
346
expected_img_size=4830
299
347
;;
300
348
odh-rocm-pytorch-notebook-image-n)
349
+ expected_name=" odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
350
+ expected_commitref=" main"
351
+ expected_build_name=" rocm-jupyter-pytorch-ubi9-python-3.11-amd64"
352
+ expected_img_size=6571
353
+ ;;
354
+ odh-rocm-pytorch-notebook-image-n-1)
301
355
expected_name=" odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11"
302
356
expected_commitref=" release-2024b"
303
357
expected_build_name=" rocm-jupyter-pytorch-ubi9-python-3.11-amd64"
304
358
expected_img_size=6571
305
359
;;
306
360
odh-rocm-tensorflow-notebook-image-n)
361
+ expected_name=" odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"
362
+ expected_commitref=" main"
363
+ expected_build_name=" rocm-jupyter-tensorflow-ubi9-python-3.11-amd64"
364
+ expected_img_size=5782
365
+ ;;
366
+ odh-rocm-tensorflow-notebook-image-n-1)
307
367
expected_name=" odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11"
308
368
expected_commitref=" release-2024b"
309
369
expected_build_name=" rocm-jupyter-tensorflow-ubi9-python-3.11-amd64"
0 commit comments