Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_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
physics_benchmarks
Merge requests
!46
Resolve "Add local storage for the pipeline"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add local storage for the pipeline"
16-add-local-storage-for-the-pipeline
into
master
Overview
0
Commits
15
Pipelines
0
Changes
6
Merged
Whitney Armstrong
requested to merge
16-add-local-storage-for-the-pipeline
into
master
4 years ago
Overview
0
Commits
15
Pipelines
0
Changes
6
Expand
Closes
#16 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 14
de76e806
4 years ago
version 13
d5720252
4 years ago
version 12
4d04e127
4 years ago
version 11
69d85ace
4 years ago
version 10
dc3409c0
4 years ago
version 9
af8d0725
4 years ago
version 8
825e4f67
4 years ago
version 7
f7d11850
4 years ago
version 6
9608c762
4 years ago
version 5
ca168e6c
4 years ago
version 4
26b2e0b9
4 years ago
version 3
514d5ec9
4 years ago
version 2
bdee75f8
4 years ago
version 1
958c2a03
4 years ago
master (base)
and
version 8
latest version
efca7cf5
15 commits,
4 years ago
version 14
de76e806
14 commits,
4 years ago
version 13
d5720252
13 commits,
4 years ago
version 12
4d04e127
12 commits,
4 years ago
version 11
69d85ace
11 commits,
4 years ago
version 10
dc3409c0
10 commits,
4 years ago
version 9
af8d0725
9 commits,
4 years ago
version 8
825e4f67
8 commits,
4 years ago
version 7
f7d11850
7 commits,
4 years ago
version 6
9608c762
6 commits,
4 years ago
version 5
ca168e6c
5 commits,
4 years ago
version 4
26b2e0b9
4 commits,
4 years ago
version 3
514d5ec9
3 commits,
4 years ago
version 2
bdee75f8
2 commits,
4 years ago
version 1
958c2a03
1 commit,
4 years ago
6 files
+
35
−
64
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
benchmarks/dis/config.yml
+
3
−
13
Options
dis:generate
:
dis:generate
:
stage
:
initializ
e
stage
:
generat
e
needs
:
[]
needs
:
[
"
common:detector"
]
timeout
:
1 hours
timeout
:
1 hours
cache
:
cache
:
key
:
key
:
@@ -9,23 +9,17 @@ dis:generate:
@@ -9,23 +9,17 @@ dis:generate:
prefix
:
"
$CI_COMMIT_REF_SLUG"
prefix
:
"
$CI_COMMIT_REF_SLUG"
paths
:
paths
:
-
input/dis
-
input/dis
artifacts
:
paths
:
-
input
script
:
script
:
-
bash benchmarks/dis/gen.sh --config barrel --ebeam 18 --pbeam
275
-
bash benchmarks/dis/gen.sh --config barrel --ebeam 18 --pbeam
275
dis:process
:
dis:process
:
stage
:
process
stage
:
process
needs
:
[
"
detector"
,
"
dis:generate"
]
needs
:
[
"
common:
detector"
,
"
dis:generate"
]
timeout
:
1 hour
timeout
:
1 hour
script
:
script
:
-
source options/env.sh
-
source options/env.sh
-
./util/compile_analyses.py dis
-
./util/compile_analyses.py dis
-
./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam
275
-
./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam
275
artifacts
:
paths
:
-
results
retry
:
retry
:
max
:
2
max
:
2
when
:
when
:
@@ -44,7 +38,3 @@ dis:results:
@@ -44,7 +38,3 @@ dis:results:
needs
:
[
"
dis:process"
]
needs
:
[
"
dis:process"
]
script
:
script
:
-
./util/collect_tests.py dis
-
./util/collect_tests.py dis
artifacts
:
paths
:
-
results/dis.json
-
results/dis
Loading