This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from a673e95 Update Go version to 1.15.3 (#5158)
add 4cd6fba Enable includeSystemTests in the API tests GitHub Action
(#5168)
No new revisions were added by this update.
Summary of changes:
.github/actions/to-integration-tests/.eslintrc | 333 ++++
.github/actions/to-integration-tests/Dockerfile | 32 -
.github/actions/to-integration-tests/README.md | 34 +-
.github/actions/to-integration-tests/action.yml | 20 +-
.github/actions/to-integration-tests/cdn.json | 59 +-
.github/actions/to-integration-tests/database.json | 2 +-
.github/actions/to-integration-tests/dbconf.yml | 2 +-
.../dist/to-integration-tests.js | 31 +
.github/actions/to-integration-tests/entrypoint.sh | 129 +-
.../actions/to-integration-tests/package-lock.json | 1994 ++++++++++++++++++++
.github/actions/to-integration-tests/package.json | 24 +
.../actions/to-integration-tests/riak.json | 4 +-
.../to-integration-tests/to-integration-tests.ts | 31 +
.../to-integration-tests/traffic-ops-test.json | 7 +-
.github/actions/to-integration-tests/tsconfig.json | 14 +
.github/workflows/traffic ops.yml | 16 +
.gitignore | 1 +
.../testing/api/v3/serverservercapability_test.go | 4 +-
traffic_ops/testing/api/v3/tc-fixtures.json | 6 +-
19 files changed, 2638 insertions(+), 105 deletions(-)
create mode 100644 .github/actions/to-integration-tests/.eslintrc
delete mode 100644 .github/actions/to-integration-tests/Dockerfile
create mode 100644
.github/actions/to-integration-tests/dist/to-integration-tests.js
create mode 100644 .github/actions/to-integration-tests/package-lock.json
create mode 100644 .github/actions/to-integration-tests/package.json
copy traffic_ops/app/conf/development/riak.conf =>
.github/actions/to-integration-tests/riak.json (54%)
create mode 100644 .github/actions/to-integration-tests/to-integration-tests.ts
create mode 100644 .github/actions/to-integration-tests/tsconfig.json