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
4803d4d0
Commit
4803d4d0
authored
10 months ago
by
Dmitry Kalinkin
Committed by
Dmitry Kalinkin
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert "fix: remove --no-cache again"
This reverts commit
8c4e2e17
.
parent
aaf61cd5
No related branches found
No related tags found
1 merge request
!935
Revert "fix: remove --no-cache again"
Pipeline
#95451
failed
10 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: eic
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: reconstruction_benchmarks
#95457
Pipeline: reconstruction_benchmarks
#95456
Pipeline: physics_benchmarks
#95455
+3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-19
4 additions, 19 deletions
.gitlab-ci.yml
with
4 additions
and
19 deletions
.gitlab-ci.yml
+
4
−
19
View file @
4803d4d0
...
...
@@ -32,7 +32,7 @@ variables:
NIGHTLY_TAG
:
"
nightly"
## Additional options for docker build (e.g. --no-cache)
BUILD_OPTIONS
:
"
"
BUILD_OPTIONS
:
"
--no-cache
"
## Version to be set by external trigger
VERSION
:
"
"
...
...
@@ -268,8 +268,7 @@ base:
needs
:
-
version
script
:
-
while !
docker buildx build --push ${BUILD_OPTIONS}
-
docker buildx build --push ${BUILD_OPTIONS}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
${EXPORT_TAG:+
${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${EXPORT_TAG}}
...
...
@@ -283,13 +282,6 @@ base:
--provenance
false
containers/debian
2>&1 | tee build.log
; do
if grep "unknown blob" build.log ; then
BUILD_OPTIONS="--no-cache ${BUILD_OPTIONS}" ;
else
exit 1 ;
fi
done
eic
:
...
...
@@ -352,8 +344,7 @@ eic:
source eic-spack.sh ;
export SPACK_VERSION ;
cat mirrors.yaml.in | envsubst > mirrors.yaml
-
while !
docker buildx build --push ${BUILD_OPTIONS}
-
docker buildx build --push ${BUILD_OPTIONS}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE/eic/jug}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE}
${EXPORT_TAG:+
...
...
@@ -424,13 +415,7 @@ eic:
--provenance
false
containers/jug
2>&1 | tee build.log
; do
if grep "unknown blob" build.log ; then
BUILD_OPTIONS="--no-cache ${BUILD_OPTIONS}" ;
else
exit 1 ;
fi
done
.singularity
:
image
:
...
...
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