Skip to content

Commit

Permalink
Auto trigger DRA for all 8.x branches (#39386)
Browse files Browse the repository at this point in the history
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]: #39198

(cherry picked from commit 7e203ad)
  • Loading branch information
dliappis authored and mergify[bot] committed May 3, 2024
1 parent 2b390e5 commit 3e8f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 3e8f4b9

Please sign in to comment.