Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
EIC
benchmarks
detector_benchmarks
Commits
b3b493c2
Commit
b3b493c2
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Removed dummy jobs
- The dummy placeholder CI jobs were removed.
parent
14d8c725
No related branches found
No related tags found
1 merge request
!8
Removed dummy jobs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-39
0 additions, 39 deletions
.gitlab-ci.yml
with
0 additions
and
39 deletions
.gitlab-ci.yml
+
0
−
39
View file @
b3b493c2
...
@@ -43,25 +43,6 @@ get_data:
...
@@ -43,25 +43,6 @@ get_data:
# - ./bin/gen_ci_config -p cal_test_ -i calorimeters > results/calorimeters_config.yml
# - ./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
# - ./bin/gen_ci_config -p pid_test_ -i pid > results/pid_config.yml
cal_sim_1_dummy_test2
:
stage
:
simulate
tags
:
-
silicon
needs
:
-
[
"
get_data"
]
script
:
-
echo "here we run simulation"
cal_test_1_dummy_test2
:
stage
:
benchmarks
needs
:
-
[
"
cal_sim_1_dummy_test2"
]
tags
:
-
silicon
script
:
-
bash calorimeters/dummy_test2.sh
allow_failure
:
true
cal_test_3_zdc_neutrons_reader
:
cal_test_3_zdc_neutrons_reader
:
stage
:
benchmarks
stage
:
benchmarks
tags
:
tags
:
...
@@ -72,26 +53,6 @@ cal_test_3_zdc_neutrons_reader:
...
@@ -72,26 +53,6 @@ cal_test_3_zdc_neutrons_reader:
-
root -b -q calorimeters/zdc_neutrons_reader.cxx
-
root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure
:
true
allow_failure
:
true
pid_test_1_dummy_test
:
stage
:
benchmarks
tags
:
-
silicon
needs
:
-
[
"
cal_sim_1_dummy_test2"
]
script
:
-
bash pid/dummy_test.sh
allow_failure
:
true
track_test_1_dummy_test
:
stage
:
benchmarks
needs
:
-
[
"
cal_sim_1_dummy_test2"
]
tags
:
-
silicon
script
:
-
bash trackers/dummy_test.sh
allow_failure
:
true
roman_pot_simu
:
roman_pot_simu
:
stage
:
simulate
stage
:
simulate
needs
:
needs
:
...
...
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