]> git.lttng.org Git - lttng-ci.git/commitdiff
ansible: add s390x nodes
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 17 Jan 2025 16:28:15 +0000 (11:28 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 17 Jan 2025 22:33:37 +0000 (17:33 -0500)
Change-Id: I8baad5194a91fd114381f2af6c55b175d67b9d0c
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
automation/ansible/hosts
automation/ansible/node_s390x.yml [new file with mode: 0644]
automation/ansible/site.yml

index 11c295a720049f5395cc3282514499ff11c488d4..f2a79b7b3025bd7d4765e21da29d512d8a744d32 100644 (file)
@@ -91,6 +91,10 @@ ci-node-deb13-riscv64-02
 ci-node-deb13-riscv64-03
 ci-node-deb13-riscv64-04
 
+[node_s390x]
+ci-node-deb12-s390x-01
+ci-node-deb12-s390x-02
+
 [node_i386]
 ci-node-deb12-i386-1a-01
 ci-node-deb12-i386-1b-01
@@ -232,6 +236,7 @@ node_armhf
 node_arm64
 node_ppc64el
 node_riscv64
+node_s390x
 node_standalone
 node_sles
 node_el
diff --git a/automation/ansible/node_s390x.yml b/automation/ansible/node_s390x.yml
new file mode 100644 (file)
index 0000000..c9dc607
--- /dev/null
@@ -0,0 +1,10 @@
+- hosts: node_s390x
+  roles:
+    - common
+    - common-node
+    - babeltrace
+    - librseq
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
index 729af6bf92fce304900fa88591ec27c8d17efc7f..70eca0a28746acef1bc5b005350da1940570963e 100644 (file)
@@ -5,6 +5,7 @@
 - import_playbook: node_arm64.yml
 - import_playbook: node_ppc64el.yml
 - import_playbook: node_riscv64.yml
+- import_playbook: node_s390x.yml
 - import_playbook: node_i386.yml
 - import_playbook: node_amd64.yml
 - import_playbook: node_standalone.yml
This page took 0.026874 seconds and 4 git commands to generate.