From 98c047b76360218e0b910298416eb1c56b56f163 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Fri, 26 Jun 2020 15:34:19 -0700 Subject: [PATCH] ci: decrease payload size limit for integration tests (#37784) This commit updates the payload size limit for the `hello_world` test app built using Closure. This is likely an effect of the changes in https://github.com/angular/angular/pull/36578 (that reduces the bundle size for most of the apps) and additional changes in subsequent commits. PR Close #37784 --- goldens/size-tracking/integration-payloads.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldens/size-tracking/integration-payloads.json b/goldens/size-tracking/integration-payloads.json index 498d024217..cf8bdc7286 100644 --- a/goldens/size-tracking/integration-payloads.json +++ b/goldens/size-tracking/integration-payloads.json @@ -62,7 +62,7 @@ "bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.", "bundle": "TODO(i): (FW-2164) TS 3.9 new class shape seems to have broken Closure in big ways. The size went from 169991 to 252338", "bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1198917, see PR#37221 and PR#37317 for more info", - "bundle": 1210239 + "bundle": 1209659 } } }