Skip to content

Commit

Permalink
JCF: checking out the pre-new-spack-branch of daq-release in the v5 S…
Browse files Browse the repository at this point in the history
…pack 0.20.0 action means we don't need special versions of scripts in the action
  • Loading branch information
John Freeman committed Jul 29, 2024
1 parent 9ef76b0 commit d94a5e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 366 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-nightly-release-alma9-oldspack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
export BASE_RELEASE_DIR=/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB${NIGHTLY_TAG}
export DET_RELEASE_DIR=/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD${NIGHTLY_TAG}
export OS=almalinux9
source daq-release/.github/workflows/wf-setup-tools-oldspack.sh
source daq-release/.github/workflows/wf-setup-tools.sh
daq-release/scripts/checkout-daq-package.py -i daq-release/configs/coredaq/coredaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode
daq-release/scripts/spack/build-release-oldspack.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR core $OS ${{ github.event.inputs.feature-branch }}
daq-release/scripts/spack/build-release.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR core $OS ${{ github.event.inputs.feature-branch }}
cd $BASE_RELEASE_DIR/../
tar_and_stage_release ${BASE_RELEASE_TAG}
Expand All @@ -77,10 +77,10 @@ jobs:
export BASE_RELEASE_DIR=/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB${NIGHTLY_TAG}
export DET_RELEASE_DIR=/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD${NIGHTLY_TAG}
export OS=almalinux9
source daq-release/.github/workflows/wf-setup-tools-oldspack.sh
source daq-release/.github/workflows/wf-setup-tools.sh
daq-release/scripts/checkout-daq-package.py -i daq-release/configs/fddaq/fddaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode
daq-release/scripts/spack/build-release-oldspack.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR fd $OS ${{ github.event.inputs.feature-branch }}
daq-release/scripts/spack/build-release.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR fd $OS ${{ github.event.inputs.feature-branch }}
cd $DET_RELEASE_DIR/../
tar_and_stage_release ${DET_RELEASE_TAG}
Expand Down
211 changes: 0 additions & 211 deletions .github/workflows/wf-setup-tools-oldspack.sh

This file was deleted.

151 changes: 0 additions & 151 deletions scripts/spack/build-release-oldspack.sh

This file was deleted.

0 comments on commit d94a5e6

Please sign in to comment.