laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39335?usp=email )
Change subject: ansible/hosts: fix name: build4-obsworker ...................................................................... ansible/hosts: fix name: build4-obsworker The name is build4-obsworker, not build4-obsworker1: root@build4 ~ # lxc-ls build4-obsworker … Change-Id: I5d329f2f4ad858ff6657d329a8acdc01184980be --- M ansible/hosts 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified diff --git a/ansible/hosts b/ansible/hosts index 50ae603..0fb1770 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -17,7 +17,7 @@ simtest ansible_host=10.9.25.80 [obs_workers] -build4-obsworker1 ansible_host=2a01:4f8:121:200a::1:2 obs_worker_instances=8 obs_worker_jobs=8 +build4-obsworker ansible_host=2a01:4f8:121:200a::1:2 obs_worker_instances=8 obs_worker_jobs=8 build5-obsworker ansible_host=2a01:4f8:140:926a::1:2 obs_worker_instances=8 obs_worker_jobs=8 lx2-1-obs-aarch64-1 ansible_host=2a02:8106:13:1e34:4e9:e7ff:fe97:fe92 obs_worker_instances=1 obs_worker_jobs=4 -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/39335?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I5d329f2f4ad858ff6657d329a8acdc01184980be Gerrit-Change-Number: 39335 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]>
