|
15 | 15 | ]
|
16 | 16 | },
|
17 | 17 | "jobs": {
|
18 |
| - "base-ubi9-python-3_9": { |
19 |
| - "needs": [], |
20 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
21 |
| - "with": { |
22 |
| - "target": "base-ubi9-python-3.9", |
23 |
| - "github": "${{ toJSON(github) }}" |
24 |
| - }, |
25 |
| - "secrets": "inherit" |
26 |
| - }, |
27 |
| - "jupyter-minimal-ubi9-python-3_9": { |
28 |
| - "needs": [ |
29 |
| - "base-ubi9-python-3_9" |
30 |
| - ], |
31 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
32 |
| - "with": { |
33 |
| - "target": "jupyter-minimal-ubi9-python-3.9", |
34 |
| - "github": "${{ toJSON(github) }}" |
35 |
| - }, |
36 |
| - "secrets": "inherit" |
37 |
| - }, |
38 |
| - "jupyter-datascience-ubi9-python-3_9": { |
39 |
| - "needs": [ |
40 |
| - "jupyter-minimal-ubi9-python-3_9" |
41 |
| - ], |
42 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
43 |
| - "with": { |
44 |
| - "target": "jupyter-datascience-ubi9-python-3.9", |
45 |
| - "github": "${{ toJSON(github) }}" |
46 |
| - }, |
47 |
| - "secrets": "inherit" |
48 |
| - }, |
49 |
| - "cuda-ubi9-python-3_9": { |
50 |
| - "needs": [ |
51 |
| - "base-ubi9-python-3_9" |
52 |
| - ], |
53 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
54 |
| - "with": { |
55 |
| - "target": "cuda-ubi9-python-3.9", |
56 |
| - "github": "${{ toJSON(github) }}" |
57 |
| - }, |
58 |
| - "secrets": "inherit" |
59 |
| - }, |
60 |
| - "cuda-jupyter-minimal-ubi9-python-3_9": { |
61 |
| - "needs": [ |
62 |
| - "cuda-ubi9-python-3_9" |
63 |
| - ], |
64 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
65 |
| - "with": { |
66 |
| - "target": "cuda-jupyter-minimal-ubi9-python-3.9", |
67 |
| - "github": "${{ toJSON(github) }}" |
68 |
| - }, |
69 |
| - "secrets": "inherit" |
70 |
| - }, |
71 |
| - "cuda-jupyter-datascience-ubi9-python-3_9": { |
72 |
| - "needs": [ |
73 |
| - "cuda-jupyter-minimal-ubi9-python-3_9" |
74 |
| - ], |
75 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
76 |
| - "with": { |
77 |
| - "target": "cuda-jupyter-datascience-ubi9-python-3.9", |
78 |
| - "github": "${{ toJSON(github) }}" |
79 |
| - }, |
80 |
| - "secrets": "inherit" |
81 |
| - }, |
82 |
| - "cuda-jupyter-tensorflow-ubi9-python-3_9": { |
83 |
| - "needs": [ |
84 |
| - "cuda-jupyter-datascience-ubi9-python-3_9" |
85 |
| - ], |
86 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
87 |
| - "with": { |
88 |
| - "target": "cuda-jupyter-tensorflow-ubi9-python-3.9", |
89 |
| - "github": "${{ toJSON(github) }}" |
90 |
| - }, |
91 |
| - "secrets": "inherit" |
92 |
| - }, |
93 |
| - "jupyter-pytorch-ubi9-python-3_9": { |
94 |
| - "needs": [ |
95 |
| - "cuda-jupyter-datascience-ubi9-python-3_9" |
96 |
| - ], |
97 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
98 |
| - "with": { |
99 |
| - "target": "jupyter-pytorch-ubi9-python-3.9", |
100 |
| - "github": "${{ toJSON(github) }}" |
101 |
| - }, |
102 |
| - "secrets": "inherit" |
103 |
| - }, |
104 |
| - "jupyter-trustyai-ubi9-python-3_9": { |
105 |
| - "needs": [ |
106 |
| - "jupyter-datascience-ubi9-python-3_9" |
107 |
| - ], |
108 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
109 |
| - "with": { |
110 |
| - "target": "jupyter-trustyai-ubi9-python-3.9", |
111 |
| - "github": "${{ toJSON(github) }}" |
112 |
| - }, |
113 |
| - "secrets": "inherit" |
114 |
| - }, |
115 |
| - "runtime-minimal-ubi9-python-3_9": { |
116 |
| - "needs": [ |
117 |
| - "base-ubi9-python-3_9" |
118 |
| - ], |
119 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
120 |
| - "with": { |
121 |
| - "target": "runtime-minimal-ubi9-python-3.9", |
122 |
| - "github": "${{ toJSON(github) }}" |
123 |
| - }, |
124 |
| - "secrets": "inherit" |
125 |
| - }, |
126 |
| - "runtime-datascience-ubi9-python-3_9": { |
127 |
| - "needs": [ |
128 |
| - "base-ubi9-python-3_9" |
129 |
| - ], |
130 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
131 |
| - "with": { |
132 |
| - "target": "runtime-datascience-ubi9-python-3.9", |
133 |
| - "github": "${{ toJSON(github) }}" |
134 |
| - }, |
135 |
| - "secrets": "inherit" |
136 |
| - }, |
137 |
| - "runtime-pytorch-ubi9-python-3_9": { |
138 |
| - "needs": [ |
139 |
| - "base-ubi9-python-3_9" |
140 |
| - ], |
141 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
142 |
| - "with": { |
143 |
| - "target": "runtime-pytorch-ubi9-python-3.9", |
144 |
| - "github": "${{ toJSON(github) }}" |
145 |
| - }, |
146 |
| - "secrets": "inherit" |
147 |
| - }, |
148 |
| - "runtime-cuda-tensorflow-ubi9-python-3_9": { |
149 |
| - "needs": [ |
150 |
| - "cuda-ubi9-python-3_9" |
151 |
| - ], |
152 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
153 |
| - "with": { |
154 |
| - "target": "runtime-cuda-tensorflow-ubi9-python-3.9", |
155 |
| - "github": "${{ toJSON(github) }}" |
156 |
| - }, |
157 |
| - "secrets": "inherit" |
158 |
| - }, |
159 |
| - "codeserver-ubi9-python-3_9": { |
160 |
| - "needs": [ |
161 |
| - "base-ubi9-python-3_9" |
162 |
| - ], |
163 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
164 |
| - "with": { |
165 |
| - "target": "codeserver-ubi9-python-3.9", |
166 |
| - "github": "${{ toJSON(github) }}" |
167 |
| - }, |
168 |
| - "secrets": "inherit" |
169 |
| - }, |
170 |
| - "intel-base-gpu-ubi9-python-3_9": { |
171 |
| - "needs": [ |
172 |
| - "base-ubi9-python-3_9" |
173 |
| - ], |
174 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
175 |
| - "with": { |
176 |
| - "target": "intel-base-gpu-ubi9-python-3.9", |
177 |
| - "github": "${{ toJSON(github) }}" |
178 |
| - }, |
179 |
| - "secrets": "inherit" |
180 |
| - }, |
181 |
| - "intel-runtime-tensorflow-ubi9-python-3_9": { |
182 |
| - "needs": [ |
183 |
| - "intel-base-gpu-ubi9-python-3_9" |
184 |
| - ], |
185 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
186 |
| - "with": { |
187 |
| - "target": "intel-runtime-tensorflow-ubi9-python-3.9", |
188 |
| - "github": "${{ toJSON(github) }}" |
189 |
| - }, |
190 |
| - "secrets": "inherit" |
191 |
| - }, |
192 |
| - "jupyter-intel-tensorflow-ubi9-python-3_9": { |
193 |
| - "needs": [ |
194 |
| - "intel-base-gpu-ubi9-python-3_9" |
195 |
| - ], |
196 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
197 |
| - "with": { |
198 |
| - "target": "jupyter-intel-tensorflow-ubi9-python-3.9", |
199 |
| - "github": "${{ toJSON(github) }}" |
200 |
| - }, |
201 |
| - "secrets": "inherit" |
202 |
| - }, |
203 |
| - "intel-runtime-pytorch-ubi9-python-3_9": { |
204 |
| - "needs": [ |
205 |
| - "intel-base-gpu-ubi9-python-3_9" |
206 |
| - ], |
207 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
208 |
| - "with": { |
209 |
| - "target": "intel-runtime-pytorch-ubi9-python-3.9", |
210 |
| - "github": "${{ toJSON(github) }}" |
211 |
| - }, |
212 |
| - "secrets": "inherit" |
213 |
| - }, |
214 |
| - "jupyter-intel-pytorch-ubi9-python-3_9": { |
215 |
| - "needs": [ |
216 |
| - "intel-base-gpu-ubi9-python-3_9" |
217 |
| - ], |
218 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
219 |
| - "with": { |
220 |
| - "target": "jupyter-intel-pytorch-ubi9-python-3.9", |
221 |
| - "github": "${{ toJSON(github) }}" |
222 |
| - }, |
223 |
| - "secrets": "inherit" |
224 |
| - }, |
225 |
| - "intel-runtime-ml-ubi9-python-3_9": { |
226 |
| - "needs": [ |
227 |
| - "base-ubi9-python-3_9" |
228 |
| - ], |
229 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
230 |
| - "with": { |
231 |
| - "target": "intel-runtime-ml-ubi9-python-3.9", |
232 |
| - "github": "${{ toJSON(github) }}" |
233 |
| - }, |
234 |
| - "secrets": "inherit" |
235 |
| - }, |
236 |
| - "jupyter-intel-ml-ubi9-python-3_9": { |
237 |
| - "needs": [ |
238 |
| - "base-ubi9-python-3_9" |
239 |
| - ], |
240 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
241 |
| - "with": { |
242 |
| - "target": "jupyter-intel-ml-ubi9-python-3.9", |
243 |
| - "github": "${{ toJSON(github) }}" |
244 |
| - }, |
245 |
| - "secrets": "inherit" |
246 |
| - }, |
247 | 18 | "base-ubi9-python-3_11": {
|
248 | 19 | "needs": [],
|
249 | 20 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
|
473 | 244 | },
|
474 | 245 | "secrets": "inherit"
|
475 | 246 | },
|
476 |
| - "base-c9s-python-3_9": { |
477 |
| - "needs": [], |
478 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
479 |
| - "with": { |
480 |
| - "target": "base-c9s-python-3.9", |
481 |
| - "github": "${{ toJSON(github) }}" |
482 |
| - }, |
483 |
| - "secrets": "inherit" |
484 |
| - }, |
485 |
| - "cuda-c9s-python-3_9": { |
486 |
| - "needs": [ |
487 |
| - "base-c9s-python-3_9" |
488 |
| - ], |
489 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
490 |
| - "with": { |
491 |
| - "target": "cuda-c9s-python-3.9", |
492 |
| - "github": "${{ toJSON(github) }}" |
493 |
| - }, |
494 |
| - "secrets": "inherit" |
495 |
| - }, |
496 |
| - "rstudio-c9s-python-3_9": { |
497 |
| - "needs": [ |
498 |
| - "base-c9s-python-3_9" |
499 |
| - ], |
500 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
501 |
| - "with": { |
502 |
| - "target": "rstudio-c9s-python-3.9", |
503 |
| - "github": "${{ toJSON(github) }}" |
504 |
| - }, |
505 |
| - "secrets": "inherit" |
506 |
| - }, |
507 |
| - "cuda-rstudio-c9s-python-3_9": { |
508 |
| - "needs": [ |
509 |
| - "cuda-c9s-python-3_9" |
510 |
| - ], |
511 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
512 |
| - "with": { |
513 |
| - "target": "cuda-rstudio-c9s-python-3.9", |
514 |
| - "github": "${{ toJSON(github) }}" |
515 |
| - }, |
516 |
| - "secrets": "inherit" |
517 |
| - }, |
518 | 247 | "base-c9s-python-3_11": {
|
519 | 248 | "needs": [],
|
520 | 249 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
|
557 | 286 | },
|
558 | 287 | "secrets": "inherit"
|
559 | 288 | },
|
560 |
| - "rocm-ubi9-python-3_9": { |
561 |
| - "needs": [ |
562 |
| - "base-ubi9-python-3_9" |
563 |
| - ], |
564 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
565 |
| - "with": { |
566 |
| - "target": "rocm-ubi9-python-3.9", |
567 |
| - "github": "${{ toJSON(github) }}" |
568 |
| - }, |
569 |
| - "secrets": "inherit" |
570 |
| - }, |
571 |
| - "rocm-jupyter-minimal-ubi9-python-3_9": { |
572 |
| - "needs": [ |
573 |
| - "rocm-ubi9-python-3_9" |
574 |
| - ], |
575 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
576 |
| - "with": { |
577 |
| - "target": "rocm-jupyter-minimal-ubi9-python-3.9", |
578 |
| - "github": "${{ toJSON(github) }}" |
579 |
| - }, |
580 |
| - "secrets": "inherit" |
581 |
| - }, |
582 |
| - "rocm-jupyter-datascience-ubi9-python-3_9": { |
583 |
| - "needs": [ |
584 |
| - "rocm-jupyter-minimal-ubi9-python-3_9" |
585 |
| - ], |
586 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
587 |
| - "with": { |
588 |
| - "target": "rocm-jupyter-datascience-ubi9-python-3.9", |
589 |
| - "github": "${{ toJSON(github) }}" |
590 |
| - }, |
591 |
| - "secrets": "inherit" |
592 |
| - }, |
593 |
| - "rocm-jupyter-tensorflow-ubi9-python-3_9": { |
594 |
| - "needs": [ |
595 |
| - "rocm-jupyter-datascience-ubi9-python-3_9" |
596 |
| - ], |
597 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
598 |
| - "with": { |
599 |
| - "target": "rocm-jupyter-tensorflow-ubi9-python-3.9", |
600 |
| - "github": "${{ toJSON(github) }}" |
601 |
| - }, |
602 |
| - "secrets": "inherit" |
603 |
| - }, |
604 |
| - "rocm-jupyter-pytorch-ubi9-python-3_9": { |
605 |
| - "needs": [ |
606 |
| - "rocm-jupyter-datascience-ubi9-python-3_9" |
607 |
| - ], |
608 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
609 |
| - "with": { |
610 |
| - "target": "rocm-jupyter-pytorch-ubi9-python-3.9", |
611 |
| - "github": "${{ toJSON(github) }}" |
612 |
| - }, |
613 |
| - "secrets": "inherit" |
614 |
| - }, |
615 |
| - "rocm-runtime-pytorch-ubi9-python-3_9": { |
616 |
| - "needs": [ |
617 |
| - "rocm-ubi9-python-3_9" |
618 |
| - ], |
619 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
620 |
| - "with": { |
621 |
| - "target": "rocm-runtime-pytorch-ubi9-python-3.9", |
622 |
| - "github": "${{ toJSON(github) }}" |
623 |
| - }, |
624 |
| - "secrets": "inherit" |
625 |
| - }, |
626 |
| - "rocm-runtime-tensorflow-ubi9-python-3_9": { |
627 |
| - "needs": [ |
628 |
| - "rocm-ubi9-python-3_9" |
629 |
| - ], |
630 |
| - "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
631 |
| - "with": { |
632 |
| - "target": "rocm-runtime-tensorflow-ubi9-python-3.9", |
633 |
| - "github": "${{ toJSON(github) }}" |
634 |
| - }, |
635 |
| - "secrets": "inherit" |
636 |
| - }, |
637 | 289 | "rocm-ubi9-python-3_11": {
|
638 | 290 | "needs": [
|
639 | 291 | "base-ubi9-python-3_11"
|
|
0 commit comments