Skip to content

Commit

Permalink
syncing dunedaq-develop-cpp-ci.yml; previous commit: Author: John Fre…
Browse files Browse the repository at this point in the history
…eman <jcfree@fnal.gov>

Date:   Mon Jan 8 17:41:16 2024 -0600

    syncing ; previous commit: Author: John Freeman <jcfree@fnal.gov>
    Date:   Sat Dec 16 09:48:21 2023 -0600

        syncing ; previous commit: Merge: c9cb1e8 49f6e0c
        Author: J. Tena Vidal <jtenavidal@tauex.tau.ac.il>
        Date:   Wed Dec 13 16:15:55 2023 +0100

            Merge pull request #66 from DUNE-DAQ/jtena/v1.6.0

            Update CMakeLists.txt
  • Loading branch information
jcfreeman2 committed Jan 9, 2024
1 parent 5402bcf commit ca0b4fd
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,10 @@ jobs:
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest || true
release_name=
release_name="last_fddaq"
if [[ -n $( sed -r -n '/- name: '$REPO'$/p' daq-release/configs/fddaq/fddaq-develop/release.yaml ) ]] ; then release_name="last_fddaq"; fi
if [[ -n $( sed -r -n '/- name: '$REPO'$/p' daq-release/configs/nddaq/nddaq-develop/release.yaml ) ]] ; then release_name="last_nddaq"; fi
test -z $release_name && exit 10
dbt-create -n $release_name dev-${{ matrix.os_name }}
- name: checkout package for CI
Expand All @@ -71,7 +68,7 @@ jobs:
source env.sh || true
spack unload $REPO || true
cp -pr $GITHUB_WORKSPACE/DUNE-DAQ/$REPO $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}/sourcecode
dbt-build --unittest # --lint
dbt-build # --unittest # --lint
- name: upload build log file
uses: actions/upload-artifact@v3
Expand All @@ -85,8 +82,8 @@ jobs:
# name: linting_log_${{ matrix.os_name }}
# path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/linting*

- name: upload unittest output file
uses: actions/upload-artifact@v3
with:
name: unit_tests_log_${{ matrix.os_name }}
path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/unit_tests*
# - name: upload unittest output file
# uses: actions/upload-artifact@v3
# with:
# name: unit_tests_log_${{ matrix.os_name }}
# path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/unit_tests*

0 comments on commit ca0b4fd

Please sign in to comment.