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
16 changes: 7 additions & 9 deletions .github/workflows/test_daq_buildtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,22 @@ jobs:
- name: Pull latest nightly build image
run: docker pull ghcr.io/dune-daq/nightly-release-alma9:development_v5

- id: checkout_daq_buildtools
- name: Checkout daq-release
uses: actions/checkout@v6
with:
path: daq-buildtools-test
repository: DUNE-DAQ/daq-release
path: daq-release
persist-credentials: false

- name: Run test_daq-buildtools script
- name: Run test_daq-buildtools script from daq-release
run: |
BRANCH="${{ inputs.dbt-branch || github.head_ref || github.ref_name }}"
cd daq-buildtools-test
source env.sh
cd scripts
docker run --rm \
-v /cvmfs:/cvmfs:shared \
-v "$PWD":/workspace \
-w /workspace \
-v "${GITHUB_WORKSPACE}:/ghw" \
-w /ghw \
ghcr.io/dune-daq/nightly-release-alma9:development_v5 \
./test_daq-buildtools.sh --dbt-branch $BRANCH
./daq-release/scripts/test_daq-buildtools.sh --dbt-branch $BRANCH



166 changes: 0 additions & 166 deletions scripts/test_daq-buildtools.sh

This file was deleted.