Change in osmo-ci[master]: ansible: tasks/osmo-ci: clone osmo-gsm-manuals

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/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Jan 13 10:51:21 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/22129 )


Change subject: ansible: tasks/osmo-ci: clone osmo-gsm-manuals
......................................................................

ansible: tasks/osmo-ci: clone osmo-gsm-manuals

Perform the initial clone of osmo-gsm-manuals.git, just like osmo-ci.git.

Related: OS#4912
Change-Id: I39a09a4297c7c78357b3d4db4ab89547fa08db59
---
M ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/29/22129/1

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml b/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
index d70d8b6..b26d6ab 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
@@ -11,6 +11,13 @@
     repo: "https://git.osmocom.org/osmo-ci"
     dest: "/home/{{ jenkins_user }}/osmo-ci"
 
+- name: deploy osmo-gsm-manuals to home directory
+  become: yes
+  become_user: "{{ jenkins_user }}"
+  git:
+    repo: "https://git.osmocom.org/osmo-gsm-manuals"
+    dest: "/home/{{ jenkins_user }}/osmo-gsm-manuals"
+
 - name: rebuild osmocom docker images for jenkins build tests
   become: yes
   become_user: "{{ jenkins_user }}"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22129
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I39a09a4297c7c78357b3d4db4ab89547fa08db59
Gerrit-Change-Number: 22129
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210113/ef8a12b5/attachment.htm>


More information about the gerrit-log mailing list