From c02c7a2ac05e3a9b987edc15d555a5124a2ad976 Mon Sep 17 00:00:00 2001 From: Houa Yang Date: Fri, 13 Sep 2019 11:03:35 -0500 Subject: [PATCH] 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 --- jjb/lf-rtd-jobs.yaml | 2 +- releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml 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. -- 2.16.6