Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
acts-framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
acts
acts-framework
Commits
1047f07a
There was a problem fetching the pipeline summary.
Commit
1047f07a
authored
7 years ago
by
Moritz Kiehn
Browse files
Options
Downloads
Patches
Plain Diff
ci: add test template and add fatras
parent
b3d60066
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-10
31 additions, 10 deletions
.gitlab-ci.yml
with
31 additions
and
10 deletions
.gitlab-ci.yml
+
31
−
10
View file @
1047f07a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment