Skip to content

Commit

Permalink
update deprecated build instructions for cscs-ci (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf authored Feb 26, 2024
1 parent 22c7711 commit d84083d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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

0 comments on commit d84083d

Please sign in to comment.