Change in osmo-ci[master]: Fix ansible playbooks after docker directory was removed here

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 26 13:04:17 UTC 2020


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


Change subject: Fix ansible playbooks after docker directory was removed here
......................................................................

Fix ansible playbooks after docker directory was removed here

In I30a61aebcadef5536e74edd35e1c75ef77a2da9f, we moved the Dockerfiles
from here to docker-playground.git, but failed to adjust the ansible
playbook that wants to rebuild those containers during setting up of
a build slave.

Change-Id: Ife64fdaf24107b0b31b8a6d4c78a1df420662ca0
Related: OS#4345
Closes: OS#4377
---
M ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml b/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
index d002f95..d70d8b6 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/osmo-ci.yml
@@ -14,6 +14,6 @@
 - name: rebuild osmocom docker images for jenkins build tests
   become: yes
   become_user: "{{ jenkins_user }}"
-  shell: ./rebuild_osmocom_jenkins_image.sh
+  shell: ./scripts/osmo-ci-docker-rebuild.sh
   args:
-    chdir: "/home/{{ jenkins_user }}/osmo-ci/docker"
+    chdir: "/home/{{ jenkins_user }}/osmo-ci"

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ife64fdaf24107b0b31b8a6d4c78a1df420662ca0
Gerrit-Change-Number: 17022
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200126/7727979d/attachment.htm>


More information about the gerrit-log mailing list