From cf46dfb21530736e27f43111ae6bc2f6486cb00a Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Tue, 11 Apr 2023 10:31:48 -0700 Subject: [PATCH] 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 --- .github/angular-robot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 0c4d337f39a..d58fbaa7daf 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -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'