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:39:46 2024 -0600

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

        syncing ; previous commit: Author: John Freeman <jcfree@fnal.gov>
        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 Jan 9, 2024
1 parent ce9dec6 commit 357ed0e
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 357ed0e

Please sign in to comment.