From: Kienan Stewart Date: Mon, 26 Feb 2024 13:25:46 +0000 (-0500) Subject: ansible: Add sles15sp4 rootnode X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=edb65c65fb7185bdb0b29513fba19e6348bb76f3;p=lttng-ci.git ansible: Add sles15sp4 rootnode Change-Id: I505912b38968535aa20c464fbd06ae6f0202ec05 Signed-off-by: Kienan Stewart --- diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 2a1277c..7be85ca 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -166,12 +166,14 @@ ci-rootnode-deb12-amd64-2b-01 ci-rootnode-deb12-amd64-2c-01 ci-rootnode-deb12-amd64-2d-01 ci-rootnode-deb12-i386-1a-01 +ci-rootnode-sles15sp4-amd64-1d-01 [node_sles] # While ci-node-sles12sp5-amd64-1b-01 has python 3.4, more recent # versions of ansible require python 3.5. Therefore python2 is used. ci-node-sles12sp5-amd64-1b-01 ansible_python_interpreter=python2 ci-node-sles15sp4-amd64-1b-01 +ci-rootnode-sles15sp4-amd64-1d-01 ci-node-sles15sp5-amd64-1b-01 [node_el] diff --git a/automation/ansible/vars/ci-instances.yml b/automation/ansible/vars/ci-instances.yml index 9db508b..ddf0026 100644 --- a/automation/ansible/vars/ci-instances.yml +++ b/automation/ansible/vars/ci-instances.yml @@ -1040,6 +1040,31 @@ containers: host: 'ci-host-amd64-1c.internal.efficios.com' meta: address: 172.18.17.10 + - jenkins: + label: 'sles15sp4-amd64-rootnode' + name: 'ci-rootnode-sles15sp4-amd64-1d-01' + mode: EXCLUSIVE + config: + remoteFS: '/root' + launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com' + launcher/virtualMachineName: 'ci-rootnode-sles15sp4-amd64-1d-01' + launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class' + launcher/delegate/port: '22' + launcher/delegate/host: 'ci-rootnode-sles15sp4-amd64-1d-01.internal.efficios.com' + launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be' + ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com' + ./virtualMachineName: 'ci-rootnode-sles15sp4-amd64-1d-01' + snapshotName: '' + beforeJobSnapshotName: 'base-configuration' + startupWaitingPeriodSeconds: '30' + launcher/waitTimeMs: '30000' + shutdownMethod: 'destroy' + vm: + name: 'ci-rootnode-sles15sp4-amd64-1d-01' + disk: '/var/lib/libvirt/images/ci-rootnode-sles15sp4-amd64-1d-01.qcow' + host: 'ci-host-amd64-1d.internal.efficios.com' + meta: + address: 172.18.17.13 # VMs for running tests using lava - jenkins: {} meta: {}