From 16b0246fd75fa42aa2b935821b0658d7ec85e189 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 26 Aug 2024 16:30:38 -0400 Subject: [PATCH] ansible: Add riscv64 nodes Change-Id: If900b4309ef54ae396559058fafdef96bfb3166c Signed-off-by: Michael Jeanson --- automation/ansible/hosts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 874999b..d332990 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -87,7 +87,10 @@ ci-node-deb12-ppc64el-01 ci-node-deb12-ppc64el-02 [node_riscv64] -172.16.0.138 +ci-node-deb13-riscv64-01 +ci-node-deb13-riscv64-02 +ci-node-deb13-riscv64-03 +ci-node-deb13-riscv64-04 [node_i386] ci-node-deb12-i386-1a-01 -- 2.34.1