Skip to content

Commit

Permalink
syncing ; previous commit: Author: John Freeman <jcfree@fnal.gov>
Browse files Browse the repository at this point in the history
Date:   Wed Dec 13 10:52:59 2023 -0600

    JCF: replace mention of obsolete (or typo?) *.class.xml file with *.schema.xml
  • Loading branch information
jcfreeman2 committed Dec 16, 2023
1 parent bd0b4f8 commit 29d93cb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
strategy:
matrix:
include:
- image: "ghcr.io/dune-daq/sl7-slim-externals:spack-dev-v1.1"
os_name: "c7"
- image: "ghcr.io/dune-daq/c8-slim-externals:spack-dev-v1.1"
os_name: "c8"
- image: "ghcr.io/dune-daq/alma9-slim-externals:spack-dev-v2.0"
os_name: "a9"
container:
image: ${{ matrix.image }}
defaults:
Expand All @@ -51,10 +49,10 @@ jobs:
run: |
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest|| true
release_name="last_fddaq_c8"
setup_dbt latest || true
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_c8"; fi
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
Expand Down

0 comments on commit 29d93cb

Please sign in to comment.