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 <hyang@contractor.linuxfoundation.org>
Change-Id: If5f10f83048b907123bf423394ef0adf85607806
submodule-recursive: "{submodule-recursive}"
submodule-timeout: "{submodule-timeout}"
submodule-disable: "{submodule-disable}"
- choosing-strategy: default
+ choosing-strategy: gerrit
triggers:
- gerrit:
--- /dev/null
+---
+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.