File tree Expand file tree Collapse file tree 2 files changed +14
-223
lines changed Expand file tree Collapse file tree 2 files changed +14
-223
lines changed Original file line number Diff line number Diff line change 24
24
with-rocm : false
25
25
with-cpu : false
26
26
27
- build :
27
+ substitute-runner :
28
28
needs : generate-matrix
29
+ outputs :
30
+ matrix : ${{ steps.substitute.outputs.matrix }}
31
+ runs-on : ubuntu-latest
32
+ steps :
33
+ - name : Substitute runner
34
+ id : substitute
35
+ run : |
36
+ echo matrix="$(echo '${{ needs.generate-matrix.outputs.matrix }}' | sed -e 's/windows.8xlarge.nvidia.gpu/windows.g5.4xlarge.nvidia.gpu/g')" >> ${GITHUB_OUTPUT}
37
+
38
+ build :
39
+ needs : substitute-runner
29
40
permissions :
30
41
id-token : write
31
42
contents : read
@@ -40,13 +51,13 @@ jobs:
40
51
smoke-test-script : packaging/smoke_test_windows.py
41
52
package-name : torch_tensorrt
42
53
name : Build torch-tensorrt whl package
43
- uses : ./ .github/workflows/build_wheels_windows.yml
54
+ uses : pytorch/test-infra/ .github/workflows/build_wheels_windows.yml@main
44
55
with :
45
56
repository : ${{ matrix.repository }}
46
57
ref : " "
47
58
test-infra-repository : pytorch/test-infra
48
59
test-infra-ref : main
49
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
60
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
50
61
pre-script : ${{ matrix.pre-script }}
51
62
env-script : ${{ matrix.env-script }}
52
63
wheel-build-params : ${{ matrix.wheel-build-params }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments