File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Release artifacts on Linux
1
+ name : Build release artifacts on Linux
2
2
3
3
on :
4
4
workflow_call :
59
59
type : string
60
60
61
61
jobs :
62
- build :
62
+ build-release :
63
63
strategy :
64
64
fail-fast : false
65
65
matrix : ${{ fromJSON(inputs.build-matrix) }}
@@ -200,5 +200,5 @@ jobs:
200
200
# s3-prefix: ${{ env.REPOSITORY }}/${{ github.event.pull_request.number }}
201
201
202
202
concurrency :
203
- group : ${{ github.workflow }}-${{ github.ref_name }}
203
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ inputs.repository }}-${{ inputs.job-name }}
204
204
cancel-in-progress : true
Original file line number Diff line number Diff line change 30
30
post-script : packaging/post_build_script.sh
31
31
smoke-test-script : packaging/smoke_test_script.sh
32
32
package-name : torch_tensorrt
33
- # env:
34
- # CU_VERSION: ${{ build-matrix.desired_cuda }}
35
- # PYTHON_VERSION: ${{ build-matrix.python_version }}
36
33
name : Build torch-tensorrt whl package
37
34
uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
38
35
with :
@@ -49,13 +46,14 @@ jobs:
49
46
trigger-event : ${{ github.event_name }}
50
47
51
48
build-release-artifacts :
52
- name : Build other release artifacts
49
+ name : Build torch-tensorrt release artifacts
53
50
needs : [generate-matrix, build]
54
51
strategy :
55
52
fail-fast : false
56
53
matrix :
57
54
include :
58
55
- repository : pytorch/tensorrt
56
+ - package-name : torch_tensorrt
59
57
uses : ./.github/workflows/linux-release-artifacts.yml
60
58
if : ${{ contains( github.event.pull_request.labels.*.name, 'build-release-artifacts') }}
61
59
with :
68
66
pre-script : ${{ matrix.pre-script }}
69
67
70
68
concurrency :
71
- group : ${{ github.workflow }}-${{ github.ref_name }}
69
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ inputs.repository }}-${{ inputs.job-name }}
72
70
cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments