This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from e2d521111a ATC Collaborators for April 2022 (#6710)
add 695b93acf1 Use composite runner for TP/TPv2/TO integration test GHA
(#6740)
No new revisions were added by this update.
Summary of changes:
.github/actions/to-integration-tests/.eslintrc | 333 --
.github/actions/to-integration-tests/action.yml | 11 +-
.../dist/to-integration-tests.js | 31 -
.../actions/to-integration-tests/package-lock.json | 4701 --------------------
.github/actions/to-integration-tests/package.json | 24 -
.../to-integration-tests/to-integration-tests.ts | 31 -
.github/actions/to-integration-tests/tsconfig.json | 14 -
.github/actions/tp-integration-tests/.eslintrc | 333 --
.github/actions/tp-integration-tests/README.md | 2 +-
.github/actions/tp-integration-tests/action.yml | 11 +-
.../dist/tp-integration-tests.js | 32 -
.github/actions/tp-integration-tests/entrypoint.sh | 53 +-
.../actions/tp-integration-tests/package-lock.json | 4701 --------------------
.github/actions/tp-integration-tests/package.json | 24 -
.../tp-integration-tests/tp-integration-tests.ts | 31 -
.github/actions/tp-integration-tests/tsconfig.json | 14 -
.github/actions/tpv2-integration-tests/.eslintrc | 333 --
.github/actions/tpv2-integration-tests/README.md | 2 +-
.github/actions/tpv2-integration-tests/action.yml | 11 +-
.../dist/tpv2-integration-tests.js | 32 -
.../tpv2-integration-tests/package-lock.json | 3980 -----------------
.../actions/tpv2-integration-tests/package.json | 24 -
.../tpv2-integration-tests.ts | 31 -
.../actions/tpv2-integration-tests/tsconfig.json | 14 -
24 files changed, 49 insertions(+), 14724 deletions(-)
delete mode 100644 .github/actions/to-integration-tests/.eslintrc
delete mode 100644
.github/actions/to-integration-tests/dist/to-integration-tests.js
delete mode 100644 .github/actions/to-integration-tests/package-lock.json
delete mode 100644 .github/actions/to-integration-tests/package.json
delete mode 100644 .github/actions/to-integration-tests/to-integration-tests.ts
delete mode 100644 .github/actions/to-integration-tests/tsconfig.json
delete mode 100644 .github/actions/tp-integration-tests/.eslintrc
delete mode 100644
.github/actions/tp-integration-tests/dist/tp-integration-tests.js
delete mode 100644 .github/actions/tp-integration-tests/package-lock.json
delete mode 100644 .github/actions/tp-integration-tests/package.json
delete mode 100644 .github/actions/tp-integration-tests/tp-integration-tests.ts
delete mode 100644 .github/actions/tp-integration-tests/tsconfig.json
delete mode 100644 .github/actions/tpv2-integration-tests/.eslintrc
delete mode 100644
.github/actions/tpv2-integration-tests/dist/tpv2-integration-tests.js
delete mode 100644 .github/actions/tpv2-integration-tests/package-lock.json
delete mode 100644 .github/actions/tpv2-integration-tests/package.json
delete mode 100644
.github/actions/tpv2-integration-tests/tpv2-integration-tests.ts
delete mode 100644 .github/actions/tpv2-integration-tests/tsconfig.json