mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
29 lines
983 B
JSON
29 lines
983 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"enabled": true,
|
|
"pipeline_slug": "eland",
|
|
"allow_org_users": true,
|
|
"allowed_repo_permissions": ["admin", "write"],
|
|
"build_on_commit": true,
|
|
"build_on_comment": true,
|
|
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"skip_ci_labels": ["skip-ci"],
|
|
"skip_ci_on_only_changed": ["\\.md$"]
|
|
},
|
|
{
|
|
"enabled": true,
|
|
"pipeline_slug": "docs-build-pr",
|
|
"allow_org_users": true,
|
|
"allowed_repo_permissions": ["admin", "write"],
|
|
"build_on_commit": true,
|
|
"build_on_comment": true,
|
|
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"skip_ci_labels": ["skip-ci"],
|
|
"skip_ci_on_only_changed": ["\\.md$"]
|
|
}
|
|
]
|
|
}
|