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
a116f1fd
Commit
a116f1fd
authored
11 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: bring down the --no-cache hammer on all builds; disable {dbg,prod}
parent
cc278661
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!897
fix: bring down the --no-cache hammer on all builds; disable {dbg,prod}
Pipeline
#91828
passed with warnings
11 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: jug
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: detector_benchmarks
#91873
Pipeline: detector_benchmarks
#91872
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
containers/jug/dev.Dockerfile
+0
-2
0 additions, 2 deletions
containers/jug/dev.Dockerfile
with
10 additions
and
12 deletions
.gitlab-ci.yml
+
10
−
10
View file @
a116f1fd
...
...
@@ -31,7 +31,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
:
"
"
...
...
@@ -234,15 +234,15 @@ status:pending:
base
:
parallel
:
matrix
:
-
BASE_IMAGE
:
debian:testing-slim
BUILD_IMAGE
:
debian_testing_base
PLATFORM
:
linux/amd64,linux/arm64/v8
#
- BASE_IMAGE: debian:testing-slim
#
BUILD_IMAGE: debian_testing_base
#
PLATFORM: linux/amd64,linux/arm64/v8
-
BASE_IMAGE
:
debian:stable-slim
BUILD_IMAGE
:
debian_stable_base
PLATFORM
:
linux/amd64
,linux/arm64/v8
-
BASE_IMAGE
:
ubuntu:22.04
BUILD_IMAGE
:
ubuntu_base
PLATFORM
:
linux/amd64,linux/arm64/v8
PLATFORM
:
linux/amd64
#
- BASE_IMAGE: ubuntu:22.04
#
BUILD_IMAGE: ubuntu_base
#
PLATFORM: linux/amd64,linux/arm64/v8
# - BASE_IMAGE: intel/oneapi-hpckit:2022.3.0-devel-ubuntu20.04
# BUILD_IMAGE: oneapi_base
# PLATFORM: linux/amd64
...
...
@@ -280,9 +280,9 @@ jug_dev:
BUILD_IMAGE
:
jug_
PLATFORM
:
linux/amd64
ENV
:
-
dbg
#
- dbg
-
dev
-
prod
#
- prod
# - BUILD_TYPE:
# - default
# - nightly
...
...
This diff is collapsed.
Click to expand it.
containers/jug/dev.Dockerfile
+
0
−
2
View file @
a116f1fd
...
...
@@ -150,7 +150,6 @@ export CCACHE_DIR=/ccache
source ${SPACK_ROOT}/share/spack/setup-env.sh
mkdir -p /var/cache/spack/blobs/sha256/
find /var/cache/spack/blobs/sha256/ -ignore_readdir_race -atime +7 -delete
spack buildcache update-index eics3rw
echo -e "\n view: false" >> ${SPACK_ENV}/spack.yaml
spack env activate --dir ${SPACK_ENV}
spack concretize --fresh --force
...
...
@@ -182,7 +181,6 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
<<
EOF
set -e
export CCACHE_DIR=/ccache
spack buildcache update-index eics3rw
spack env activate --dir ${SPACK_ENV}
if [ "${EDM4EIC_VERSION}" != "8aeb507f93a93257c99985efbce0ec1371e0b331" ] ; then
export EDM4EIC_VERSION=$(jq -r .sha /tmp/edm4eic.json)
...
...
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