Skip to content

Commit

Permalink
Merge pull request #1044 from lsst-dm/tickets/DM-47346
Browse files Browse the repository at this point in the history
Add two-python sciplat-lab build to weeklies
  • Loading branch information
athornton authored Nov 8, 2024
2 parents a75f42f + e9fa65c commit 686069b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pipelines/release/weekly_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,22 @@ notify.wrap {
} // stage
}

triggerMe['build two-python Science Platform Notebook Aspect Lab images'] = {
stage('build two-python Lab images') {
retry(retries) {
build(
job: 'sqre/infra/build-sciplatlab',
parameters: [
string(name: 'BRANCH', value: 'tickets/DM-47346'),
string(name: 'TAG', value: eupsTag),
string(name: 'SUPPLEMENTARY', value: '2py'),
string(name: 'IMAGE', value: 'docker.io/lsstsqre/sciplat-lab,us-central1-docker.pkg.dev/rubin-shared-services-71ec/sciplat/sciplat-lab,ghcr.io/lsst-sqre/sciplat-lab'),
],
)
} // retry
} // stage
}

triggerMe['verify_drp_metrics'] = {
retry(1) {
// based on lsstsqre/stack image
Expand Down

0 comments on commit 686069b

Please sign in to comment.