Skip to content

Commit 9efa527

Browse files
authored
Reapply "[ci] Revert org-wide commit status checks (#195954)" (#205546)
Previously reverted due to the number of statuses we were tracking, and the subsequent rate limiting. The number of updates we need to do after #199073 is significantly lower. We've already been using org-wide status checks for [on-merge commit statuses](https://github.com/elastic/kibana/commits/main) in the interim and are not seeing issues.
1 parent 552eb55 commit 9efa527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline-resource-definitions/kibana-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
env:
2222
ELASTIC_PR_COMMENTS_ENABLED: 'true'
23-
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
23+
ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
2424
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci
2525
allow_rebuilds: true
2626
branch_configuration: ''

.buildkite/pipelines/serverless_deployment/project-build-and-deploy-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
ELASTIC_PR_COMMENTS_ENABLED: 'true'
3-
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
3+
ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
44
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-deploy-project-from-pr
55

66
steps:

0 commit comments

Comments
 (0)