From abd3efbb14f836f90f345904555eb8af13b68ceb Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 23 Sep 2015 17:35:45 -0400 Subject: [PATCH] Removing initial_delay from Debian wheezy buildslave --- lib/config.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/config.json b/lib/config.json index 8c4d488..5b355e4 100644 --- a/lib/config.json +++ b/lib/config.json @@ -110,37 +110,31 @@ { "name" : "Debian-x86_64-m64", "type" : "Plain_c64t64", "builddir" : "debian-x86-64", - "initial_delay" : "600", "slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] }, { "name" : "Debian-x86_64-native-gdbserver-m64", "type" : "NativeGDBServer_c64t64", "builddir" : "debian-x86-64-native-gdbserver", - "initial_delay" : "600", "slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] }, { "name" : "Debian-x86_64-native-extended-gdbserver-m64", "type" : "NativeExtendedGDBServer_c64t64", "builddir" : "debian-x86-64-native-extended-gdbserver", - "initial_delay" : "600", "slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] }, { "name" : "Debian-i686-native-gdbserver", "type" : "NativeGDBServer_c32t32", "builddir" : "debian-i686-native-gdbserver", - "initial_delay" : "600", "slavenames" : [ "wildebeest-debian-wheezy-i686" ] }, { "name" : "Debian-i686-native-extended-gdbserver", "type" : "NativeExtendedGDBServer_c32t32", "builddir" : "debian-i686-native-extended-gdbserver", - "initial_delay" : "600", "slavenames" : [ "wildebeest-debian-wheezy-i686" ] }, { "name" : "Debian-i686", "type" : "Plain_c32t32", "builddir" : "debian-i686", - "initial_delay" : "600", "slavenames" : [ "wildebeest-debian-wheezy-i686" ] },