Skip to content

Commit

Permalink
Add arm to tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Dec 30, 2024
1 parent c51835d commit 699119f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions etc/scipipe/build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ tarball:
osfamily: osx
timelimit: 8
allow_fail: true
- <<: *tarball_defaults
<<: *linux-9-arm
platform: el8arm
osfamily: redhat
#
# X-release pattern pipelines
#
Expand Down
28 changes: 14 additions & 14 deletions pipelines/release/nightly_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,21 @@ notify.wrap {
// } // retry
// } // stage

// stage('build eups tarballs') {
// util.buildTarballMatrix(
// tarballConfigs: scipipe.tarball.build_config,
// parameters: [
// PRODUCTS: tarballProducts,
// EUPS_TAG: eupsTag,
// SMOKE: true,
// RUN_SCONS_CHECK: true,
// PUBLISH: false,
// ],
// retries: retries,
// )
// } // stage
stage('build eups tarballs') {
util.buildTarballMatrix(
tarballConfigs: scipipe.tarball.build_config,
parameters: [
PRODUCTS: tarballProducts,
EUPS_TAG: eupsTag,
SMOKE: true,
RUN_SCONS_CHECK: true,
PUBLISH: true,
],
retries: retries,
)
} // stage

// util.waitForS3()
util.waitForS3()

stage('build stack image') {
retry(retries) {
Expand Down
2 changes: 1 addition & 1 deletion pipelines/release/tarball.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def void linuxTarballs(
} // util.withEupsEnv
} // run()

util.nodeWrap('docker') {
util.nodeWrap(label) {
timeout(time: timelimit, unit: 'HOURS') {
run()
}
Expand Down

0 comments on commit 699119f

Please sign in to comment.