Skip to content

Commit

Permalink
Merge pull request #380 from DUNE-DAQ/amogan/v5_nightly_integtests
Browse files Browse the repository at this point in the history
Fix how nightly integration tests remove xml output files
  • Loading branch information
andrewmogan authored Jun 24, 2024
2 parents b6a899c + bc018f4 commit 7a37949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-v4-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
setup_dbt latest|| true
dbt-setup-release -n $NIGHTLY_TAG
#dbt-setup-release -n last_${DET}daq
rm -f $GITHUB_WORKSPACE/*_test_results.xml
rm -f $GITHUB_WORKSPACE/${{ matrix.test_name }}_test_results.xml
pytest --junit-xml=$GITHUB_WORKSPACE/${{ matrix.test_name }}_test_results.xml $GITHUB_WORKSPACE/daqsystemtest/integtest/${{ matrix.test_name }}_test.py
cd $GITHUB_WORKSPACE
rm -rf integration_tests_$NIGHTLY_TAG
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-v5-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
setup_dbt latest_v5 || true
dbt-setup-release -n $NIGHTLY_TAG
#dbt-setup-release -n last_${DET}daq
rm -f $GITHUB_WORKSPACE/*_test_results.xml
rm -f $GITHUB_WORKSPACE/${{ matrix.test_name }}_test_results.xml
pytest --junit-xml=$GITHUB_WORKSPACE/${{ matrix.test_name }}_test_results.xml \
$GITHUB_WORKSPACE/listrev/integtest/${{ matrix.test_name }}_test.py \
--nanorc-option partition-number 6
Expand Down

0 comments on commit 7a37949

Please sign in to comment.