From 6d3e0a965d29579a2d29f2482f91d51d2eca274f Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Tue, 21 Sep 2021 14:29:21 +0200 Subject: [PATCH] examples of refspec --- docs/playbooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playbooks.md b/docs/playbooks.md index d75d12d..c4ea5a7 100644 --- a/docs/playbooks.md +++ b/docs/playbooks.md @@ -184,7 +184,7 @@ please refer to the source code for the details. These variables have `ph_` pref Most commonly used are: -- `ph_scripts_refspec`: ("main" by default): refspec branch of llvm-premerge-checks to use. This variable is also used in pipeline "bootstrap" in Buildkite interface. +- `ph_scripts_refspec`: ("main" by default): refspec branch of llvm-premerge-checks to use. This variable is also used in pipeline "bootstrap" in Buildkite interface. Use "branch-name" for branches and "pull/123/head" for Pull Requests. - `ph_dry_run_report`: do not report any results back to Phabricator. - `ph_no_cache`: (if set to any value) clear compilation cache before the build. - `ph_projects`: which projects to use, "detect" will look on diff to infer the projects, "default" selects all projects.