Adding RHEL-7.1 s390x buildslave and builder (thanks to David Edelsohn)
This commit is contained in:
parent
80ccf8296b
commit
7724bfc85f
1 changed files with 14 additions and 2 deletions
|
@ -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" ]
|
||||
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue