From: Houa Yang Date: Fri, 13 Sep 2019 16:03:35 +0000 (-0500) Subject: Fix rtd verify job choosing strategy X-Git-Tag: v0.44.0~7^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=c02c7a2ac05e3a9b987edc15d555a5124a2ad976;hp=--cc;p=releng%2Fglobal-jjb.git Fix rtd verify job choosing strategy Change default setting of choosing strategy from default to gerrit for rtd verify job. If the stratgey is not gerrit, you will need to manually set the choosing strategy to gerrit in the jenkins job before you can build using a specific parameter refspec. Issue-Id:RELENG-911 Signed-off-by: Houa Yang Change-Id: If5f10f83048b907123bf423394ef0adf85607806 --- c02c7a2ac05e3a9b987edc15d555a5124a2ad976 diff --git a/jjb/lf-rtd-jobs.yaml b/jjb/lf-rtd-jobs.yaml index 60f89d3a..8a8e3aa8 100644 --- a/jjb/lf-rtd-jobs.yaml +++ b/jjb/lf-rtd-jobs.yaml @@ -209,7 +209,7 @@ submodule-recursive: "{submodule-recursive}" submodule-timeout: "{submodule-timeout}" submodule-disable: "{submodule-disable}" - choosing-strategy: default + choosing-strategy: gerrit triggers: - gerrit: diff --git a/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml b/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml new file mode 100644 index 00000000..35a414d3 --- /dev/null +++ b/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Update choosing-strategy from default to gerrit to allow building with + specific refspec parameters and while not having to also set the branch to master.