From 02cc0198b3981de5401e0dd1bb27003e8872409f Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 14 Oct 2017 22:42:42 -0400 Subject: [PATCH] Revert "Removing slaves koobs-freebsd{8,9}" This reverts commit 00f0744aeb5ab00b138cee95ee2f12ec8ca2124f. --- lib/config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/config.json b/lib/config.json index badaa5d..8b62e38 100644 --- a/lib/config.json +++ b/lib/config.json @@ -26,6 +26,10 @@ { "name" : "aix-power8-1", "arch" : "power8", "jobs" : "4", "admin" : "dje.gcc@gmail.com" }, + { "name" : "koobs-freebsd8", "arch" : "x86_64", "jobs" : "1", + "admin" : "koobs@FreeBSD.org" }, + { "name" : "koobs-freebsd9", "arch" : "x86_64", "jobs" : "1", + "admin" : "koobs@FreeBSD.org" }, { "name" : "koobs-freebsd10", "arch" : "x86_64", "jobs" : "1", "admin" : "koobs@FreeBSD.org" }, { "name" : "koobs-freebsd11", "arch" : "x86_64", "jobs" : "1", @@ -219,13 +223,15 @@ { "name" : "FreeBSD-x86_64-m64", "type" : "PlainBSD_c64t64", "builddir" : "freebsd-x86-64", "tags" : [ "freebsd", "x86_64", "index", "TEST" ], - "slavenames" : [ "koobs-freebsd10", "koobs-freebsd11" ] }, + "slavenames" : [ "koobs-freebsd8", "koobs-freebsd9", + "koobs-freebsd10", "koobs-freebsd11" ] }, { "name" : "FreeBSD-x86_64-cc-with-index", "type" : "IndexBuildBSD", "builddir" : "freebsd-x86-64-cc-with-index", "tags" : [ "freebsd", "x86_64", "cc-with-index", "TEST" ], - "slavenames" : [ "koobs-freebsd10", "koobs-freebsd11" ] }, + "slavenames" : [ "koobs-freebsd8", "koobs-freebsd9", + "koobs-freebsd10", "koobs-freebsd11" ] }, { "name" : "Ubuntu-AArch64-m64", "type" : "Plain_c64t64",