File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -261,3 +261,7 @@ jobs:
261
261
cd tests/py/core
262
262
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_core_test_results.xml .
263
263
popd
264
+
265
+ concurrency :
266
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
267
+ cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -153,3 +153,7 @@ jobs:
153
153
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_partitioning_test_results.xml partitioning/
154
154
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_lowering_test_results.xml lowering/
155
155
popd
156
+
157
+ concurrency :
158
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
159
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 57
57
commit_user_name : Torch-TensorRT Github Bot
58
58
commit_user_email :
[email protected]
59
59
commit_author :
Torch-TensorRT Github Bot <[email protected] >
60
+
61
+ concurrency :
62
+ group : ${{ github.workflow }}-${{ github.ref_name }}
63
+ cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -195,5 +195,5 @@ jobs:
195
195
s3-prefix : ${{ env.REPOSITORY }}/${{ github.event.pull_request.number }}
196
196
197
197
concurrency :
198
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
198
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
199
199
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -136,5 +136,5 @@ jobs:
136
136
uses : ./test-infra/.github/actions/teardown-windows
137
137
138
138
concurrency :
139
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
139
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
140
140
cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments