Skip to content

Commit aa21fc0

Browse files
committed
enable alerting for the binary size validation job
1 parent 50603f9 commit aa21fc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check-alerts.yml

+7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@ jobs:
1919
- repo: pytorch/pytorch
2020
branch: master
2121
with_flaky_test_alerting: YES
22+
job_filter_regex: ""
2223
- repo: pytorch/pytorch
2324
branch: nightly
2425
with_flaky_test_alerting: NO
26+
job_filter_regex: ""
27+
- repo: pytorch/builder
28+
branch: main
29+
with_flaky_test_alerting: NO
30+
job_filter_regex: "nightly.pypi.binary.size.validation"
2531
env:
2632
REPO_TO_CHECK: ${{ matrix.repo }}
2733
BRANCH_TO_CHECK: ${{ matrix.branch }}
2834
WITH_FLAKY_TEST_ALERT: ${{ matrix.with_flaky_test_alerting }}
35+
JOB_NAME_REGEX: ${{ matrix.job_filter_regex }}
2936
# Don't do actual work on pull request
3037
DRY_RUN: ${{ github.event_name == 'pull_request'}}
3138
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)