Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
361eb6e1
Commit
361eb6e1
authored
7 months ago
by
Dmitry Kalinkin
Committed by
Wouter Deconinck
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: respect supplied versions in the nightly builds
parent
0611e76f
No related branches found
No related tags found
1 merge request
!976
feat: respect supplied versions in the nightly builds
Pipeline
#101405
passed with warnings
6 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: eic
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: reconstruction_benchmarks
#101408
Pipeline: physics_benchmarks
#101407
Pipeline: detector_benchmarks
#101406
Changes
1
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-5
4 additions, 5 deletions
.gitlab-ci.yml
with
4 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
5
View file @
361eb6e1
...
@@ -6,7 +6,6 @@ variables:
...
@@ -6,7 +6,6 @@ variables:
SINGULARITY_IMAGE
:
quay.io/singularity/singularity:v3.11.5
SINGULARITY_IMAGE
:
quay.io/singularity/singularity:v3.11.5
## Default versions are specified in packages.yaml but can be overridden
## Default versions are specified in packages.yaml but can be overridden
## note: nightly builds will always use the master/main branch
EDM4EIC_VERSION
:
"
"
EDM4EIC_VERSION
:
"
"
EICRECON_VERSION
:
"
"
EICRECON_VERSION
:
"
"
EPIC_VERSION
:
"
"
EPIC_VERSION
:
"
"
...
@@ -435,10 +434,10 @@ eic:
...
@@ -435,10 +434,10 @@ eic:
${JUGGLER_VERSION:+--build-arg JUGGLER_VERSION=${JUGGLER_VERSION}}
${JUGGLER_VERSION:+--build-arg JUGGLER_VERSION=${JUGGLER_VERSION}}
}
}
${IF_BUILD_NIGHTLY+
${IF_BUILD_NIGHTLY+
--build-arg EDM4EIC_VERSION=main
--build-arg EDM4EIC_VERSION=
${EDM4EIC_VERSION:-
main
}
--build-arg EICRECON_VERSION=main
--build-arg EICRECON_VERSION=
${EICRECON_VERSION:-
main
}
--build-arg EPIC_VERSION=main
--build-arg EPIC_VERSION=
${EPIC_VERSION:-
main
}
--build-arg JUGGLER_VERSION=main
--build-arg JUGGLER_VERSION=
${JUGGLER_VERSION:-
main
}
}
}
--build-arg ENV=${ENV}
--build-arg ENV=${ENV}
--build-arg jobs=${JOBS}
--build-arg jobs=${JOBS}
...
...
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