37
37
with :
38
38
node-version : 20
39
39
40
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
40
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
41
41
with :
42
42
vcpkg-version : ' 2025.06.13'
43
43
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
47
47
disable-terrapin : ' true'
48
48
49
49
- name : Build Full ORT and Prepare Test Files
50
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
50
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
51
51
52
52
- name : Upload Test Data Artifact
53
53
uses : actions/upload-artifact@v4
74
74
node-version : 20
75
75
76
76
- name : Get Docker Image using Action
77
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
77
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
78
78
id : build_docker_image_step
79
79
with :
80
80
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
85
85
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
86
86
87
87
- name : Run Build 2 (Update)
88
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
88
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
89
89
with :
90
90
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
91
91
}}
@@ -100,7 +100,7 @@ jobs:
100
100
--enable_training_ops
101
101
102
102
- name : Run Build 2 (Build)
103
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
103
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
104
104
with :
105
105
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
106
106
}}
@@ -131,8 +131,8 @@ jobs:
131
131
- uses : actions/setup-node@v4
132
132
with :
133
133
node-version : 20
134
-
135
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
134
+
135
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
136
136
with :
137
137
vcpkg-version : ' 2025.06.13'
138
138
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
@@ -142,7 +142,7 @@ jobs:
142
142
disable-terrapin : ' true'
143
143
144
144
- name : Build Full ORT and Prepare Test Files
145
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
145
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
146
146
with :
147
147
reduced-ops-config-file : required_ops.ort_models.config
148
148
enable-custom-ops : ' true'
@@ -166,7 +166,7 @@ jobs:
166
166
with :
167
167
node-version : 20
168
168
169
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
169
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
170
170
with :
171
171
vcpkg-version : ' 2025.06.13'
172
172
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
@@ -175,7 +175,7 @@ jobs:
175
175
add-cmake-to-path : ' true'
176
176
disable-terrapin : ' true'
177
177
- name : Build Full ORT and Prepare Test Files
178
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
178
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
179
179
with :
180
180
reduced-ops-config-file : required_ops_and_types.ort_models.config
181
181
enable-type-reduction : ' true'
@@ -198,7 +198,7 @@ jobs:
198
198
with :
199
199
node-version : 20
200
200
201
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
201
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
202
202
with :
203
203
vcpkg-version : ' 2025.06.13'
204
204
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
@@ -208,7 +208,7 @@ jobs:
208
208
disable-terrapin : ' true'
209
209
210
210
- name : Build Full ORT and Prepare Test Files
211
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
211
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
212
212
with :
213
213
globally_allowed_types : ' bool,float,int8_t,uint8_t'
214
214
enable-type-reduction : ' true'
@@ -233,7 +233,7 @@ jobs:
233
233
node-version : 20
234
234
235
235
- name : Get Docker Image using Action
236
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
236
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
237
237
id : build_docker_image_step
238
238
with :
239
239
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -245,7 +245,7 @@ jobs:
245
245
246
246
247
247
- name : Run Build 5 (Update)
248
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
248
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
249
249
with :
250
250
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
251
251
}}
@@ -258,7 +258,7 @@ jobs:
258
258
--minimal_build extended
259
259
260
260
- name : Run Build 5 (Build)
261
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
261
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
262
262
with :
263
263
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
264
264
}}
@@ -270,7 +270,7 @@ jobs:
270
270
--use_binskim_compliant_compile_flags
271
271
--minimal_build extended
272
272
- name : Run Build 5 (Test)
273
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
273
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
274
274
with :
275
275
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
276
276
}}
@@ -297,7 +297,7 @@ jobs:
297
297
submodules : false
298
298
299
299
- name : Get Docker Image using Action
300
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
300
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
301
301
id : build_docker_image_step
302
302
with :
303
303
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -314,7 +314,7 @@ jobs:
314
314
touch ${{ runner.temp }}/.test_data/include_no_operators.config
315
315
316
316
- name : Run Build 6a (Update)
317
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
317
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
318
318
with :
319
319
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
320
320
}}
@@ -330,7 +330,7 @@ jobs:
330
330
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
331
331
332
332
- name : Run Build 6a (Build)
333
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
333
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
334
334
with :
335
335
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
336
336
}}
@@ -347,7 +347,7 @@ jobs:
347
347
348
348
349
349
- name : Run Build 6a (Test)
350
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
350
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
351
351
with :
352
352
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
353
353
}}
@@ -383,7 +383,7 @@ jobs:
383
383
touch ${{ runner.temp }}/.test_data/include_no_operators.config
384
384
385
385
- name : Get Docker Image using Action
386
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
386
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
387
387
id : build_docker_image_step
388
388
with :
389
389
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -394,7 +394,7 @@ jobs:
394
394
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
395
395
396
396
- name : Run Build 6b (Update)
397
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
397
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
398
398
with :
399
399
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
400
400
}}
@@ -413,7 +413,7 @@ jobs:
413
413
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
414
414
415
415
- name : Run Build 6b (Build)
416
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
416
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
417
417
with :
418
418
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
419
419
}}
@@ -452,7 +452,7 @@ jobs:
452
452
touch ${{ runner.temp }}/.test_data/include_no_operators.config
453
453
454
454
- name : Get Docker Image using Action
455
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
455
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
456
456
id : build_docker_image_step
457
457
with :
458
458
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -469,7 +469,7 @@ jobs:
469
469
touch ${{ runner.temp }}/.test_data/include_no_operators.config
470
470
471
471
- name : Run Build 6c (Update)
472
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
472
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
473
473
with :
474
474
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
475
475
}}
@@ -488,7 +488,7 @@ jobs:
488
488
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
489
489
490
490
- name : Run Build 6c (Build)
491
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
491
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
492
492
with :
493
493
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name
494
494
}}
@@ -531,7 +531,7 @@ jobs:
531
531
path : ${{ runner.temp }}/.test_data/
532
532
533
533
- name : Get Docker Image using Action
534
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
534
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
535
535
id : build_docker_image_step
536
536
with :
537
537
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
0 commit comments