Skip to content

Commit

Permalink
change trigger_mode for all pipelines except the main pipeline (#37980)…
Browse files Browse the repository at this point in the history
… (#37984)

(cherry picked from commit 1fbae59)

Co-authored-by: sharbuz <[email protected]>
  • Loading branch information
mergify[bot] and sharbuz authored Feb 13, 2024
1 parent bd447fe commit b7309bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
pipeline_file: ".buildkite/metricbeat/pipeline.yml"
maximum_timeout_in_minutes: 120
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -137,6 +138,7 @@ spec:
pipeline_file: ".buildkite/filebeat/filebeat-pipeline.yml"
maximum_timeout_in_minutes: 120
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -182,6 +184,7 @@ spec:
pipeline_file: ".buildkite/auditbeat/auditbeat-pipeline.yml"
# maximum_timeout_in_minutes: 120 TODO: uncomment when pipeline is ready
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -227,6 +230,7 @@ spec:
pipeline_file: ".buildkite/heartbeat/heartbeat-pipeline.yml"
maximum_timeout_in_minutes: 120
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -272,6 +276,7 @@ spec:
pipeline_file: ".buildkite/deploy/kubernetes/deploy-k8s-pipeline.yml"
# maximum_timeout_in_minutes: 120 TODO: uncomment when pipeline is ready
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -317,6 +322,7 @@ spec:
pipeline_file: ".buildkite/libbeat/pipeline.libbeat.yml"
maximum_timeout_in_minutes: 120
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -362,6 +368,7 @@ spec:
pipeline_file: ".buildkite/packetbeat/pipeline.packetbeat.yml"
maximum_timeout_in_minutes: 120
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -406,6 +413,7 @@ spec:
# branch_configuration: "7.17"
pipeline_file: ".buildkite/x-pack/elastic-agent/pipeline.xpack.elastic-agent.yml"
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -451,6 +459,7 @@ spec:
pipeline_file: ".buildkite/winlogbeat/pipeline.winlogbeat.yml"
maximum_timeout_in_minutes: 120
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -496,6 +505,7 @@ spec:
pipeline_file: ".buildkite/x-pack/pipeline.xpack.winlogbeat.yml"
# maximum_timeout_in_minutes: 120 #TODO: uncomment after tests
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -541,6 +551,7 @@ spec:
pipeline_file: ".buildkite/x-pack/pipeline.xpack.packetbeat.yml"
# maximum_timeout_in_minutes: 120 #TODO: uncomment after tests
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -586,6 +597,7 @@ spec:
pipeline_file: ".buildkite/x-pack/pipeline.xpack.libbeat.yml"
# maximum_timeout_in_minutes: 120 #TODO: uncomment after tests
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down Expand Up @@ -631,6 +643,7 @@ spec:
pipeline_file: ".buildkite/x-pack/pipeline.xpack.metricbeat.yml"
# maximum_timeout_in_minutes: 120 #TODO: uncomment after tests
provider_settings:
trigger_mode: none # don't trigger jobs from github activity
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
Expand Down

0 comments on commit b7309bd

Please sign in to comment.