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" ] } ]