From 116c9d8f3d641d69541d6d54ffe940372b36359a Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 4 May 2023 14:25:16 -0400 Subject: [PATCH] ansible: remove powerpc nodes Change-Id: If2c38c40c5a806d33975143110fc383705ec0b93 Signed-off-by: Michael Jeanson --- automation/ansible/hosts | 5 ----- automation/ansible/node_powerpc.yml | 7 ------- automation/ansible/site.yml | 1 - 3 files changed, 13 deletions(-) delete mode 100644 automation/ansible/node_powerpc.yml diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 62f0b8e..14dcada 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -29,10 +29,6 @@ ci-node-deb11-arm64-04 [node_arm64:vars] ansible_python_interpreter=python3 -[node_powerpc] -#ci-node-sid-powerpc-01 -ci-node-sid-powerpc-03 - [node_ppc64el] ci-node-deb11-ppc64el-01 ci-node-deb11-ppc64el-02 @@ -120,7 +116,6 @@ node_i386 node_amd64 node_armhf node_arm64 -node_powerpc node_ppc64el node_standalone node_sles diff --git a/automation/ansible/node_powerpc.yml b/automation/ansible/node_powerpc.yml deleted file mode 100644 index 3a3ff21..0000000 --- a/automation/ansible/node_powerpc.yml +++ /dev/null @@ -1,7 +0,0 @@ -- hosts: node_powerpc - roles: - - common - - babeltrace - - liburcu - - lttng-ust - - lttng-tools diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index b75656f..c1f983a 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -2,7 +2,6 @@ - import_playbook: hosts.yml - import_playbook: node_armhf.yml - import_playbook: node_arm64.yml -- import_playbook: node_powerpc.yml - import_playbook: node_ppc64el.yml - import_playbook: node_i386.yml - import_playbook: node_amd64.yml -- 2.34.1