Skip to content

Commit

Permalink
syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.…
Browse files Browse the repository at this point in the history
…noreply.github.com>

Date:   Tue Aug 29 16:31:17 2023 -0500

    syncing dunedaq-develop-cpp-ci.yml; previous commit: Merge: ce0cf5a 2e73f06
    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 dd99cdc commit eff8537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
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"; fi
#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
Expand All @@ -68,7 +68,7 @@ jobs:
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
cd $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}
source env.sh || true
spack unload $REPO
spack unload $REPO || true
cp -pr $GITHUB_WORKSPACE/DUNE-DAQ/$REPO $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}/sourcecode
dbt-build
#[[ $REPO == "daq-cmake" ]] && dbt-build || dbt-build --lint
Expand Down

0 comments on commit eff8537

Please sign in to comment.