From: Michael Jeanson Date: Wed, 16 Aug 2023 18:13:08 +0000 (-0400) Subject: ansible: Correct launcher delegate host for i386 rootnode X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=27f33251f20b3cdc5b3e89307225fbd2f8fd6115;hp=40497a50d8f2bd728bc4491ecab0cb793c1004c0;p=lttng-ci.git ansible: Correct launcher delegate host for i386 rootnode Change-Id: I57881eda6d01bb70b04efc5ad88a468c230ab36f Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/vars/ci-instances.yml b/automation/ansible/vars/ci-instances.yml index 48b8880..29fe3a2 100644 --- a/automation/ansible/vars/ci-instances.yml +++ b/automation/ansible/vars/ci-instances.yml @@ -758,7 +758,7 @@ containers: launcher/virtualMachineName: 'ci-rootnode-deb12-i386-1a-01' launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class' launcher/delegate/port: '22' - launcher/delegate/host: 'ci-rootnode-deb12-amd64-1a-01.internal.efficios.com' + launcher/delegate/host: 'ci-rootnode-deb12-i386-1a-01.internal.efficios.com' launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be' ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com' ./virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'