From 07df5966b297a64dfcbc8ce1f3fb84b7e7c6fbaf Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 21 Nov 2023 16:13:27 -0600 Subject: [PATCH] Revert "Revert "re-enable kme pipeline for testing (#171451)"" (#171694) I pushed this revert up initially via e79ca5e9d6ab179819634cf654fc2c4b0ed0413c while debugging an issue with CI waiting for agents. This was not the root cause and can be unreverted. --- .buildkite/pull_requests.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pull_requests.json b/.buildkite/pull_requests.json index 41de2dc843d4d..65a3ff6ba2004 100644 --- a/.buildkite/pull_requests.json +++ b/.buildkite/pull_requests.json @@ -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": [],