s/koobs-freebsd11/koobs-freebsd-current/, and temporarily disable koobs-freebsd10

This commit is contained in:
Sergio Durigan Junior 2018-02-23 22:09:57 -05:00
parent 4af6c4eeb5
commit bfb806dbaa

View file

@ -34,7 +34,7 @@
{ "name" : "koobs-freebsd10", "arch" : "x86_64", "jobs" : "1",
"admin" : "koobs@FreeBSD.org" },
{ "name" : "koobs-freebsd11", "arch" : "x86_64", "jobs" : "1",
{ "name" : "koobs-freebsd-current", "arch" : "x86_64", "jobs" : "1",
"admin" : "koobs@FreeBSD.org" },
{ "name" : "gdb-amd64-netbsd7", "arch" : "x86_64", "jobs" : "1",
@ -278,13 +278,13 @@
{ "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-freebsd-current" ] },
{ "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-freebsd-current" ] },
{ "name" : "Ubuntu-AArch64-m64",
"type" : "Plain_c64t64",