Compare commits

..

7 Commits

Author SHA1 Message Date
preed%mozilla.com
0acab9f44d Moving the new win ref platform build machine from the MozillaExperimental page to the Firefox page.
git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@232167 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-15 21:09:33 +00:00
preed%mozilla.com
fcd028eecb Rename the ref platform tinderbox; repoint the test tinderboxen at the renamed machine.
git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@232080 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-14 23:33:37 +00:00
preed%mozilla.com
81994d38d1 Bug 384624: Get bl-bldxp01 to test the new win32 ref platform builds. r=rhelmer
git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@231984 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-13 22:32:47 +00:00
(no author)
2a388babed This commit was manufactured by cvs2svn to create branch
'test_perf_deployprep'.

git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@231430 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-03 17:47:30 +00:00
preed%mozilla.com
c99bf39606 Update the tinder-config header, per rhelmer's review of the last checkin on this branch.
git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@229658 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-11 02:22:28 +00:00
cltbld
79537e61f6 Create a new test_perf_deployprep branch to give us a place to store perf testing configs that we're running in a "pre-deployment" mode (In this case, doing normal trunk testing, but on a new machine, bl-bldlnx03). me=preed
git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@229656 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-11 01:49:29 +00:00
(no author)
c2e8e9f629 This commit was manufactured by cvs2svn to create branch
'test_perf_deployprep'.

git-svn-id: svn://10.0.0.236/branches/test_perf_deployprep@229454 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-06 23:15:56 +00:00
2 changed files with 8 additions and 12 deletions

View File

@@ -7,8 +7,6 @@
#- Uncomment the variables you need to set.
#- The default values are the same as the commented variables.
$ENV{MOZ_CRASHREPORTER_NO_REPORT} = '1';
# $ENV{XPCOM_CC_DO_NOTHING}
#-----------------------------------------------------------------------------
# Default: 0
@@ -82,8 +80,8 @@ $StartupPerformanceTest = 1; # Ts
$TestsPhoneHome = 1; # Should test report back to server?
$TestOnlyTinderbox = 1;
$DownloadBuildFile = 'firefox-3.0pre.en-US.linux-i686.tar.bz2';
$DownloadBuildURL = 'http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/fx-linux-tbox-trunk';
$DownloadBuildFile = 'firefox-3.0a7pre.en-US.linux-i686.tar.bz2';
$DownloadBuildURL = 'http://stage.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/fx-linux-tbox-trunk';
$DownloadBuildDir = 'firefox';
# If TestOnlyTinderbox is enabled, fetch the latest build info from tinderbox in a
@@ -178,7 +176,7 @@ $BuildSleep = 1;
#- Until you get the script working. When it works,
#- change to the tree you're actually building
$BuildTree = 'Firefox';
$BuildTree = 'MozillaExperimental';
$BuildTag = 'HEAD';
#$BuildConfigDir = 'mozilla/config';

View File

@@ -7,8 +7,6 @@
#- Uncomment the variables you need to set.
#- The default values are the same as the commented variables.
$ENV{MOZ_CRASHREPORTER_NO_REPORT} = '1';
# $ENV{XPCOM_CC_DO_NOTHING}
#-----------------------------------------------------------------------------
# Default: 0
@@ -83,8 +81,8 @@ $StartupPerformanceTest = 1; # Ts
$TestsPhoneHome = 1; # Should test report back to server?
# If TestOnlyTinderbox is enabled, fetch the latest build info from tinderbox in a
# parseable format
$TinderboxServerURL = 'http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox&quickparse=1';
$MatchBuildname = 'WINNT 5.2 fx-win32-tbox Depend Nightly';
$TinderboxServerURL = 'http://tinderbox.mozilla.org/showbuilds.cgi?tree=MozillaExperimental&quickparse=1';
$MatchBuildname = 'WINNT 5.2 fxnewref-win32- Depend Fx-Newref';
#$GraphNameOverride = 'Fx-Trunk-win32-test1'; # Override name built from ::hostname() and $BuildTag
# $results_server
@@ -158,7 +156,7 @@ $AliveTestTimeout = 45;
#$ObjDir = '';
# Extra build name, if needed.
$BuildNameExtra = 'fx-win32-tbox perf test';
$BuildNameExtra = 'fxnewref-win32-tbox perf test';
# User comment, eg. ip address for dhcp builds.
# ex: $UserComment = "ip = 208.12.36.108";
@@ -246,7 +244,7 @@ $BinaryName = 'firefox.exe';
# If tinderbox is running in a test-only mode, it needs to be able to download
# the latest build and unpack it rather than building it.
$TestOnlyTinderbox = 1;
$DownloadBuildFile = 'firefox-3.0pre.en-US.win32.zip';
$DownloadBuildURL = 'http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/FX-WIN32-TBOX-trunk';
$DownloadBuildFile = 'firefox-3.0a8pre.en-US.win32.zip';
$DownloadBuildURL = 'http://stage.mozilla.org/pub/mozilla.org/firefox/nightly/experimental/win32-newref/hourly-builds/latest-trunk';
$DownloadBuildDir = 'firefox';