From 2b327a8e6cfea985b891eb19cc21ca445e48c6e1 Mon Sep 17 00:00:00 2001 From: Mashhur <99575341+mashhurs@users.noreply.github.com> Date: Fri, 10 Jan 2025 07:16:58 -0800 Subject: [PATCH] Add trigger mode none to E2E and build pipelines. (#225) (cherry picked from commit 64c174eceeb63e4c92cb67efbbc24ab1e40c0335) --- 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'