mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: disable size tracking CI job in favor of integration tests size checks (#49788)
Currently we have multiple integration apps which are instrumented with the payload size checks. In addition to that, there is a separate CI job that performs similar checks. The checks in CI job are redundant, thus this commit disables a separate CI job. PR Close #49788
This commit is contained in:
parent
0b3677e149
commit
cf46dfb215
1 changed files with 2 additions and 3 deletions
5
.github/angular-robot.yml
vendored
5
.github/angular-robot.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
# Configuration for angular-robot
|
||||
|
||||
#options for the size plugin
|
||||
# options for the size plugin
|
||||
size:
|
||||
disabled: false
|
||||
disabled: true
|
||||
maxSizeIncrease: 2000
|
||||
circleCiStatusName: 'ci/circleci: test'
|
||||
|
||||
|
|
@ -70,7 +70,6 @@ merge:
|
|||
requiredStatuses:
|
||||
- 'ci/circleci: build'
|
||||
- 'ci/circleci: lint'
|
||||
- 'ci/angular: size'
|
||||
- 'google-internal-tests'
|
||||
- 'pullapprove'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue