From 57f0b934a814f821c30ca4c3c126c6750c2b7bce Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 5 Sep 2017 13:51:07 -0400 Subject: [PATCH] Revert "Removing netbsd slave/builders" This reverts commit c1acc908951ed749547e67ef92d3729e93f98fc4. --- lib/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/config.json b/lib/config.json index 5abc105..c9ea1b3 100644 --- a/lib/config.json +++ b/lib/config.json @@ -31,6 +31,9 @@ { "name" : "koobs-freebsd11", "arch" : "x86_64", "jobs" : "1", "admin" : "koobs@FreeBSD.org" }, + { "name" : "gdb-amd64-netbsd7", "arch" : "x86_64", "jobs" : "1", + "admin" : "n54@gmx.com" }, + { "name" : "ubuntu-aarch64-1", "arch" : "aarch64", "jobs" : "4", "admin" : "qiyaoltc@gmail.com" }, { "name" : "ubuntu-trusty-aarch32-1", "arch" : "aarch32", "jobs" : "4", @@ -206,6 +209,12 @@ "tags" : [ "rhel", "s390x", "m64" ], "slavenames" : [ "rhel-7_1-s390x-1" ] }, + { "name" : "NetBSD-x86_64-m64", + "type" : "PlainBSD_c64t64", + "builddir" : "netbsd-x86_64", + "tags" : [ "netbsd", "x86_64", "m64", "TEST" ], + "slavenames" : [ "gdb-amd64-netbsd7" ] }, + { "name" : "FreeBSD-x86_64-m64", "type" : "PlainBSD_c64t64", "builddir" : "freebsd-x86-64",