Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: disable size tracking CI job in favor of integration tests size c…
…hecks

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.
  • Loading branch information
AndrewKushnir committed Apr 11, 2023
commit 8c4a1c39bd108a7b1b647198d17839770381a32d
5 changes: 2 additions & 3 deletions .github/angular-robot.yml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down Expand Up @@ -70,7 +70,6 @@ merge:
requiredStatuses:
- 'ci/circleci: build'
- 'ci/circleci: lint'
- 'ci/angular: size'
- 'google-internal-tests'
- 'pullapprove'

Expand Down