From a4325c8f5e8cfc1dae44deb6402c875bb90a718c Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Mon, 24 Feb 2025 12:29:22 +0200 Subject: [PATCH] Allow PR comments for failures from the elastic-agent pipeline (#6980) This comment enables the native PR comment functionality from the Buildkite build bot which will allow comments in the PR about steps that failed even when they are flaky. It is enabled on the parent `elastic-agent` pipeline. It improves visibility for PR authors and the team about test failures and flakiness. --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 8e3f7ce546d..6467f1a8b82 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -58,6 +58,7 @@ spec: skip_intermediate_builds: true skip_intermediate_builds_branch_filter: "!main !7.* !8.* !9.*" env: + ELASTIC_PR_COMMENTS_ENABLED: 'true' ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications" SLACK_NOTIFICATIONS_ALL_BRANCHES: "false"