Skip to content

Commit 02f9de3

Browse files
committed
chores: Include the update to the build-notebook CI
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent 5231a89 commit 02f9de3

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/workflows/build-notebooks.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,61 @@
444444
},
445445
"secrets": "inherit"
446446
},
447+
"amd-c9s-python-3_9": {
448+
"needs": [
449+
"base-c9s-python-3_9"
450+
],
451+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
452+
"with": {
453+
"target": "amd-c9s-python-3.9",
454+
"github": "${{ toJSON(github) }}"
455+
},
456+
"secrets": "inherit"
457+
},
458+
"amd-jupyter-minimal-c9s-python-3_9": {
459+
"needs": [
460+
"amd-c9s-python-3_9"
461+
],
462+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
463+
"with": {
464+
"target": "amd-jupyter-minimal-c9s-python-3.9",
465+
"github": "${{ toJSON(github) }}"
466+
},
467+
"secrets": "inherit"
468+
},
469+
"amd-jupyter-datascience-c9s-python-3_9": {
470+
"needs": [
471+
"amd-jupyter-minimal-c9s-python-3_9"
472+
],
473+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
474+
"with": {
475+
"target": "amd-jupyter-datascience-c9s-python-3.9",
476+
"github": "${{ toJSON(github) }}"
477+
},
478+
"secrets": "inherit"
479+
},
480+
"amd-jupyter-tensorflow-c9s-python-3_9": {
481+
"needs": [
482+
"amd-jupyter-datascience-c9s-python-3_9"
483+
],
484+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
485+
"with": {
486+
"target": "amd-jupyter-tensorflow-c9s-python-3.9",
487+
"github": "${{ toJSON(github) }}"
488+
},
489+
"secrets": "inherit"
490+
},
491+
"amd-jupyter-pytorch-c9s-python-3_9": {
492+
"needs": [
493+
"amd-jupyter-datascience-c9s-python-3_9"
494+
],
495+
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
496+
"with": {
497+
"target": "amd-jupyter-pytorch-c9s-python-3.9",
498+
"github": "${{ toJSON(github) }}"
499+
},
500+
"secrets": "inherit"
501+
},
447502
"base-anaconda-python-3_8": {
448503
"needs": [],
449504
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",

0 commit comments

Comments
 (0)