Skip to content

Commit

Permalink
JCF: update v5 integration test to account for get-ticket.sh not bein…
Browse files Browse the repository at this point in the history
…g needed, but daq_app_rte.sh and an authorized_keys files being needed
  • Loading branch information
John Freeman committed Sep 19, 2024
1 parent debe14f commit d545e50
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nightly-v5-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ jobs:
DET=fd
mkdir -p $GITHUB_WORKSPACE/integration_tests_$NIGHTLY_TAG
cd $GITHUB_WORKSPACE/integration_tests_$NIGHTLY_TAG
export PATH=$HOME/bin:$PATH
type get-ticket.sh && get-ticket.sh
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest_v5 || true
setup_dbt latest_v5
[[ -e /cvmfs/dunedaq-development.opensciencegrid.org/nightly/$NIGHTLY_TAG/daq_app_rte.sh ]]
dbt-setup-release -n $NIGHTLY_TAG
export DBT_INSTALL_DIR=/cvmfs/dunedaq-development.opensciencegrid.org/nightly/$NIGHTLY_TAG
pytest -v -s --junit-xml=${{ matrix.test_name }}_test_results.xml \
$GITHUB_WORKSPACE/listrev/integtest/${{ matrix.test_name }}_test.py
cd $GITHUB_WORKSPACE
rm -rf listrev
$LISTREV_SHARE/integtest/listrev_test.py
parse_results:
runs-on: daq
Expand Down

0 comments on commit d545e50

Please sign in to comment.