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:40:32 2024 -0600

    syncing ; previous commit: Author: John Freeman <jcfree@fnal.gov>
    Date:   Fri Dec 15 18:07:33 2023 -0600

        syncing ; previous commit: Author: John Freeman <jcfree@fnal.gov>
        Date:   Tue Dec 12 19:38:03 2023 -0600

            syncing ; previous commit: Merge: e393a80 419dbc7
            Author: Alejandro Oranday <alejandro@oran.day>
            Date:   Tue Dec 12 10:37:42 2023 +0100

                Merge pull request #55 from DUNE-DAQ/aeoranday/refactoring

                Trigger Activity Factory Refactorization
  • Loading branch information
jcfreeman2 committed Jan 9, 2024
1 parent 9a786cf commit 61d822e
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 61d822e

Please sign in to comment.