From 30ed84c0d7f57b9984aeabba489d15cb15893a70 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 20 Sep 2016 16:01:22 -0400 Subject: [PATCH] Adding more builders to the try scheduler --- lib/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/config.json b/lib/config.json index 54cb844..7aaa9e1 100644 --- a/lib/config.json +++ b/lib/config.json @@ -390,7 +390,15 @@ "Fedora-x86_64-native-extended-gdbserver-m64", "Fedora-x86_64-native-extended-gdbserver-m32", "Fedora-x86_64-cc-with-index", - "Fedora-i686" ] + "Fedora-i686", + "Fedora-s390x-m64", + "Debian-s390x-m64", + "Debian-s390x-native-gdbserver-m64", + "Debian-s390x-native-extended-gdbserver-m64", + "Fedora-ppc64be-m64", + "Fedora-ppc64le-m64", + "AIX-POWER8-plain", + "RHEL-s390x-m64" ] } ] }