From e6cef255132d2a3f556934c74c510fe962024975 Mon Sep 17 00:00:00 2001 From: "alqahira%ardisson.org" Date: Fri, 5 Sep 2008 02:49:10 +0000 Subject: [PATCH] Enable Tp and Tdhtml since boxset is missing. Also fix the hostname reported to the graph server until someone has time to do it the 'right' way. git-svn-id: svn://10.0.0.236/trunk@254040 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tools/tinderbox-configs/camino/macosx/tinder-config.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/tools/tinderbox-configs/camino/macosx/tinder-config.pl b/mozilla/tools/tinderbox-configs/camino/macosx/tinder-config.pl index 8e581f2aa90..c692d4137b5 100755 --- a/mozilla/tools/tinderbox-configs/camino/macosx/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/camino/macosx/tinder-config.pl @@ -79,9 +79,9 @@ $RegxpcomTest = 0; #$EmbedCodesizeTest = 0; # mZ, require mozilla/tools/codesigns #$MailBloatTest = 0; #$EmbedTest = 0; # Assumes you wanted $BuildEmbed=1 -$LayoutPerformanceTest = 0; # Tp +$LayoutPerformanceTest = 1; # Tp #$LayoutPerformanceLocalTest = 0; # Tp2 -$DHTMLPerformanceTest = 0; # Tdhtml +$DHTMLPerformanceTest = 1; # Tdhtml #$QATest = 0; #$XULWindowOpenTest = 0; # Txul $StartupPerformanceTest = 1; # Ts @@ -94,7 +94,7 @@ $StartupPerformanceTest = 1; # Ts # aviary directory structure? $TestsPhoneHome = 1; # Should test report back to server? -#$GraphNameOverride = ''; # Override name built from ::hostname() and $BuildTag +$GraphNameOverride = 'cb-xserve01.mozilla.com'; # Override name built from ::hostname() and $BuildTag # $results_server #----------------------------------------------------------------------------