From 8c4a1c39bd108a7b1b647198d17839770381a32d 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 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. --- .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 0c4d337f39af..d58fbaa7daf3 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'