From 3e8f4b9f8c5b8d1384fc4a0486f0577f58fafbaa Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Fri, 3 May 2024 12:14:19 +0300 Subject: [PATCH] Auto trigger DRA for all 8.x branches (#39386) Now that DRA support via Buildkite has also been backported to 8.13[^1] this commit widens the whitelisted branches that can trigger Buildkite DRA builds to include all 8.x branches. Relates: https://github.com/elastic/ingest-dev/issues/3095 [^1]: https://github.com/elastic/beats/pull/39198 (cherry picked from commit 7e203ad7fd945be9b05e22b991cdf385935d36b7) --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 34d9e397ca3..0e79d2ad848 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1040,7 +1040,7 @@ spec: spec: repository: elastic/beats pipeline_file: ".buildkite/packaging.pipeline.yml" - branch_configuration: "main 8.14" + branch_configuration: "main 8.*" # TODO enable after packaging backports for release branches # branch_configuration: "main 8.* 7.17" cancel_intermediate_builds: false