Harald Welte has submitted this change and it was merged. Change subject: ansible: hosts: add host2-deb8build-ansible host2-deb9build-ansible ......................................................................
ansible: hosts: add host2-deb8build-ansible host2-deb9build-ansible Change-Id: If0a21f24483b2c1c6ea56e366c5858eee50f17e1 --- M ansible/hosts 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved; Verified diff --git a/ansible/hosts b/ansible/hosts index e809d03..ea5dea4 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -7,9 +7,12 @@ [coverity-slaves] admin2-deb9build ansible_host=2a01:4f8:13b:828::1:300 build2-deb9build-ansible ansible_host=2a01:4f8:10b:2ad9::1:6 +host2-deb9build-ansible ansible_host=2a01:4f8:120:8470::1:3 [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 +host2-deb8build-ansible ansible_host=2a01:4f8:120:8470::1:2 +host2-deb9build-ansible ansible_host=2a01:4f8:120:8470::1:3 -- To view, visit https://gerrit.osmocom.org/7594 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If0a21f24483b2c1c6ea56e366c5858eee50f17e1 Gerrit-PatchSet: 2 Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]>
