[MERGED] osmo-ci[master]: ansible: create a new group coverity-slaves to choose the ta...

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.org
Thu Apr 5 19:58:52 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: ansible: create a new group coverity-slaves to choose the target of coverity
......................................................................


ansible: create a new group coverity-slaves to choose the target of coverity

Change-Id: I8b09ca50db938c5c7087a74e5d2575412a916ff6
---
M ansible/hosts
M ansible/setup-jenkins-slave.yml
2 files changed, 9 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ansible/hosts b/ansible/hosts
index 27480e4..e809d03 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -4,8 +4,12 @@
 # production
 10.9.25.107
 
-[jenkins-slaves]
+[coverity-slaves]
 admin2-deb9build ansible_host=2a01:4f8:13b:828::1:300
+build2-deb9build-ansible ansible_host=2a01:4f8:10b:2ad9::1:6
+
+[jenkins-slaves]
 admin2-deb8build ansible_host=2a01:4f8:13b:828::1:400
+admin2-deb9build ansible_host=2a01:4f8:13b:828::1:300
 build2-deb8build-ansible ansible_host=2a01:4f8:10b:2ad9::1:7
 build2-deb9build-ansible ansible_host=2a01:4f8:10b:2ad9::1:6
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index 5963f6e..4ca7188 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -30,6 +30,10 @@
       tags:
         - jenkins-slave
 
+- name: setup coverity slaves
+  hosts: coverity-slaves
+  user: root
+  roles:
     - name: install-coverity
       tags:
         - coverity

-- 
To view, visit https://gerrit.osmocom.org/7593
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8b09ca50db938c5c7087a74e5d2575412a916ff6
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>



More information about the gerrit-log mailing list