From 32ef46c1c1806d1a70f9525618c9d779566dd1dd Mon Sep 17 00:00:00 2001 From: Laplie Anderson Date: Fri, 25 Jul 2025 14:47:51 -0400 Subject: [PATCH] Fix notify-slo-breaches interaction with POPULATE_CACHE --- .gitlab/macrobenchmarks.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab/macrobenchmarks.yml b/.gitlab/macrobenchmarks.yml index 118f375c5c9..567eebe6c3e 100644 --- a/.gitlab/macrobenchmarks.yml +++ b/.gitlab/macrobenchmarks.yml @@ -136,6 +136,9 @@ notify-slo-breaches: extends: .notify-slo-breaches stage: macrobenchmarks needs: ["check-slo-breaches"] - when: always + rules: + - if: $POPULATE_CACHE + when: never + - when: always variables: CHANNEL: "apm-release-platform"