From 694ee6175675a47804e2cb9937a3823336545399 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Fri, 20 Feb 2026 11:27:33 -0800 Subject: [PATCH] Update the catalog info PR pull pipeline to make same as other pipelines such as kafka-integration or es-output. --- catalog-info.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 6766631..c1caa35 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -20,7 +20,7 @@ spec: apiVersion: buildkite.elastic.dev/v1 kind: Pipeline metadata: - description: ':logstash: Test `stdin` pull request :pipeline:' + description: ':logstash: `stdin` pull request tests :pipeline:' name: logstash-input-stdin-pull-request spec: pipeline_file: .buildkite/pull-request-pipeline.yml @@ -33,13 +33,15 @@ spec: build_tags: false filter_enabled: true filter_condition: >- - build.creator.name == 'elasticmachine' && build.pull_request.id != null + build.pull_request.id != null cancel_intermediate_builds: true skip_intermediate_builds: true env: ELASTIC_PR_COMMENTS_ENABLED: 'true' + SLACK_NOTIFICATIONS_ON_SUCCESS: 'false' + SLACK_NOTIFICATIONS_SKIP_FOR_RETRIES: 'true' teams: logstash-core: access_level: MANAGE_BUILD_AND_READ - everyone: + employees: access_level: READ_ONLY