Re-adding FreeBSD builders, with e-mail notification disabled

This commit is contained in:
Sergio Durigan Junior 2016-01-20 13:48:50 -05:00
parent dcc69dfe36
commit d49ece815b

View file

@ -258,7 +258,21 @@
"type" : "PlainBSD_c64t64", "type" : "PlainBSD_c64t64",
"builddir" : "netbsd-x86_64", "builddir" : "netbsd-x86_64",
"tags" : [ "netbsd", "x86_64", "m64", "TEST" ], "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", "schedulers" : [ { "type" : "AnyBranchScheduler", "name" : "master",
@ -299,7 +313,10 @@
"RHEL-s390x-m64", "RHEL-s390x-m64",
"NetBSD-x86_64-m64" ] "NetBSD-x86_64-m64",
"FreeBSD-x86_64-m64",
"FreeBSD-x86_64-cc-with-index" ]
} }
] ]