Skip to content
Snippets Groups Projects
Commit 353be102 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: remove testing of obsolete repositories

parent fd7b8875
No related branches found
No related tags found
1 merge request!368feat: remove testing of obsolete repositories
...@@ -584,26 +584,6 @@ juggler:master: ...@@ -584,26 +584,6 @@ juggler:master:
project: EIC/juggler project: EIC/juggler
allow_failure: true allow_failure: true
.test:
image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:${NIGHTLY_TAG}
stage: test
needs:
- version
- jug_xl:nightly
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: on_success
- when: never
before_script:
- echo "Testing the new container setup"
after_script:
- echo "Testing completed"
include:
- local: 'tests/tutorial/config.yml'
cleanup: cleanup:
stage: finalize stage: finalize
dependencies: dependencies:
......
## Ensure the container still works for the new container
## even with a strange environment setup
test:tutorial:
extends: .test
script:
- tests/tutorial/quick-start.sh
- tests/tutorial/part1.sh
#!/bin/bash
source /opt/detector/setup.sh
git clone https://eicweb.phy.anl.gov/EIC/tutorials/ip6_tutorial_1.git part1
pushd part1
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=$EIC_SHELL_PREFIX -DCMAKE_CXX_STANDARD=17
cmake --build build -j4 -- install
dd_web_display --export gem_tracker.xml
checkOverlaps -t 0.0001 -c gem_tracker.xml
npdet_info dump gem_tracker.xml
npsim --runType run --enableG4GPS \
--macroFile gps.mac \
--compactFile ./gem_tracker.xml \
--outputFile gem_tracker_sim.root
root -b -q scripts/tutorial1_hit_position.cxx+
root -b -q scripts/tutorial2_cell_size.cxx+
popd
#!/bin/bash
git clone https://eicweb.phy.anl.gov/EIC/detectors/athena.git
git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
ln -s ../ip6/ip6 athena/ip6
echo "PART 1: QUICK START"
pushd athena
source /opt/detector/setup.sh
dd_web_display --export athena.xml
popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment