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 af24046 Initial contribution of Ansible-based lab deployment efforts
(#3585)
add 9e8ac1c GitHub Action for Traffic Router unit tests (#5070)
No new revisions were added by this update.
Summary of changes:
.../actions/tr-tests/Dockerfile | 20 ++++----
.../{to-integration-tests => tr-tests}/README.md | 44 ++++++++---------
.../{run-ciab/action.yaml => tr-tests/action.yml} | 10 ++--
.github/workflows/tr.unit.tests.yaml | 56 ++++++++++++++++++++++
CHANGELOG.md | 2 +
docs/source/development/traffic_router.rst | 35 ++++++++++++++
traffic_router/core/CHANGELOG | 0
.../{Dockerfile-test => Dockerfile-test-alpine} | 29 +++++++----
.../{Dockerfile-test => Dockerfile-test-centos} | 29 +++++++----
traffic_router/tests/docker-compose.yml | 8 +++-
10 files changed, 172 insertions(+), 61 deletions(-)
copy infrastructure/ansible/roles/to_api/tasks/main.yml =>
.github/actions/tr-tests/Dockerfile (62%)
copy .github/actions/{to-integration-tests => tr-tests}/README.md (54%)
copy .github/actions/{run-ciab/action.yaml => tr-tests/action.yml} (84%)
create mode 100644 .github/workflows/tr.unit.tests.yaml
delete mode 100644 traffic_router/core/CHANGELOG
copy traffic_router/tests/{Dockerfile-test => Dockerfile-test-alpine} (51%)
rename traffic_router/tests/{Dockerfile-test => Dockerfile-test-centos} (53%)