From 7724bfc85f77b8dc1b2542db0eaf626e41cf3451 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sun, 16 Aug 2015 01:56:22 -0400 Subject: [PATCH] Adding RHEL-7.1 s390x buildslave and builder (thanks to David Edelsohn) --- lib/config.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/lib/config.json b/lib/config.json index a5f7ff3..6d1710d 100644 --- a/lib/config.json +++ b/lib/config.json @@ -16,6 +16,9 @@ { "name" : "debian-wheezy-s390x-1", "arch" : "s390x", "jobs" : "8", "admin" : "dje.gcc@gmail.com" }, + { "name" : "rhel-7.1-s390x-1", "arch" : "s390x", "jobs" : "8", + "admin" : "dje.gcc@gmail.com" }, + { "name" : "marist-fedora-s390x", "arch" : "s390x", "jobs" : "2", "admin" : "mark@klomp.org" }, @@ -212,10 +215,17 @@ "slavenames" : [ "aix-power7-1" ], "PATH" : "/opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/sergiodj/bin:/usr/bin/X11:/sbin:." }, + { "name" : "Debian-MIPS-m64", "type" : "Plain_c64t64", "builddir" : "debian-mips-m64", - "slavenames" : [ "debian-jessie-mips-be-1" ] } + "slavenames" : [ "debian-jessie-mips-be-1" ] }, + + + { "name" : "RHEL-s390x-m64", + "type" : "Plain_c64t64", + "builddir" : "rhel-s390x", + "slavenames" : [ "rhel-7.1-s390x-1" ] } ], "schedulers" : [ { "type" : "AnyBranchScheduler", "name" : "master", @@ -254,7 +264,9 @@ "AIX-POWER7-plain", - "Debian-MIPS-m64" ] + "Debian-MIPS-m64", + + "RHEL-s390x" ] } ]