[7.17] Re-enable org wide PR bot (#195131) (#195135)

#195131

~Depends on / needs a commit updating
https://github.com/elastic/kibana-buildkite-library/pull/35~

7eff716394...197b21b1fe
This commit is contained in:
Jon 2024-10-07 10:15:26 -05:00 committed by GitHub
parent 2802b12b02
commit 1b83892c9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@
"name": "kibana-buildkite",
"version": "1.0.0",
"dependencies": {
"kibana-buildkite-library": "elastic/kibana-buildkite-library#7eff716394a811526d424de0cfe5a02db1e11488"
"kibana-buildkite-library": "elastic/kibana-buildkite-library#197b21b1fe4181ab5e3f1fce1089f2b13d76480e"
}
},
"node_modules/@nodelib/fs.scandir": {
@ -406,9 +406,9 @@
}
},
"node_modules/kibana-buildkite-library": {
"version": "1.1.5",
"resolved": "git+ssh://git@github.com/elastic/kibana-buildkite-library.git#7eff716394a811526d424de0cfe5a02db1e11488",
"integrity": "sha512-8tY+gvPlXGujGtQvLiigNnLJzT2Ep+c4j7Hk1UmAv84plrgTlAnpk3V9qjjbcMN34heNRAApvIHUfCGQ2/Y5EQ==",
"version": "1.1.6",
"resolved": "git+ssh://git@github.com/elastic/kibana-buildkite-library.git#197b21b1fe4181ab5e3f1fce1089f2b13d76480e",
"integrity": "sha512-vUmtSTLpKJ4OMBMR087fghQfGac7X8ZDvitepuI4llF0wLr46ubLNmFFAXkoGKay5oZvyEtfprUg+GbxiWsz3g==",
"dependencies": {
"@octokit/rest": "^18.10.0",
"axios": "^1.7.4",
@ -931,9 +931,9 @@
}
},
"kibana-buildkite-library": {
"version": "git+ssh://git@github.com/elastic/kibana-buildkite-library.git#7eff716394a811526d424de0cfe5a02db1e11488",
"integrity": "sha512-8tY+gvPlXGujGtQvLiigNnLJzT2Ep+c4j7Hk1UmAv84plrgTlAnpk3V9qjjbcMN34heNRAApvIHUfCGQ2/Y5EQ==",
"from": "kibana-buildkite-library@elastic/kibana-buildkite-library#7eff716394a811526d424de0cfe5a02db1e11488",
"version": "git+ssh://git@github.com/elastic/kibana-buildkite-library.git#197b21b1fe4181ab5e3f1fce1089f2b13d76480e",
"integrity": "sha512-vUmtSTLpKJ4OMBMR087fghQfGac7X8ZDvitepuI4llF0wLr46ubLNmFFAXkoGKay5oZvyEtfprUg+GbxiWsz3g==",
"from": "kibana-buildkite-library@elastic/kibana-buildkite-library#197b21b1fe4181ab5e3f1fce1089f2b13d76480e",
"requires": {
"@octokit/rest": "^18.10.0",
"axios": "^1.7.4",

View file

@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"kibana-buildkite-library": "elastic/kibana-buildkite-library#7eff716394a811526d424de0cfe5a02db1e11488"
"kibana-buildkite-library": "elastic/kibana-buildkite-library#197b21b1fe4181ab5e3f1fce1089f2b13d76480e"
}
}

View file

@ -5,7 +5,7 @@ set -euo pipefail
BUILD_SUCCESSFUL=$(node "$(dirname "${0}")/build_status.js")
export BUILD_SUCCESSFUL
if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]] && [[ "${ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
"$(dirname "${0}")/commit_status_complete.sh"
fi

View file

@ -4,7 +4,7 @@ set -euo pipefail
source .buildkite/scripts/common/util.sh
if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
if [[ "${GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]] && [[ "${ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED:-}" != "true" ]]; then
"$(dirname "${0}")/commit_status_start.sh"
fi