re-enable kme pipeline for testing (#171451)

## Summary
Re-enables the test pipeline used for testing the migration to the
elastic-wide buildkite setup.

To avoid having the previous problem
(https://github.com/elastic/kibana/pull/169238) I disabled the
triggering from comments, and changed the check context (even if it
runs, it shouldn't mess with the required checks).
This commit is contained in:
Alex Szabo 2023-11-20 11:42:18 +01:00 committed by GitHub
parent a16e12fe5a
commit c0978dbe1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": [],