Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
d84083da
Unverified
Commit
d84083da
authored
1 year ago
by
boeschf
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
update deprecated build instructions for cscs-ci (#2256)
parent
22c77118
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci/cscs/daint_gpu/pipeline.yml
+3
-2
3 additions, 2 deletions
ci/cscs/daint_gpu/pipeline.yml
ci/cscs/daint_mc/pipeline.yml
+3
-2
3 additions, 2 deletions
ci/cscs/daint_mc/pipeline.yml
with
6 additions
and
4 deletions
ci/cscs/daint_gpu/pipeline.yml
+
3
−
2
View file @
d84083da
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ci/cscs/daint_mc/pipeline.yml
+
3
−
2
View file @
d84083da
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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