From 8af74a3824c73f11a3cc36120252dc64ab1283ec Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Wed, 23 Oct 2024 08:56:11 -0700 Subject: [PATCH 1/2] Document the alert distribution overrides in ApPipe.yaml. These overrides are not safe to execute on rubin-devl or RSP, so cannot go into ap_pipe. --- pipelines/LATISS/ApPipe.yaml | 1 + pipelines/LSSTComCam/ApPipe.yaml | 1 + pipelines/LSSTComCamSim/ApPipe.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/pipelines/LATISS/ApPipe.yaml b/pipelines/LATISS/ApPipe.yaml index e7e3fe8a..6682cd30 100644 --- a/pipelines/LATISS/ApPipe.yaml +++ b/pipelines/LATISS/ApPipe.yaml @@ -12,5 +12,6 @@ tasks: diaPipe: class: lsst.ap.association.DiaPipelineTask config: + # Alert distribution only runnable in PP environment. doPackageAlerts: True alertPackager.doProduceAlerts: True \ No newline at end of file diff --git a/pipelines/LSSTComCam/ApPipe.yaml b/pipelines/LSSTComCam/ApPipe.yaml index 66262f3e..3cca3647 100644 --- a/pipelines/LSSTComCam/ApPipe.yaml +++ b/pipelines/LSSTComCam/ApPipe.yaml @@ -12,5 +12,6 @@ tasks: diaPipe: class: lsst.ap.association.DiaPipelineTask config: + # Alert distribution only runnable in PP environment. doPackageAlerts: True alertPackager.doProduceAlerts: True diff --git a/pipelines/LSSTComCamSim/ApPipe.yaml b/pipelines/LSSTComCamSim/ApPipe.yaml index 7072db1a..5d6e40b1 100644 --- a/pipelines/LSSTComCamSim/ApPipe.yaml +++ b/pipelines/LSSTComCamSim/ApPipe.yaml @@ -12,5 +12,6 @@ tasks: diaPipe: class: lsst.ap.association.DiaPipelineTask config: + # Alert distribution only runnable in PP environment. doPackageAlerts: True alertPackager.doProduceAlerts: True From ba4b97f44575c40e405be65f3046a7645efdef2f Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Wed, 23 Oct 2024 14:10:49 -0700 Subject: [PATCH 2/2] Move doPackageAlerts override to ap_pipe. We can generate ("package") alerts in any environment, we just can't send them, so only the distribution needs to be PP-only. --- pipelines/LATISS/ApPipe.yaml | 3 +-- pipelines/LSSTComCam/ApPipe.yaml | 1 - pipelines/LSSTComCamSim/ApPipe.yaml | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pipelines/LATISS/ApPipe.yaml b/pipelines/LATISS/ApPipe.yaml index 6682cd30..38778c22 100644 --- a/pipelines/LATISS/ApPipe.yaml +++ b/pipelines/LATISS/ApPipe.yaml @@ -13,5 +13,4 @@ tasks: class: lsst.ap.association.DiaPipelineTask config: # Alert distribution only runnable in PP environment. - doPackageAlerts: True - alertPackager.doProduceAlerts: True \ No newline at end of file + alertPackager.doProduceAlerts: True diff --git a/pipelines/LSSTComCam/ApPipe.yaml b/pipelines/LSSTComCam/ApPipe.yaml index 3cca3647..5cf2f33e 100644 --- a/pipelines/LSSTComCam/ApPipe.yaml +++ b/pipelines/LSSTComCam/ApPipe.yaml @@ -13,5 +13,4 @@ tasks: class: lsst.ap.association.DiaPipelineTask config: # Alert distribution only runnable in PP environment. - doPackageAlerts: True alertPackager.doProduceAlerts: True diff --git a/pipelines/LSSTComCamSim/ApPipe.yaml b/pipelines/LSSTComCamSim/ApPipe.yaml index 5d6e40b1..bd50dc7d 100644 --- a/pipelines/LSSTComCamSim/ApPipe.yaml +++ b/pipelines/LSSTComCamSim/ApPipe.yaml @@ -13,5 +13,4 @@ tasks: class: lsst.ap.association.DiaPipelineTask config: # Alert distribution only runnable in PP environment. - doPackageAlerts: True alertPackager.doProduceAlerts: True