mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
a16e12fe5a
commit
c0978dbe1b
1 changed files with 3 additions and 3 deletions
|
@ -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": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue