osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39141?usp=email )
Change subject: jobs/osmocom-obs: update descriptions ......................................................................
jobs/osmocom-obs: update descriptions
Describe when which job gets triggered, and whether it is fine to trigger them manually.
Change-Id: I311c7e5194b1ef516ab54972383f03730b8cd6f2 --- M jobs/osmocom-obs.yml 1 file changed, 14 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml index e61b16b..39fa5fb 100644 --- a/jobs/osmocom-obs.yml +++ b/jobs/osmocom-obs.yml @@ -1,17 +1,30 @@ --- - project: name: Osmocom_OBS + description_extra: "" jobs: - Osmocom_OBS_{type} type: - master: conflict_version: "" + description_extra: | + This job gets triggered by jenkins whenever something gets merged + to master. - nightly: # For nightly we don't provide ABI compatibility, make sure packages # from different build dates are not mixed by accident conflict_version: "$(date +%Y%m%d%H%M)" + description_extra: | + This job gets triggered every night.<br><br> + <b>Do not trigger manually! This causes a rebuild of ALL packages + for ALL supported Linux distributions and architectures, and should + only run once every night!</b> - latest: conflict_version: "" + description_extra: | + This job gets triggered every night.<br><br> + Triggering this manually after making a release is fine, because + only the packages that have a new version will be built.
- job-template: name: 'Osmocom_OBS_{type}' @@ -20,7 +33,7 @@ defaults: global description: | See <a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Binary_Packages">Wiki: binary packages</a> - for more information. + for more information. {description_extra} properties: - build-discarder: days-to-keep: 30