Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.17](backport #37980) change trigger_mode for all pipelines except the main pipeline #37984

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading