Skip to content

Commit

Permalink
Enable creation issues for daily builds with 9.0.0-SNAPSHOT too (#12074)
Browse files Browse the repository at this point in the history
Enable the creation of issues for flaky tests in the daily builds triggered
using 9.0.0 as stack release.
  • Loading branch information
mrodm authored Dec 12, 2024
1 parent 29e29a1 commit 27dfb93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 27dfb93

Please sign in to comment.