Skip to content

Commit

Permalink
Remove running TPv2 server and collecting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocket8888 committed Jan 10, 2024
1 parent 97cc3f8 commit f232748
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/actions/tpv2-integration-tests/config.json

This file was deleted.

4 changes: 0 additions & 4 deletions .github/actions/tpv2-integration-tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ envsubst <../../.github/actions/tpv2-integration-tests/cdn.json >./cdn.conf

./traffic_ops_golang --cfg ./cdn.conf --dbcfg ../../.github/actions/tpv2-integration-tests/database.json > out.log 2>&1 &

cd "${GITHUB_WORKSPACE}/experimental/traffic-portal/dist/traffic-portal"
envsubst <${GITHUB_WORKSPACE}/.github/actions/tpv2-integration-tests/config.json >./config.json
node ./server/main.js -C config.json > "${GITHUB_WORKSPACE}/tp.log" 2>&1 &

timeout 3m bash <<TMOUT
while ! curl -k "https://localhost:6443/api/4.0/ping" >/dev/null 2>&1; do
echo "waiting for TO API"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tpv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ jobs:
traffic_ops/traffic_ops_golang/out.log
experimental/traffic-portal/logs
experimental/traffic-portal/cypress/screenshots
tp.log
- name: Save Alpine Docker image
run: .github/actions/save-alpine-tar/entrypoint.sh save ${{ env.ALPINE_VERSION }}

0 comments on commit f232748

Please sign in to comment.