mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 14:17:58 -04:00
Changes made under `docs/` are unrelated to the PR tests triggered from this repo[^1] This commit skips regular PR tests when changes are made (only) under the `docs/` directory. Note that the current docs-specific Jenkins Job is getting migrated at an org level[^2] to Buildkite, and this change will be merged soon. Relates: - https://github.com/elastic/ingest-dev/issues/2703 [^1]: via `.buildkite/pull_requests_pipeline.yml` [^2]: https://github.com/elastic/docs/blob/master/.buildkite/pull-requests.org-wide.json
22 lines
730 B
JSON
22 lines
730 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"enabled": true,
|
|
"pipeline_slug": "logstash-pull-request-pipeline",
|
|
"allow_org_users": true,
|
|
"allowed_repo_permissions": ["admin", "write"],
|
|
"allowed_list": ["github-actions[bot]"],
|
|
"set_commit_status": true,
|
|
"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_target_branches": [ ],
|
|
"skip_ci_on_only_changed": [
|
|
"^docs/"
|
|
],
|
|
"always_require_ci_on_changed": [ ]
|
|
}
|
|
]
|
|
}
|