Skip to content

Commit 471fe0b

Browse files
committed
update tensorrt ep pipeline YAML to test
1 parent 340a7ce commit 471fe0b

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/windows_tensorrt.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@ on:
44
push:
55
branches:
66
- main
7-
- rel-*
87
pull_request:
9-
branches:
10-
- main
11-
- rel-*
12-
workflow_dispatch:
138

149
concurrency:
15-
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.sha }}
10+
group: ${{ github.head_ref || github.run_id }}
1611
cancel-in-progress: true
1712

18-
#TODO: enable --build_nodejs
1913
jobs:
2014
build:
2115
name: Windows GPU TensorRT CI Pipeline
22-
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-vs2022-mms"]
16+
runs-on: windows-2022
2317
steps:
2418
- uses: actions/checkout@v5
2519
with:
@@ -31,16 +25,6 @@ jobs:
3125
python-version: '3.12'
3226
architecture: x64
3327

34-
- name: Locate vcvarsall and Setup Env
35-
uses: ./.github/actions/locate-vcvarsall-and-setup-env
36-
with:
37-
architecture: x64
38-
39-
- name: Install python modules
40-
run: python -m pip install -r .\tools\ci_build\github\windows\python\requirements.txt
41-
working-directory: ${{ github.workspace }}
42-
shell: cmd
43-
4428
- name: Download CUDA SDK v12.2
4529
working-directory: ${{ runner.temp }}
4630
run: |

0 commit comments

Comments
 (0)