From 27dfb93491e5f35ecc773a75e407ad1ae2cf51a0 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Thu, 12 Dec 2024 11:54:25 +0100 Subject: [PATCH] Enable creation issues for daily builds with 9.0.0-SNAPSHOT too (#12074) Enable the creation of issues for flaky tests in the daily builds triggered using 9.0.0 as stack release. --- .buildkite/pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9b52697e4f9..7237cc8f80b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -104,8 +104,6 @@ steps: # not fail build if this step fails soft_fail: true # run this step when if it is triggered by the daily job - # skipped for now notification for tests related to STACK_VERSION: 9 if: | build.source == "trigger_job" && - build.env('BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG') == "integrations-schedule-daily" && - build.env('STACK_VERSION') !~ /^9/ + build.env('BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG') == "integrations-schedule-daily"