36
36
with :
37
37
node-version : 20
38
38
39
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
39
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
40
40
with :
41
41
vcpkg-version : ' 2025.06.13'
42
42
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
46
46
disable-terrapin : ' true'
47
47
48
48
- name : Build Full ORT and Prepare Test Files
49
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
49
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
50
50
51
51
- name : Upload Test Data Artifact
52
52
uses : actions/upload-artifact@v4
73
73
node-version : 20
74
74
75
75
- name : Get Docker Image using Action
76
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
76
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
77
77
id : build_docker_image_step
78
78
with :
79
79
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
84
84
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
85
85
86
86
- name : Run Build 2 (Update)
87
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
87
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
88
88
with :
89
89
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
90
90
build_config : Debug # From original --config Debug
98
98
--enable_training_ops
99
99
100
100
- name : Run Build 2 (Build)
101
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
101
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
102
102
with :
103
103
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
104
104
build_config : Debug # From original --config Debug
@@ -129,7 +129,7 @@ jobs:
129
129
with :
130
130
node-version : 20
131
131
132
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
132
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
133
133
with :
134
134
vcpkg-version : ' 2025.06.13'
135
135
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
@@ -139,7 +139,7 @@ jobs:
139
139
disable-terrapin : ' true'
140
140
141
141
- name : Build Full ORT and Prepare Test Files
142
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
142
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
143
143
with :
144
144
reduced-ops-config-file : required_ops.ort_models.config
145
145
enable-custom-ops : ' true'
@@ -163,7 +163,7 @@ jobs:
163
163
with :
164
164
node-version : 20
165
165
166
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
166
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
167
167
with :
168
168
vcpkg-version : ' 2025.06.13'
169
169
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
@@ -172,7 +172,7 @@ jobs:
172
172
add-cmake-to-path : ' true'
173
173
disable-terrapin : ' true'
174
174
- name : Build Full ORT and Prepare Test Files
175
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
175
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
176
176
with :
177
177
reduced-ops-config-file : required_ops_and_types.ort_models.config
178
178
enable-type-reduction : ' true'
@@ -195,7 +195,7 @@ jobs:
195
195
with :
196
196
node-version : 20
197
197
198
- -
uses :
microsoft/onnxruntime-github-actions/[email protected] .8
198
+ -
uses :
microsoft/onnxruntime-github-actions/[email protected] .9
199
199
with :
200
200
vcpkg-version : ' 2025.06.13'
201
201
vcpkg-hash : ' 735923258c5187966698f98ce0f1393b8adc6f84d44fd8829dda7db52828639331764ecf41f50c8e881e497b569f463dbd02dcb027ee9d9ede0711102de256cc'
@@ -205,7 +205,7 @@ jobs:
205
205
disable-terrapin : ' true'
206
206
207
207
- name : Build Full ORT and Prepare Test Files
208
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
208
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
209
209
with :
210
210
globally_allowed_types : ' bool,float,int8_t,uint8_t'
211
211
enable-type-reduction : ' true'
@@ -230,7 +230,7 @@ jobs:
230
230
node-version : 20
231
231
232
232
- name : Get Docker Image using Action
233
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
233
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
234
234
id : build_docker_image_step
235
235
with :
236
236
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -242,7 +242,7 @@ jobs:
242
242
243
243
244
244
- name : Run Build 5 (Update)
245
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
245
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
246
246
with :
247
247
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
248
248
build_config : Debug
@@ -254,7 +254,7 @@ jobs:
254
254
--minimal_build extended
255
255
256
256
- name : Run Build 5 (Build)
257
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
257
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
258
258
with :
259
259
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
260
260
build_config : Debug
@@ -265,7 +265,7 @@ jobs:
265
265
--use_binskim_compliant_compile_flags
266
266
--minimal_build extended
267
267
- name : Run Build 5 (Test)
268
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
268
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
269
269
with :
270
270
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
271
271
build_config : Debug
@@ -291,7 +291,7 @@ jobs:
291
291
submodules : false
292
292
293
293
- name : Get Docker Image using Action
294
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
294
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
295
295
id : build_docker_image_step
296
296
with :
297
297
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -308,7 +308,7 @@ jobs:
308
308
touch ${{ runner.temp }}/.test_data/include_no_operators.config
309
309
310
310
- name : Run Build 6a (Update)
311
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
311
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
312
312
with :
313
313
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
314
314
build_config : MinSizeRel
@@ -323,7 +323,7 @@ jobs:
323
323
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
324
324
325
325
- name : Run Build 6a (Build)
326
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
326
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
327
327
with :
328
328
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
329
329
build_config : MinSizeRel
@@ -339,7 +339,7 @@ jobs:
339
339
340
340
341
341
- name : Run Build 6a (Test)
342
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
342
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
343
343
with :
344
344
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
345
345
build_config : MinSizeRel
@@ -374,7 +374,7 @@ jobs:
374
374
touch ${{ runner.temp }}/.test_data/include_no_operators.config
375
375
376
376
- name : Get Docker Image using Action
377
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
377
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
378
378
id : build_docker_image_step
379
379
with :
380
380
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -385,7 +385,7 @@ jobs:
385
385
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
386
386
387
387
- name : Run Build 6b (Update)
388
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
388
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
389
389
with :
390
390
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
391
391
build_config : MinSizeRel # From original --config MinSizeRel
@@ -403,7 +403,7 @@ jobs:
403
403
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
404
404
405
405
- name : Run Build 6b (Build)
406
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
406
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
407
407
with :
408
408
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
409
409
build_config : MinSizeRel # From original --config MinSizeRel
@@ -441,7 +441,7 @@ jobs:
441
441
touch ${{ runner.temp }}/.test_data/include_no_operators.config
442
442
443
443
- name : Get Docker Image using Action
444
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
444
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
445
445
id : build_docker_image_step
446
446
with :
447
447
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
@@ -458,7 +458,7 @@ jobs:
458
458
touch ${{ runner.temp }}/.test_data/include_no_operators.config
459
459
460
460
- name : Run Build 6c (Update)
461
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
461
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
462
462
with :
463
463
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
464
464
build_config : MinSizeRel # From original --config MinSizeRel
@@ -476,7 +476,7 @@ jobs:
476
476
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
477
477
478
478
- name : Run Build 6c (Build)
479
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
479
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
480
480
with :
481
481
docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
482
482
build_config : MinSizeRel # From original --config MinSizeRel
@@ -518,7 +518,7 @@ jobs:
518
518
path : ${{ runner.temp }}/.test_data/
519
519
520
520
- name : Get Docker Image using Action
521
- uses :
microsoft/onnxruntime-github-actions/[email protected] .8
521
+ uses :
microsoft/onnxruntime-github-actions/[email protected] .9
522
522
id : build_docker_image_step
523
523
with :
524
524
dockerfile : ${{ github.workspace }}/tools/ci_build/github/linux/docker/inference/x86_64/default/cpu/Dockerfile
0 commit comments