You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/09/10 17:21:04 UTC

[trafficcontrol] branch master updated (a405e7b -> d0041a9)

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 a405e7b  Fixing tm-health-client stopping trafficserver (#6190)
     add d0041a9  Dont start Riak in TP/TO GHA (#6188)

No new revisions were added by this update.

Summary of changes:
 .github/actions/to-integration-tests/.gitignore    |  1 -
 .github/actions/to-integration-tests/README.md     |  1 -
 .github/actions/to-integration-tests/cdn.json      | 14 ++++
 .github/actions/to-integration-tests/entrypoint.sh | 46 +------------
 .github/actions/to-integration-tests/riak.json     |  8 ---
 .github/actions/tp-integration-tests/README.md     |  1 -
 .github/actions/tp-integration-tests/cdn.json      | 14 ++++
 .github/actions/tp-integration-tests/entrypoint.sh | 75 +---------------------
 .github/actions/tp-integration-tests/riak.json     |  8 ---
 .../actions/{todb-init => tvdb-init}/Dockerfile    |  0
 .github/actions/{todb-init => tvdb-init}/README.md | 10 +--
 .github/actions/{go-fmt => tvdb-init}/action.yml   |  4 +-
 .../{to-integration-tests => tvdb-init}/dbconf.yml |  2 +-
 .../actions/{todb-init => tvdb-init}/entrypoint.sh | 13 ++--
 .github/workflows/tp.integration.tests.yml         |  5 ++
 .github/workflows/traffic-ops.yml                  |  5 ++
 16 files changed, 58 insertions(+), 149 deletions(-)
 delete mode 100644 .github/actions/to-integration-tests/riak.json
 delete mode 100644 .github/actions/tp-integration-tests/riak.json
 copy .github/actions/{todb-init => tvdb-init}/Dockerfile (100%)
 copy .github/actions/{todb-init => tvdb-init}/README.md (84%)
 copy .github/actions/{go-fmt => tvdb-init}/action.yml (88%)
 copy .github/actions/{to-integration-tests => tvdb-init}/dbconf.yml (89%)
 copy .github/actions/{todb-init => tvdb-init}/entrypoint.sh (74%)