@@ -3,11 +3,6 @@ name: Lan test workflow x86_64 wheels
3
3
on :
4
4
# pull_request:
5
5
workflow_call :
6
- inputs :
7
- job-name :
8
- required : true
9
- type : string
10
- default : " build-test-linux-x86_64"
11
6
push :
12
7
branches :
13
8
- main
@@ -52,35 +47,35 @@ jobs:
52
47
echo "${{ github.workflow }}-linux-x86_64-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}"
53
48
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
54
49
55
- # build:
56
- # needs: filter-matrix
57
- # permissions:
58
- # id-token: write
59
- # contents: read
60
- # strategy:
61
- # fail-fast: false
62
- # matrix:
63
- # include:
64
- # - repository: pytorch/tensorrt
65
- # pre-script: packaging/pre_build_script.sh
66
- # env-var-script: packaging/env_vars.txt
67
- # post-script: packaging/post_build_script.sh
68
- # smoke-test-script: packaging/smoke_test_script.sh
69
- # package-name: torch_tensorrt
70
- # name: Build torch-tensorrt whl package
71
- # uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
72
- # with:
73
- # repository: ${{ matrix.repository }}
74
- # ref: ""
75
- # test-infra-repository: pytorch/test-infra
76
- # test-infra-ref: main
77
- # build-matrix: ${{ needs.filter-matrix.outputs.matrix }}
78
- # pre-script: ${{ matrix.pre-script }}
79
- # env-var-script: ${{ matrix.env-var-script }}
80
- # post-script: ${{ matrix.post-script }}
81
- # package-name: ${{ matrix.package-name }}
82
- # smoke-test-script: ${{ matrix.smoke-test-script }}
83
- # trigger-event: ${{ github.event_name }}
50
+ build :
51
+ needs : filter-matrix
52
+ permissions :
53
+ id-token : write
54
+ contents : read
55
+ strategy :
56
+ fail-fast : false
57
+ matrix :
58
+ include :
59
+ - repository : pytorch/tensorrt
60
+ pre-script : packaging/pre_build_script.sh
61
+ env-var-script : packaging/env_vars.txt
62
+ post-script : packaging/post_build_script.sh
63
+ smoke-test-script : packaging/smoke_test_script.sh
64
+ package-name : torch_tensorrt
65
+ name : Build torch-tensorrt whl package
66
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
67
+ with :
68
+ repository : ${{ matrix.repository }}
69
+ ref : " "
70
+ test-infra-repository : pytorch/test-infra
71
+ test-infra-ref : main
72
+ build-matrix : ${{ needs.filter-matrix.outputs.matrix }}
73
+ pre-script : ${{ matrix.pre-script }}
74
+ env-var-script : ${{ matrix.env-var-script }}
75
+ post-script : ${{ matrix.post-script }}
76
+ package-name : ${{ matrix.package-name }}
77
+ smoke-test-script : ${{ matrix.smoke-test-script }}
78
+ trigger-event : ${{ github.event_name }}
84
79
85
80
# tests-py-fail-fast:
86
81
# name: Test fail fast [Python]
0 commit comments