ci: migrate payload size tracking goldens to the golden directory (#36455)

This change is part of a larger effort to migrate all golden type
tracking files to a single location.  Additionally, this makes it
a bit easier to manage file ownership in pullapprove.

PR Close #36455
This commit is contained in:
Joey Perrott
2020-04-06 09:42:02 -07:00
committed by Andrew Kushnir
parent d3a77ea91a
commit b3fe9017f7
9 changed files with 10 additions and 11 deletions

View File

@ -1,29 +0,0 @@
{
"aio": {
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 450612,
"polyfills-es2015": 52195
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 452060,
"polyfills-es2015": 52195
}
}
},
"aio-local-viewengine": {
"master": {
"uncompressed": {
"runtime-es2015": 3097,
"main-es2015": 429230,
"polyfills-es2015": 52195
}
}
}
}

View File

@ -12,4 +12,4 @@ source ../scripts/ci/payload-size.sh
# Provide node_modules from aio
NODE_MODULES_BIN=$PROJECT_ROOT/aio/node_modules/.bin/
trackPayloadSize "$target" "dist/*.js" true "${thisDir}/_payload-limits.json"
trackPayloadSize "$target" "dist/*.js" true "$PROJECT_ROOT/goldens/size-tracking/aio-payloads.json"