Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_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
reconstruction_benchmarks
Merge requests
!73
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"
25-add-local-storage-for-the-pipeline
into
master
Overview
0
Commits
13
Pipelines
0
Changes
12
Merged
Whitney Armstrong
requested to merge
25-add-local-storage-for-the-pipeline
into
master
4 years ago
Overview
0
Commits
13
Pipelines
0
Changes
12
Expand
Closes
#25 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 12
d23ce2ed
4 years ago
version 11
f20da52d
4 years ago
version 10
9cc637c4
4 years ago
version 9
c9b1aefa
4 years ago
version 8
956734a4
4 years ago
version 7
9cb73776
4 years ago
version 6
4b8ec164
4 years ago
version 5
4cb03800
4 years ago
version 4
31ada80b
4 years ago
version 3
5d597eb0
4 years ago
version 2
c8344578
4 years ago
version 1
512db6cf
4 years ago
master (base)
and
latest version
latest version
3c797431
13 commits,
4 years ago
version 12
d23ce2ed
12 commits,
4 years ago
version 11
f20da52d
11 commits,
4 years ago
version 10
9cc637c4
10 commits,
4 years ago
version 9
c9b1aefa
9 commits,
4 years ago
version 8
956734a4
8 commits,
4 years ago
version 7
9cb73776
7 commits,
4 years ago
version 6
4b8ec164
6 commits,
4 years ago
version 5
4cb03800
5 commits,
4 years ago
version 4
31ada80b
4 commits,
4 years ago
version 3
5d597eb0
3 commits,
4 years ago
version 2
c8344578
2 commits,
4 years ago
version 1
512db6cf
1 commit,
4 years ago
12 files
+
44
−
162
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
benchmarks/clustering/config.yml
+
1
−
9
Options
clustering:process
:
clustering:process
:
stage
:
process
stage
:
process
timeout
:
8 hour
timeout
:
8 hour
needs
:
[
"
detector"
]
needs
:
[
"
common:detector"
]
artifacts
:
expire_in
:
20 weeks
paths
:
-
results/
script
:
script
:
-
bash benchmarks/clustering/barrel_clusters.sh
-
bash benchmarks/clustering/barrel_clusters.sh
@@ -15,8 +11,4 @@ clustering:results:
@@ -15,8 +11,4 @@ clustering:results:
script
:
script
:
-
ls -lrth
-
ls -lrth
#- python dvcs/scripts/merge_results.py
#- python dvcs/scripts/merge_results.py
artifacts
:
paths
:
-
results
# reports
:
Loading