Skip to content

Commit

Permalink
syncing dunedaq-develop-cpp-ci.yml; previous commit: Merge: ce0cf5a 2…
Browse files Browse the repository at this point in the history
…e73f06

Author: eflumerf <61473357+eflumerf@users.noreply.github.com>
Date:   Mon Aug 21 11:13:34 2023 -0500

    Merge pull request #306 from DUNE-DAQ/kbiery/move_integtest_funcs

    Updated the location of the dro_map_gen and data_file_checks integtest utilities
  • Loading branch information
dingp committed Aug 29, 2023
1 parent e421921 commit dd99cdc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
strategy:
matrix:
include:
- image: "ghcr.io/dune-daq/sl7-slim-externals:spack-dev"
- image: "ghcr.io/dune-daq/sl7-slim-externals:spack-dev-split"
os_name: "c7"
- image: "ghcr.io/dune-daq/c8-slim-externals:spack-dev"
os_name: "c8"
- image: "ghcr.io/dune-daq/alma9-slim-externals:spack-dev-split"
os_name: "al9"
container:
image: ${{ matrix.image }}
defaults:
Expand All @@ -49,10 +49,14 @@ jobs:

- name: setup dev area
run: |
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest|| true
dbt-create -n last_successful dev-${{ matrix.os_name }}
release_name="last_fddaq"
nd_config=$GITHUB_WORKSPACE/daq-release/configs/nddaq/nddaq-develop/release.yaml
if grep -q "name: ${REPO}\n" $nd_config; then release_name="last_nddaq"; fi
dbt-create -n $release_name dev-${{ matrix.os_name }}
- name: checkout package for CI
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit dd99cdc

Please sign in to comment.