@@ -3,6 +3,7 @@ name: Guided notebooks tests
33on :
44 pull_request :
55 branches : [ main ]
6+ types : [ labeled ]
67
78concurrency :
89 group : ${{ github.head_ref }}-${{ github.workflow }}
1415jobs :
1516 verify-0_basic_ray :
1617 if : ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
17- runs-on : ubuntu-20.04 -4core
18+ runs-on : ubuntu-latest -4core
1819
1920 steps :
2021 - name : Checkout code
4950 - name : Set up specific Python version
5051 uses : actions/setup-python@v5
5152 with :
52- python-version : ' 3.9 '
53+ python-version : ' 3.11 '
5354 cache : ' pip' # caching pip dependencies
5455
5556 - name : Setup and start KinD cluster
@@ -125,7 +126,7 @@ jobs:
125126
126127 verify-1_cluster_job_client :
127128 if : ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
128- runs-on : ubuntu-20.04-4core-gpu
129+ runs-on : gpu-t4-4-core
129130
130131 steps :
131132 - name : Checkout code
@@ -160,7 +161,7 @@ jobs:
160161 - name : Set up specific Python version
161162 uses : actions/setup-python@v5
162163 with :
163- python-version : ' 3.9 '
164+ python-version : ' 3.11 '
164165 cache : ' pip' # caching pip dependencies
165166
166167 - name : Setup NVidia GPU environment for KinD
@@ -247,7 +248,7 @@ jobs:
247248
248249 verify-2_basic_interactive :
249250 if : ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
250- runs-on : ubuntu-20.04-4core-gpu
251+ runs-on : gpu-t4-4-core
251252
252253 steps :
253254 - name : Checkout code
@@ -282,7 +283,7 @@ jobs:
282283 - name : Set up specific Python version
283284 uses : actions/setup-python@v5
284285 with :
285- python-version : ' 3.9 '
286+ python-version : ' 3.11 '
286287 cache : ' pip' # caching pip dependencies
287288
288289 - name : Setup NVidia GPU environment for KinD
0 commit comments