Harald 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@lists.osmocom.org, lafo...@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 <lyn...@fe80.eu>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>

Reply via email to