Skip to content

Commit

Permalink
Revert "Revert "re-enable kme pipeline for testing (#171451)"" (#171694)
Browse files Browse the repository at this point in the history
I pushed this revert up initially via
e79ca5e while debugging an issue with
CI waiting for agents. This was not the root cause and can be
unreverted.
  • Loading branch information
jbudz authored Nov 21, 2023
1 parent 1919c87 commit 07df596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"repoName": "kibana",
"pipelineSlug": "kibana-kme-test",

"enabled": false,
"enabled": true,
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": ["barlowm", "renovate[bot]"],
"set_commit_status": true,
"commit_status_context": "kibana-ci",
"commit_status_context": "kibana-ci-test",
"build_on_commit": true,
"build_on_comment": true,
"build_on_comment": false,
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
"skip_ci_labels": [],
Expand Down

0 comments on commit 07df596

Please sign in to comment.