Skip to content

Commit 34b18bf

Browse files
Merge branch 'main' into otel/added-k8s-comps
2 parents 9cabb70 + d79b4ef commit 34b18bf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

catalog-info.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,10 @@ spec:
8484
name: elastic-agent-extended-testing
8585
description: Buildkite pipeline for the Elastic Agent extended testing
8686
spec:
87-
branch_configuration: "main 7.* 8.* v7.* v8.*"
8887
repository: elastic/elastic-agent
8988
pipeline_file: ".buildkite/integration.pipeline.yml"
9089
provider_settings:
91-
build_pull_request_forks: false
92-
build_pull_requests: true
93-
build_tags: true
94-
filter_enabled: true
95-
filter_condition: >-
96-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
90+
trigger_mode: none # don't trigger jobs from github activity
9791
cancel_intermediate_builds: true
9892
cancel_intermediate_builds_branch_filter: "!main !7.* !8.* !9.*"
9993
skip_intermediate_builds: true

0 commit comments

Comments
 (0)