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:   Tue Dec 12 19:38:32 2023 -0600

    syncing ; previous commit: Merge: bce3b10 56c6bda
    Author: Wesley Ketchum <wketchum@fnal.gov>
    Date:   Thu Sep 28 14:47:45 2023 +0200

        Merge pull request #154 from DUNE-DAQ/wesketchum-patch-1

        Update README.md
  • Loading branch information
jcfreeman2 committed Dec 16, 2023
1 parent 0233005 commit 475121a
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 475121a

Please sign in to comment.