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:37:17 2023 -0600

    syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.noreply.github.com>
    Date:   Fri Sep 8 12:14:48 2023 -0500

        syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.noreply.github.com>
        Date:   Tue Aug 29 17:25:18 2023 -0500

            syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.noreply.github.com>
            Date:   Tue Aug 29 16:28:16 2023 -0500

                syncing dunedaq-develop-cpp-ci.yml; previous commit: Merge: 99fbdcb 711c1a4
                Author: bieryAtFnal <36311946+bieryAtFnal@users.noreply.github.com>
                Date:   Wed Mar 29 12:07:30 2023 -0500

                    Merge pull request #24 from DUNE-DAQ/kbiery/version_update

                    Updated version to v1.0.8
  • Loading branch information
jcfreeman2 committed Dec 16, 2023
1 parent bd80fbc commit 20ff2f6
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 20ff2f6

Please sign in to comment.