Skip to content
Snippets Groups Projects
Commit 1047f07a authored by Moritz Kiehn's avatar Moritz Kiehn
Browse files

ci: add test template and add fatras

parent b3d60066
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -58,27 +58,48 @@ build:
paths:
- install
hello_world:
# template for test jobs
.test: &template_test
stage: test
tags:
- cvmfs
script:
image: gitlab-registry.cern.ch/acts/machines/slc6:latest
before_script:
- set +e && source CI/setup_lcg92.sh; set -e
- source install/bin/setup.sh
hello_world:
<<: *template_test
script:
- ACTFWHelloWorldExample
generic_extrapolation:
stage: test
tags:
- cvmfs
<<: *template_test
script:
- source install/bin/setup.sh
- ACTFWGenericExtrapolationExample
fatras_gun:
<<: *template_test
script:
- ACTFWFatrasGun
fatras_gun_dd4hep:
<<: *template_test
script:
- ACTFWFatrasGunDD4hep
fatras_pythia8:
<<: *template_test
script:
- ACTFWFatrasPythia8
fatras_pythia8_dd4hep:
<<: *template_test
script:
- ACTFWFatrasPythia8DD4hep
reproducibility_generic_extrapolation:
stage: test
tags:
- cvmfs
<<: *template_test
script:
- source install/bin/setup.sh
- cd scripts
- ./testReproducibility.sh GenericExtrapolation excells_charged
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment