From 27f33251f20b3cdc5b3e89307225fbd2f8fd6115 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 16 Aug 2023 14:13:08 -0400 Subject: [PATCH] ansible: Correct launcher delegate host for i386 rootnode Change-Id: I57881eda6d01bb70b04efc5ad88a468c230ab36f Signed-off-by: Michael Jeanson --- automation/ansible/vars/ci-instances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.34.1