Skip to content

Commit cf46dfb

Browse files
committed
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
1 parent 0b3677e commit cf46dfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/angular-robot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Configuration for angular-robot
22

3-
#options for the size plugin
3+
# options for the size plugin
44
size:
5-
disabled: false
5+
disabled: true
66
maxSizeIncrease: 2000
77
circleCiStatusName: 'ci/circleci: test'
88

@@ -70,7 +70,6 @@ merge:
7070
requiredStatuses:
7171
- 'ci/circleci: build'
7272
- 'ci/circleci: lint'
73-
- 'ci/angular: size'
7473
- 'google-internal-tests'
7574
- 'pullapprove'
7675

0 commit comments

Comments
 (0)