Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
whit
eic
benchmarks
Commits
d1050e84
Commit
d1050e84
authored
Jul 21, 2020
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: .gitlab-ci.yml
parent
f1d03abd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+52
-33
52 additions, 33 deletions
.gitlab-ci.yml
with
52 additions
and
33 deletions
.gitlab-ci.yml
+
52
−
33
View file @
d1050e84
...
...
@@ -12,10 +12,10 @@ default:
stages
:
-
data_init
-
ci_gen
# - ci_gen
-
simulate
-
benchmarks
-
deploy
# - simulate
#- others
get_data
:
...
...
@@ -36,32 +36,51 @@ get_data:
# - ./bin/gen_ci_config -p cal_test_ -i calorimeters > results/calorimeters_config.yml
# - ./bin/gen_ci_config -p pid_test_ -i pid > results/pid_config.yml
calorimeters_pipeline
:
cal_sim_1_dummy_test2
:
stage
:
simulate
script
:
-
echo "here we run simulation"
cal_test_1_dummy_test2
:
stage
:
benchmarks
trigger
:
include
:
results/calorimeters_config.yml
#include:
# - artifact: results/calorimeters_config.yml
#job: generate_config
#allow_failure: true
tags
:
-
sodium
script
:
-
bash calorimeters/dummy_test2.sh
allow_failure
:
true
trackers-pipeline
:
cal_test_2_dummy_test
:
stage
:
benchmarks
trigger
:
include
:
results/trackers_config.yml
#include:
# - artifact: results/trackers_config.yml
#job: generate_config
#allow_failure: true
tags
:
-
sodium
script
:
-
bash calorimeters/dummy_test.sh
allow_failure
:
true
pid-pipeline
:
cal_test_3_zdc_neutrons_reader
:
stage
:
benchmarks
#allow_failure: true
trigger
:
include
:
results/pid_config.yml
#include:
# - artifact: results/pid_config.yml
#job: generate_config
tags
:
-
sodium
script
:
-
root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure
:
true
pid_test_1_dummy_test
:
stage
:
benchmarks
tags
:
-
sodium
script
:
-
bash pid/dummy_test.sh
allow_failure
:
true
track_test_1_dummy_test
:
stage
:
benchmarks
tags
:
-
sodium
script
:
-
bash trackers/dummy_test.sh
allow_failure
:
true
deploy_results
:
stage
:
deploy
...
...
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