From d49ece815bac8ed04e6cf218cd6e08dd7cfa680f Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 20 Jan 2016 13:48:50 -0500 Subject: [PATCH] Re-adding FreeBSD builders, with e-mail notification disabled --- lib/config.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/lib/config.json b/lib/config.json index 6c97121..c10aeaa 100644 --- a/lib/config.json +++ b/lib/config.json @@ -258,7 +258,21 @@ "type" : "PlainBSD_c64t64", "builddir" : "netbsd-x86_64", "tags" : [ "netbsd", "x86_64", "m64", "TEST" ], - "slavenames" : [ "gdb-amd64-netbsd7" ] } + "slavenames" : [ "gdb-amd64-netbsd7" ] }, + + + { "name" : "FreeBSD-x86_64-m64", "type" : "PlainBSD_c64t64", + "builddir" : "freebsd-x86-64", + "tags" : [ "freebsd", "x86_64", "index", "TEST" ], + "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-freebsd8", "koobs-freebsd9", + "koobs-freebsd10", "koobs-freebsd11" ] } ], "schedulers" : [ { "type" : "AnyBranchScheduler", "name" : "master", @@ -299,7 +313,10 @@ "RHEL-s390x-m64", - "NetBSD-x86_64-m64" ] + "NetBSD-x86_64-m64", + + "FreeBSD-x86_64-m64", + "FreeBSD-x86_64-cc-with-index" ] } ]