This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: jobs: master-builds.yml: allow osmo-gsm-manuals to build anywhere
......................................................................
jobs: master-builds.yml: allow osmo-gsm-manuals to build anywhere
When https://gerrit.osmocom.org/#/c/7725/ has been merged, there
is no need to limit this build to OsmocomApi.
Change-Id: Ic5fe39b643e7a15dbfd2efd55dce78dde30cf099
---
M jobs/master-builds.yml
1 file changed, 7 insertions(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 79ce8c2..dff78fa 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -17,6 +17,7 @@
sequential: false
# most common build invocation
cmd: ./contrib/jenkins.sh
+ wrappers: []
trigger:
# in alphabetical order
@@ -206,10 +207,14 @@
- osmo-gsm-manuals:
# publishing once is plenty
- slave_axis: !!python/tuple [OsmocomBuild1]
cmd: >
# keep first line with less indent to preserve newlines
./contrib/jenkins.sh --publish
+ # requires to have a ssh-key credentials called "api" (Id)
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ - api
- osmo-hlr
@@ -385,5 +390,6 @@
- email:
recipients: gerrit-log at lists.osmocom.org, laforge at gnumonks.org
send-to-individuals: true
+ wrappers: '{obj:wrappers}'
# vim: expandtab tabstop=2 shiftwidth=2
--
To view, visit https://gerrit.osmocom.org/7727
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic5fe39b643e7a15dbfd2efd55dce78dde30cf099
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>