From 7eaca44eac0f3eac8da0b1143558add556e73866 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 30 Mar 2021 13:35:58 -0700 Subject: [PATCH] Revert "Remove offline slaves" There was no comment or discussion as to why this patch was proposed or merged. These agents need to be included in the list and the job scheduled or else disks space fills up with old docker images, knocking the agent offline. This reverts commit 9d245364f1a4390700f077a9cbd20542f859151e. Change-Id: Ie95ad04a409777d22d9c436f48690e864255f2bf Signed-off-by: Trevor Bramwell --- jjb/releng/opnfv-utils.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/releng/opnfv-utils.yaml b/jjb/releng/opnfv-utils.yaml index f8a8d8997..d58330416 100644 --- a/jjb/releng/opnfv-utils.yaml +++ b/jjb/releng/opnfv-utils.yaml @@ -25,6 +25,8 @@ description: Slaves to prune docker images default-slaves: - lf-build2 + - lf-build5 + - lf-build6 allowed-multiselect: true ignore-offline-nodes: true -- 2.16.6