Skip to content

Commit

Permalink
Updated gitlab-ci (#407)
Browse files Browse the repository at this point in the history
* Added shared_for_alert downstream pipeline trigger
* modified:   .containers/coatjava.Dockerfile

---------

Co-authored-by: Whitney Armstrong <[email protected]>
  • Loading branch information
whit2333 and Whitney Armstrong authored Jan 2, 2025
1 parent 90bf8b3 commit 8cb250b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .containers/coatjava.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ARG REF_NAME=development
# build coatjava
RUN java --version && cd /opt && \
git clone https://code.jlab.org/hallb/alert/coatjava.git && cd coatjava && \
git fetch origin && git checkout ${REF_NAME} && ./build-coatjava.sh --nomaps
git fetch origin && git checkout ${REF_NAME} && ./build-coatjava.sh
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ alert_testing:
trigger:
project: hallb/alert/c12
strategy: depend

shared_for_alert_tests:
needs: ["coatjava_build"]
variables:
REF_NAME: "$CI_COMMIT_REF_NAME"
trigger:
project: hallb/alert/atof/shared_for_alert
strategy: depend

0 comments on commit 8cb250b

Please sign in to comment.