osmith has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/12045 )
Change subject: gerrit-verifications/master-builds: with_manuals ...................................................................... gerrit-verifications/master-builds: with_manuals Add a new "with_manuals" axis to all jobs generated by gerrit-verifications.yml and master-builds.yml, which already have at least one axis. Adjust the combination filters, so the manuals are generated (and published) only once. The contrib/jenkins.sh scripts will be adjusted to append --enable-manuals to the configure options, when with_manuals is set. For all jobs that do not have any axes, we can always append this flag. Two different methods of passing through the configure flags are used in both yml files already. One is creating a "with_var" variable with True and False as arguments. The other is creating a "VAR" variable with "--enable-foo" and "--disable-foo" as values. I decided to use the "with_var" approach, so we could use it to activate multiple configure options at once: --enable-manuals and --enable-man when the UNIX man pages feature gets implemented (OS#3386). Related: OS#3385 Change-Id: Ie0643b17a6be6e86e281b50d78dd7a6858cf99ee --- M jobs/gerrit-verifications.yml M jobs/master-builds.yml 2 files changed, 86 insertions(+), 30 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/45/12045/2 -- To view, visit https://gerrit.osmocom.org/12045 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ie0643b17a6be6e86e281b50d78dd7a6858cf99ee Gerrit-Change-Number: 12045 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]>
