Skip to content

Commit

Permalink
Regenerate CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellutz committed Sep 10, 2024
1 parent 12d643e commit 01b522d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/build-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,18 +603,29 @@
},
"secrets": "inherit"
},
"base-habana-python-3_11": {
"base-habana-1_17_1-python-3_11-base": {
"needs": [],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "base-habana-python-3.11",
"target": "base-habana-1.17.1-python-3.11-base",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"base-habana-1_17_1-python-3_11": {
"needs": [
"base-habana-1_17_1-python-3_11-base"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "base-habana-1.17.1-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"habana-jupyter-1_17_1-ubi9-python-3_11": {
"needs": [
"base-habana-python-3_11"
"base-habana-1_17_1-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
Expand Down

0 comments on commit 01b522d

Please sign in to comment.