Skip to content

Commit

Permalink
[CI] Enable skippable commits and skippable build step for PRs (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Aug 8, 2022
1 parent e33f366 commit f37d7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
"skip_ci_labels": ["skip-ci", "jenkins-ci"],
"skip_target_branches": ["6.8", "7.11", "7.12"],
"enable_skippable_commits": true,
"skip_ci_on_only_changed": [
"^dev_docs/",
"^docs/",
Expand All @@ -38,8 +39,7 @@
"kibana_versions_check": true,
"kibana_build_reuse": true,
"kibana_build_reuse_pipeline_slugs": ["kibana-pull-request", "kibana-on-merge"],
"kibana_build_reuse_regexes": ["^test/", "^x-pack/test/"],
"kibana_build_reuse_label": "ci:reuse-kibana-build"
"kibana_build_reuse_regexes": ["^test/", "^x-pack/test/"]
}
]
}

0 comments on commit f37d7e1

Please sign in to comment.