Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39126?usp=email )
Change subject: sccp: Let some time for SCCP RLC to reach IUT before finishing test
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39126?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id7d5970bb0fe0e42fedcb56fe4a738a92ddd5bbf
Gerrit-Change-Number: 39126
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 13 Dec 2024 09:48:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
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
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/39141?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I311c7e5194b1ef516ab54972383f03730b8cd6f2
Gerrit-Change-Number: 39141
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>