Skip to content

Commit

Permalink
Revert "[ci] Use org wide PR comment bot (#187354)"
Browse files Browse the repository at this point in the history
This reverts commit 5b0dc5f.
  • Loading branch information
jbudz committed Jul 19, 2024
1 parent c555b44 commit 3ad2fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline-resource-definitions/kibana-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
description: Runs manually for pull requests
spec:
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
PR_COMMENTS_ENABLED: 'true'
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci
GITHUB_STEP_COMMIT_STATUS_ENABLED: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline-utils/test-failures/annotate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const annotateTestFailures = async () => {

buildkite.setAnnotation('test_failures', 'error', getAnnotation(failures, failureHtmlArtifacts));

if (process.env.ELASTIC_PR_COMMENTS_ENABLED === 'true') {
if (process.env.PR_COMMENTS_ENABLED === 'true') {
buildkite.setMetadata(
'pr_comment:test_failures:body',
getPrComment(failures, failureHtmlArtifacts)
Expand Down

0 comments on commit 3ad2fb7

Please sign in to comment.