angular-cn/scripts/ci
George Kalpakas 9b5299131b ci: remove change type from uploaded payload size data (#33987)
The change type was only recorded for `aio/` and was not correct anyway.
For example:
- It considered `package.json` changes as `application` (even if only
  `package.json` and `yarn.lock` had changed).
- It failed to account for changes in `@angular/*` dependencies, when
  using the locally built Angular packages (instead reporting them as
  `other`).
- It only looked at the last commit, so it failed to provide accurate
  information for multi-commit builds (which are rare, but possible).

For the above reasons (and because there is no straight-forward way of
fixing it), this commit removes the change type from the uploaded data.
If necessary, it is still possible to find the type of changes from the
uploaded info (e.g. extract the associated commits and look at their
changes using git).

PR Close #33987
2019-11-25 16:36:07 -05:00
..
clone_angular_material_repo.sh build: lock material unit tests job to specific commit (#31569) 2019-07-25 13:08:33 -07:00
create-package-archives.sh ci: use more descriptive names for published build artifacts (#33957) 2019-11-22 14:05:52 -05:00
payload-size.js ci: tighten size threshold to 1% or 500 bytes (#33969) 2019-11-22 16:51:41 -05:00
payload-size.sh ci: remove change type from uploaded payload size data (#33987) 2019-11-25 16:36:07 -05:00
publish-build-artifacts.sh ci: Add ANGULAR_PACKAGE to snapshot builds (#31900) 2019-08-28 21:25:56 -07:00
run_angular_material_unit_tests.sh ci: re-enable material unit tests job (#33530) 2019-11-01 17:38:39 +00:00
update-deps-to-dist-packages.js test(ivy): update Material to recent commit from master branch (#31569) 2019-07-25 13:08:33 -07:00