From d0d36a5ebfd03e130a5464054dad8210044283cc Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Tue, 18 Feb 2020 17:52:34 -0800 Subject: [PATCH] ci: increase AIO payload size limit (#35538) This commit updates AIO payload size limit that is triggering a problem after merging https://github.com/angular/angular/commit/f95b8ce07e71cf0b736cec1f617349a44e41f939. That commit added some payload size, but all checks were "green" for the PR (https://github.com/angular/angular/pull/34481) after rebase that happened a couple hours before the merge, so this is an accumulated payload size increase from multiple changes. The goal of this commit is to bring the master and patch branches back to "green" state. PR Close #35538 --- aio/scripts/_payload-limits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index c3abfed8ea..bb99ceb1c9 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -12,7 +12,7 @@ "master": { "uncompressed": { "runtime-es2015": 2987, - "main-es2015": 449438, + "main-es2015": 450017, "polyfills-es2015": 52195 } } @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +}