Skip to content

Commit acb3023

Browse files
committed
Set release_id=0
1 parent 7e982af commit acb3023

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)