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:
Andrew Kushnir 2023-04-11 10:31:48 -07:00
parent 0b3677e149
commit cf46dfb215

View file

@ -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'