ansible: Replace deb12 i386 instances from old cloud
[lttng-ci.git] / automation / ansible / vars / ci-instances.yml
index e36f19dd9bac8097d319f9fe7679f9efc1ef2359..7ee7f48fe9b6cd61665898e0397e9e06ad2b7059 100644 (file)
@@ -714,6 +714,77 @@ containers:
     jenkins:
       label: 'deb12-amd64 deb12'
       mode: EXCLUSIVE
+  # @NOTE: debian/bookworm/cloud/i386 isn't an image
+  # available from images.linuxcontainers.org since they
+  # reduced architecture to save storage space. The instances
+  # below were produced from copies which weren't installed with
+  # cloud-init.
+  - meta:
+      address: 172.18.16.79
+    lxd:
+      name: ci-node-deb12-i386-1a-01
+      target: ci-host-amd64-1a
+      source:
+        alias: debian/bookworm/cloud/i386
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.80
+    lxd:
+      name: ci-node-deb12-i386-1b-01
+      target: ci-host-amd64-1b
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.81
+    lxd:
+      name: ci-node-deb12-i386-1c-01
+      target: ci-host-amd64-1c
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.82
+    lxd:
+      name: ci-node-deb12-i386-1d-01
+      target: ci-host-amd64-1d
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.83
+    lxd:
+      name: ci-node-deb12-i386-2a-01
+      target: ci-host-amd64-2a
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.84
+    lxd:
+      name: ci-node-deb12-i386-2b-01
+      target: ci-host-amd64-2b
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.85
+    lxd:
+      name: ci-node-deb12-i386-2c-01
+      target: ci-host-amd64-2c
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.86
+    lxd:
+      name: ci-node-deb12-i386-2d-01
+      target: ci-host-amd64-2d
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
   # "Root " nodes in libvirt, since Jenkins can use the "libvirt agents" plugin
   # to revert to a specific snapshot before running a job
   #
This page took 0.024591 seconds and 4 git commands to generate.