51
51
52
52
steps :
53
53
54
+ # TODO: This runnner is running on a self-hosted CPU. In order to upgrade
55
+ # to v4, need to upgrade the machine to support node20.
54
56
- uses : actions/checkout@v3
55
57
with :
56
58
submodules : ' true'
71
73
VTR_CMAKE_PARAMS : ${{ matrix.cmake }}
72
74
NUM_CORES : ${{ matrix.cores }}
73
75
74
- - uses : actions/upload-artifact@v3
75
- if : ${{ always() }}
76
+ - name : Upload test results
77
+ # TODO: This runnner is running on a self-hosted CPU. In order to upgrade
78
+ # to v4, need to upgrade the machine to support node20.
79
+ uses : actions/upload-artifact@v3
76
80
with :
81
+ name : ${{matrix.test}}_test_results
77
82
path : |
78
83
**/results*.gz
79
84
**/plot_*.svg
@@ -92,10 +97,10 @@ jobs:
92
97
- { build_type: 'debug', verbose: '1' }
93
98
steps :
94
99
95
- - uses : actions/setup-python@v4
100
+ - uses : actions/setup-python@v5
96
101
with :
97
102
python-version : 3.10.10
98
- - uses : actions/checkout@v3
103
+ - uses : actions/checkout@v4
99
104
with :
100
105
submodules : ' true'
101
106
- run : ./.github/scripts/install_dependencies.sh
@@ -122,10 +127,10 @@ jobs:
122
127
name : ' F: ${{ matrix.name }}'
123
128
steps :
124
129
125
- - uses : actions/setup-python@v4
130
+ - uses : actions/setup-python@v5
126
131
with :
127
132
python-version : 3.10.10
128
- - uses : actions/checkout@v3
133
+ - uses : actions/checkout@v4
129
134
- run : ./.github/scripts/install_dependencies.sh
130
135
131
136
- name : Test
@@ -137,10 +142,10 @@ jobs:
137
142
runs-on : ubuntu-22.04
138
143
steps :
139
144
140
- - uses : actions/setup-python@v4
145
+ - uses : actions/setup-python@v5
141
146
with :
142
147
python-version : 3.10.10
143
- - uses : actions/checkout@v3
148
+ - uses : actions/checkout@v4
144
149
with :
145
150
submodules : ' true'
146
151
- run : ./.github/scripts/install_dependencies.sh
@@ -156,10 +161,10 @@ jobs:
156
161
runs-on : ubuntu-22.04
157
162
steps :
158
163
159
- - uses : actions/setup-python@v4
164
+ - uses : actions/setup-python@v5
160
165
with :
161
166
python-version : 3.10.10
162
- - uses : actions/checkout@v3
167
+ - uses : actions/checkout@v4
163
168
with :
164
169
submodules : ' true'
165
170
- run : ./.github/scripts/install_dependencies.sh
@@ -236,10 +241,10 @@ jobs:
236
241
name : ' R: ${{ matrix.name }}'
237
242
steps :
238
243
239
- - uses : actions/setup-python@v4
244
+ - uses : actions/setup-python@v5
240
245
with :
241
246
python-version : 3.10.10
242
- - uses : actions/checkout@v3
247
+ - uses : actions/checkout@v4
243
248
with :
244
249
submodules : ' true'
245
250
- run : ./.github/scripts/install_dependencies.sh
@@ -255,7 +260,7 @@ jobs:
255
260
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2
256
261
257
262
- name : Upload regression run files
258
- uses : actions/upload-artifact@v3
263
+ uses : actions/upload-artifact@v4
259
264
with :
260
265
name : ${{matrix.name}}_run_files
261
266
path : |
@@ -266,7 +271,7 @@ jobs:
266
271
vtr_flow/**/*.r
267
272
268
273
- name : Upload regression results
269
- uses : actions/upload-artifact@v3
274
+ uses : actions/upload-artifact@v4
270
275
with :
271
276
name : ${{matrix.name}}_results
272
277
path : |
@@ -291,10 +296,10 @@ jobs:
291
296
name : ' S: ${{ matrix.name }}'
292
297
steps :
293
298
294
- - uses : actions/setup-python@v4
299
+ - uses : actions/setup-python@v5
295
300
with :
296
301
python-version : 3.10.10
297
- - uses : actions/checkout@v3
302
+ - uses : actions/checkout@v4
298
303
with :
299
304
submodules : ' true'
300
305
@@ -325,10 +330,10 @@ jobs:
325
330
runs-on : ubuntu-22.04
326
331
steps :
327
332
328
- - uses : actions/setup-python@v4
333
+ - uses : actions/setup-python@v5
329
334
with :
330
335
python-version : 3.10.10
331
- - uses : actions/checkout@v3
336
+ - uses : actions/checkout@v4
332
337
with :
333
338
submodules : ' true'
334
339
- run : ./.github/scripts/install_dependencies.sh
@@ -350,10 +355,10 @@ jobs:
350
355
runs-on : ubuntu-22.04
351
356
steps :
352
357
353
- - uses : actions/setup-python@v4
358
+ - uses : actions/setup-python@v5
354
359
with :
355
360
python-version : 3.10.10
356
- - uses : actions/checkout@v3
361
+ - uses : actions/checkout@v4
357
362
with :
358
363
submodules : ' true'
359
364
- run : ./.github/scripts/install_dependencies.sh
@@ -376,10 +381,10 @@ jobs:
376
381
runs-on : ubuntu-22.04
377
382
steps :
378
383
379
- - uses : actions/setup-python@v4
384
+ - uses : actions/setup-python@v5
380
385
with :
381
386
python-version : 3.10.10
382
- - uses : actions/checkout@v3
387
+ - uses : actions/checkout@v4
383
388
with :
384
389
submodules : ' true'
385
390
- run : ./.github/scripts/install_dependencies.sh
@@ -411,10 +416,10 @@ jobs:
411
416
name : ' B: ${{ matrix.name }}'
412
417
steps :
413
418
414
- - uses : actions/setup-python@v4
419
+ - uses : actions/setup-python@v5
415
420
with :
416
421
python-version : 3.10.10
417
- - uses : actions/checkout@v3
422
+ - uses : actions/checkout@v4
418
423
with :
419
424
submodules : ' true'
420
425
- run : ./.github/scripts/install_dependencies.sh
@@ -447,10 +452,10 @@ jobs:
447
452
runs-on : ubuntu-22.04
448
453
steps :
449
454
450
- - uses : actions/setup-python@v4
455
+ - uses : actions/setup-python@v5
451
456
with :
452
457
python-version : 3.10.10
453
- - uses : actions/checkout@v3
458
+ - uses : actions/checkout@v4
454
459
with :
455
460
submodules : ' true'
456
461
- run : ./.github/scripts/install_dependencies.sh
0 commit comments