From 0ebd285903f58d59e2cd4cd4da357c1d038de312 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Fri, 10 Jan 2025 07:13:08 -0800 Subject: [PATCH] Add trigger mode none to E2E and build pipelines. --- catalog-info.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 69075196..728716aa 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -105,6 +105,8 @@ spec: spec: pipeline_file: .buildkite/build-pipeline.yml maximum_timeout_in_minutes: 120 + provider_settings: + trigger_mode: none repository: elastic/logstash-filter-elastic_integration env: ELASTIC_PR_COMMENTS_ENABLED: 'true' @@ -152,6 +154,8 @@ spec: spec: pipeline_file: .buildkite/e2e-pipeline.yml maximum_timeout_in_minutes: 120 + provider_settings: + trigger_mode: none repository: elastic/logstash-filter-elastic_integration env: ELASTIC_PR_COMMENTS_ENABLED: 'true'