Skip to content

Commit

Permalink
JCF: add verbosity to the nightly integration tests and the partition…
Browse files Browse the repository at this point in the history
… 6 requirement on the v5 tests
  • Loading branch information
John Freeman committed Jul 10, 2024
1 parent e5a0f90 commit 3bc0afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 @@ -57,7 +57,7 @@ jobs:
dbt-setup-release -n $NIGHTLY_TAG
#dbt-setup-release -n last_${DET}daq
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
pytest -v --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
rm -rf daqsystemtest
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/nightly-v5-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:
dbt-setup-release -n $NIGHTLY_TAG
#dbt-setup-release -n last_${DET}daq
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
pytest -v --junit-xml=$GITHUB_WORKSPACE/${{ matrix.test_name }}_test_results.xml \
$GITHUB_WORKSPACE/listrev/integtest/${{ matrix.test_name }}_test.py
cd $GITHUB_WORKSPACE
rm -rf integration_tests_$NIGHTLY_TAG
rm -rf listrev
Expand Down

0 comments on commit 3bc0afa

Please sign in to comment.