File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 execute-notebooks :
1919 name : Execute Notebooks
2020 runs-on : arc-runners-org-nvidia-ai-bp-4-gpu
21+ # runs-on: arc-runner-set-oke-org-poc-4-gpu
2122 strategy :
2223 fail-fast : false
2324 matrix :
4445
4546 - name : Download notebook_runner_nbclient.py
4647 run : |
47- curl -H "Authorization: token ${{ secrets.BLUEPRINT_GITHUB_TEST_TOKEN_ON_GH }}" \
48- -o notebook_runner_nbclient.py \
49- https://raw.githubusercontent.com/NVIDIA-AI-Blueprints/blueprint-github-test/main/utils/notebook_runner/notebook_runner_nbclient.py
48+ git clone --depth 1 https://x-access- token: ${{ secrets.BLUEPRINT_GITHUB_TEST_TOKEN_ON_GH }}@github.com/NVIDIA-AI-Blueprints/blueprint-github-test.git _blueprint_test_repo
49+ cp _blueprint_test_repo/utils/notebook_runner/ notebook_runner_nbclient.py .
50+ rm -rf _blueprint_test_repo
5051 chmod +x notebook_runner_nbclient.py
5152
5253 - name : Install dependencies and register Jupyter kernel
@@ -297,6 +298,7 @@ jobs:
297298 generate-summary :
298299 name : Generate Summary Report
299300 runs-on : arc-runners-org-nvidia-ai-bp-4-gpu
301+ # runs-on: arc-runner-set-oke-org-poc-4-gpu
300302 needs : execute-notebooks
301303 if : always()
302304
You can’t perform that action at this time.
0 commit comments