Skip to content

Commit 7ed9968

Browse files
authored
Merge pull request #252 from lsst/tickets/DM-24858
DM-24858: Set release_id=0
2 parents 7e982af + acb3023 commit 7ed9968

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pipelines/_ingredients/ApVerify.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ imports:
99
- location: $AP_VERIFY_DIR/pipelines/_ingredients/MetricsRuntime.yaml
1010
- location: $AP_VERIFY_DIR/pipelines/_ingredients/MetricsMisc.yaml
1111
- location: $AP_VERIFY_DIR/pipelines/_ingredients/Conversions.yaml
12+
parameters:
13+
# Use release_id=0 for development and all testing with ap_verify
14+
release_id: 0
1215
tasks:
1316
associateApdb:
1417
class: lsst.ap.association.DiaPipelineTask

pipelines/_ingredients/ApVerifyWithFakes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ imports:
99
- afterburner
1010
# Most metrics should not be run with fakes, to avoid bias or contamination.
1111
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ConversionsForFakes.yaml
12+
parameters:
13+
# Use release_id=0 for development and all testing with ap_verify
14+
release_id: 0
1215
tasks:
1316
associateApdb:
1417
class: lsst.ap.association.DiaPipelineTask

0 commit comments

Comments
 (0)