File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -84,16 +84,10 @@ spec:
84
84
name : elastic-agent-extended-testing
85
85
description : Buildkite pipeline for the Elastic Agent extended testing
86
86
spec :
87
- branch_configuration : " main 7.* 8.* v7.* v8.*"
88
87
repository : elastic/elastic-agent
89
88
pipeline_file : " .buildkite/integration.pipeline.yml"
90
89
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
97
91
cancel_intermediate_builds : true
98
92
cancel_intermediate_builds_branch_filter : " !main !7.* !8.* !9.*"
99
93
skip_intermediate_builds : true
You can’t perform that action at this time.
0 commit comments