Skip to content

Commit

Permalink
Add new build matrix config for build stack
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Jan 18, 2025
1 parent c5d5e41 commit c9adb31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions etc/scipipe/build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ canonical:
label: snowflake-0
workspace: snowflake/release
#
# build stack env -- used by release/docker/{build-stack}
#
build-stack:
lsstsw_config:
- <<: *el7-conda
- <<: *linux-9-arm
#
# eups distrib tarball configuration -- used by
# release/{*-release,tarball-matrix}
#
Expand Down
4 changes: 2 additions & 2 deletions pipelines/release/docker/build_stack.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ notify.wrap {
String lsstCompiler = params.LSST_COMPILER ?: ''


def canonical = scipipe.canonical
def lsstswConfigs = canonical.lsstsw_config
def build_stack = scipipe.build_stack
def lsstswConfigs = build_stack.lsstsw_config
def release = scipipe.scipipe_release
def dockerfile = release.dockerfile
def dockerRegistry = release.docker_registry
Expand Down

0 comments on commit c9adb31

Please sign in to comment.