@@ -3,6 +3,7 @@ name: Guided notebooks tests
3
3
on :
4
4
pull_request :
5
5
branches : [ main ]
6
+ types : [ labeled ]
6
7
7
8
concurrency :
8
9
group : ${{ github.head_ref }}-${{ github.workflow }}
14
15
jobs :
15
16
verify-0_basic_ray :
16
17
if : ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
17
- runs-on : ubuntu-20.04 -4core
18
+ runs-on : ubuntu-latest -4core
18
19
19
20
steps :
20
21
- name : Checkout code
49
50
- name : Set up specific Python version
50
51
uses : actions/setup-python@v5
51
52
with :
52
- python-version : ' 3.9 '
53
+ python-version : ' 3.11 '
53
54
cache : ' pip' # caching pip dependencies
54
55
55
56
- name : Setup and start KinD cluster
@@ -125,7 +126,7 @@ jobs:
125
126
126
127
verify-1_cluster_job_client :
127
128
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
129
130
130
131
steps :
131
132
- name : Checkout code
@@ -160,7 +161,7 @@ jobs:
160
161
- name : Set up specific Python version
161
162
uses : actions/setup-python@v5
162
163
with :
163
- python-version : ' 3.9 '
164
+ python-version : ' 3.11 '
164
165
cache : ' pip' # caching pip dependencies
165
166
166
167
- name : Setup NVidia GPU environment for KinD
@@ -247,7 +248,7 @@ jobs:
247
248
248
249
verify-2_basic_interactive :
249
250
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
251
252
252
253
steps :
253
254
- name : Checkout code
@@ -282,7 +283,7 @@ jobs:
282
283
- name : Set up specific Python version
283
284
uses : actions/setup-python@v5
284
285
with :
285
- python-version : ' 3.9 '
286
+ python-version : ' 3.11 '
286
287
cache : ' pip' # caching pip dependencies
287
288
288
289
- name : Setup NVidia GPU environment for KinD
0 commit comments