From f3eb81732bab43e1014670347cabe9794d498aa0 Mon Sep 17 00:00:00 2001 From: Ian Sullivan Date: Tue, 28 Jan 2025 15:47:26 -0800 Subject: [PATCH] Move diaPipe:alertPackager timing metrics to their own task --- pipelines/_ingredients/ApPipe.yaml | 2 ++ pipelines/_ingredients/ApPipeWithFakes.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pipelines/_ingredients/ApPipe.yaml b/pipelines/_ingredients/ApPipe.yaml index d99908e..cf4cb70 100644 --- a/pipelines/_ingredients/ApPipe.yaml +++ b/pipelines/_ingredients/ApPipe.yaml @@ -123,6 +123,7 @@ subsets: - diffimTaskCore - detectionTaskCore - associationCore + - associationTiming - diffimTaskPlots - initialPviCore description: > @@ -148,6 +149,7 @@ subsets: - diffimTaskCore - detectionTaskCore - associationCore + - associationTiming - initialPviCore description: > Tasks necessary to turn raw images into APDB rows and alerts. diff --git a/pipelines/_ingredients/ApPipeWithFakes.yaml b/pipelines/_ingredients/ApPipeWithFakes.yaml index 5f80059..0067a14 100644 --- a/pipelines/_ingredients/ApPipeWithFakes.yaml +++ b/pipelines/_ingredients/ApPipeWithFakes.yaml @@ -163,6 +163,7 @@ subsets: - diffimTaskCore - detectionTaskCore - associationCore + - associationTiming - diffimTaskPlots - initialPviCore description: > @@ -191,6 +192,7 @@ subsets: - diffimTaskCore - detectionTaskCore - associationCore + - associationTiming - initialPviCore description: > Tasks necessary to turn raw images into APDB rows and alerts.