Skip to content

Commit

Permalink
enable alerting for the binary size validation job
Browse files Browse the repository at this point in the history
  • Loading branch information
izaitsevfb committed Feb 10, 2023
1 parent 50603f9 commit aa21fc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@ jobs:
- repo: pytorch/pytorch
branch: master
with_flaky_test_alerting: YES
job_filter_regex: ""
- repo: pytorch/pytorch
branch: nightly
with_flaky_test_alerting: NO
job_filter_regex: ""
- repo: pytorch/builder
branch: main
with_flaky_test_alerting: NO
job_filter_regex: "nightly.pypi.binary.size.validation"
env:
REPO_TO_CHECK: ${{ matrix.repo }}
BRANCH_TO_CHECK: ${{ matrix.branch }}
WITH_FLAKY_TEST_ALERT: ${{ matrix.with_flaky_test_alerting }}
JOB_NAME_REGEX: ${{ matrix.job_filter_regex }}
# Don't do actual work on pull request
DRY_RUN: ${{ github.event_name == 'pull_request'}}
runs-on: ubuntu-18.04
Expand Down

0 comments on commit aa21fc0

Please sign in to comment.