Skip to content

Commit

Permalink
Allow PR comments for failures from the elastic-agent pipeline (#6980)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dliappis authored Feb 24, 2025
1 parent c1d42ae commit a4325c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a4325c8

Please sign in to comment.