From 3810312794448c3b663a6ff658a46064d97ef1b6 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 25 Aug 2016 16:46:23 -0400 Subject: [PATCH] Including more x86_64 Fedora builders on Try scheduler --- lib/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/config.json b/lib/config.json index 3cd37a8..51cdbf6 100644 --- a/lib/config.json +++ b/lib/config.json @@ -386,7 +386,14 @@ { "type" : "Try_Jobdir", "name" : "try_ssh", "jobdir" : "try_ssh_jobdir", - "builderNames" : [ "Fedora-x86_64-m64" ] + "builderNames" : [ "Fedora-x86_64-m64", + "Fedora-x86_64-m32", + "Fedora-x86_64-native-gdbserver-m64", + "Fedora-x86_64-native-gdbserver-m32", + "Fedora-x86_64-native-extended-gdbserver-m64", + "Fedora-x86_64-native-extended-gdbserver-m32", + "Fedora-x86_64-cc-with-index", + "Fedora-i686" ] } ] }