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
… (#37985)

(cherry picked from commit 1fbae59)

Co-authored-by: sharbuz <[email protected]>
  • Loading branch information
mergify[bot] and sharbuz authored Feb 13, 2024
1 parent 405c786 commit d67bdbf
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 @@ -133,6 +134,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 @@ -178,6 +180,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 @@ -223,6 +226,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 @@ -268,6 +272,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 @@ -313,6 +318,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 @@ -358,6 +364,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 @@ -402,6 +409,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 @@ -447,6 +455,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 @@ -492,6 +501,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 @@ -537,6 +547,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 @@ -582,6 +593,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 @@ -627,6 +639,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 d67bdbf

Please sign in to comment.