Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deprecated build instructions for cscs-ci #2256

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ci/cscs/daint_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ variables:
PERSIST_IMAGE_NAME: $CSCS_REGISTRY_PATH/software/arbor_daint_gpu:$CI_COMMIT_SHORT_SHA

build-base:
extends: .container-builder-dynamic-name
extends: [.container-builder-cscs-zen2, .dynamic-image-name]
stage: build_base
variables:
DOCKERFILE: ci/cscs/daint_gpu/Dockerfile.base
PERSIST_IMAGE_NAME: $CSCS_REGISTRY_PATH/base/arbor_daint_gpu_base_image
WATCH_FILECHANGES: 'ci/cscs/daint_gpu/Dockerfile.base'
DOCKER_BUILD_ARGS: '["TARGET_SYSTEM=daint-mc"]'

build-arbor:
extends: .container-builder
extends: .container-builder-cscs-zen2
stage: build
variables:
DOCKERFILE: ci/cscs/daint_gpu/Dockerfile
Expand Down
5 changes: 3 additions & 2 deletions ci/cscs/daint_mc/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ variables:
PERSIST_IMAGE_NAME: $CSCS_REGISTRY_PATH/software/arbor_daint_mc:$CI_COMMIT_SHORT_SHA

build-base:
extends: .container-builder-dynamic-name
extends: [.container-builder-cscs-zen2, .dynamic-image-name]
stage: build_base
variables:
DOCKERFILE: ci/cscs/daint_mc/Dockerfile.base
PERSIST_IMAGE_NAME: $CSCS_REGISTRY_PATH/base/arbor_daint_mc_base_image
WATCH_FILECHANGES: 'ci/cscs/daint_mc/Dockerfile.base'
DOCKER_BUILD_ARGS: '["TARGET_SYSTEM=daint-mc"]'

build-arbor:
extends: .container-builder
extends: .container-builder-cscs-zen2
stage: build
variables:
DOCKERFILE: ci/cscs/daint_mc/Dockerfile
Expand Down