Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks_runner
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks_runner
Commits
7c9252e1
Commit
7c9252e1
authored
Mar 22, 2023
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
add .local to artifacts
parent
8acd4be3
Branches
e_pi_sep
No related tags found
No related merge requests found
Pipeline
#53927
failed
Mar 22, 2023
Stage: config
Stage: initialize
Stage: running
Pipeline: detector_benchmarks_runner
#53928
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-2
10 additions, 2 deletions
.gitlab-ci.yml
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
10
−
2
View file @
7c9252e1
...
...
@@ -10,6 +10,14 @@ default:
artifacts
:
expire_in
:
72 hours
paths
:
-
.local/benchmarks
-
.local/detector
-
.local/lib
-
.local/bin
-
.local/include
-
.local/share
-
results
-
config
-
juggler.env
reports
:
dotenv
:
juggler.env
...
...
@@ -36,8 +44,8 @@ common:benchmarks:
stage
:
initialize
needs
:
[
"
common:setup"
]
script
:
-
git clone ${GITHUB_REPOSITORY} benchmarks
-
git -C benchmarks checkout ${GITHUB_REF}
-
git clone ${GITHUB_REPOSITORY}
.local/
benchmarks
-
git -C
.local/
benchmarks checkout ${GITHUB_REF}
.det_benchmark
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
...
...
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