Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions run-vmtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,12 @@ runs:
run: |
${GITHUB_ACTION_PATH}/run.sh

# Callers upload this directory with if: always(), and the upload rejects
# the characters this renames, so it has to happen even when the step
# above fails.
- name: Normalize traffic monitor log paths
if: always()
shell: bash
run: |
${GITHUB_ACTION_PATH}/normalize-paths-for-github.sh /tmp/tmon_pcap

4 changes: 0 additions & 4 deletions run-vmtest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ foldable end vmtest_toml
vmtest -c $VMTEST_TOML
rm -f $VMTEST_TOML

# fixup traffic montioring log paths if present
PCAP_DIR=/tmp/tmon_pcap
${GITHUB_ACTION_PATH}/normalize-paths-for-github.sh "$PCAP_DIR"

foldable end vmtest

foldable start collect_status "Collecting exit status"
Expand Down
Loading