Skip to content

Commit

Permalink
Update branch filters to include/exclude 9.* (#6665)
Browse files Browse the repository at this point in the history
* Update branch filters to include/exclude 9.*

This commit updates branch_configuration and branch filters in
CI pipeline definitions to support the new 9.* branches.

* Fix typo

---------

Co-authored-by: Julien Lind <julien.lind@elastic.co>
  • Loading branch information
dliappis and jlind23 authored Jan 31, 2025
1 parent 8492a35 commit cdb574a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
name: elastic-agent
description: Buildkite pipeline for the Elastic Agent project
spec:
branch_configuration: "main 7.* 8.* v7.* v8.*"
branch_configuration: "main 7.* 8.* 9.* v7.* v8.* v9.*"
repository: elastic/elastic-agent
pipeline_file: ".buildkite/pipeline.yml"
provider_settings:
Expand Down Expand Up @@ -216,7 +216,7 @@ spec:
name: elastic-agent-binary-dra
description: Buildkite pipeline for packaging Elastic Agent core binary and publish it to DRA
spec:
branch_configuration: "main 7.* 8.* v7.* v8.*"
branch_configuration: "main 7.* 8.* 9.* v7.* v8.* v9.*"
pipeline_file: ".buildkite/pipeline.elastic-agent-binary-dra.yml"
provider_settings:
build_pull_request_forks: false
Expand Down

0 comments on commit cdb574a

Please sign in to comment.