Compare commits

..

5 Commits

Author SHA1 Message Date
preed%mozilla.com
39b0f86873 Bug 363499: turn off the regxpcom test while debugging page load server issues; patch=tfullart, r=preed.
git-svn-id: svn://10.0.0.236/branches/REFLOW_BRANCH@217785 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-04 22:47:43 +00:00
ccooper%deadsquid.com
42414d75bb b=363499
r=ccooper (for trf)
Turn on LayoutPerformanceTest for reflow branch


git-svn-id: svn://10.0.0.236/branches/REFLOW_BRANCH@217370 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-22 19:31:10 +00:00
preed%mozilla.com
11d89a7258 Bug 353499: move pageload server from axolotl to bm-tester01; patch=tfullart, r=preed
git-svn-id: svn://10.0.0.236/branches/REFLOW_BRANCH@216862 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-11 22:59:33 +00:00
ccooper%deadsquid.com
e24c134f92 - adding Fx reflow branch configs
git-svn-id: svn://10.0.0.236/branches/REFLOW_BRANCH@215036 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-09 17:40:28 +00:00
(no author)
019a20e38a This commit was manufactured by cvs2svn to create branch 'REFLOW_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/REFLOW_BRANCH@214680 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-04 00:08:16 +00:00
3 changed files with 42 additions and 53 deletions

View File

@@ -1 +0,0 @@
Another clobber to see about the orange... :(

View File

@@ -1,26 +1,20 @@
#
## hostname: gaius
## uname: WINNT GAIUS 5.2 3790 xx I386
## hostname: fxexp-win32-tbox
## CYGWIN_NT-5.2 fxexp-win32-tbox 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin
#
# . $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
##mk_add_options MOZ_MAKE_FLAGS="-j8"
#mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
mk_add_options MOZ_PACKAGE_NSIS=1
mk_add_options MOZ_MAKE_FLAGS="-j1"
mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
ac_add_options --enable-application=browser
ac_add_options --enable-update-channel=nightly
ac_add_options --enable-default-toolkit=windows
ac_add_options --enable-optimize
ac_add_options --disable-debug
# ac_add_options --enable-codesighs
ac_add_options --enable-tests
ac_add_options --disable-static
# ac_add_options --disable-shared
ac_add_options --disable-tests
ac_add_options --enable-static
ac_add_options --disable-shared
# ac_add_options --enable-official-branding
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-default-toolkit=cairo-windows
#ac_add_options --enable-update-packaging

View File

@@ -1,6 +1,6 @@
#
## hostname: gaius
## uname: WINNT GAIUS 5.2 3790 xx I386
## hostname: fxexp-win32-tbox
## CYGWIN_NT-5.2 fxexp-win32-tbox 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin
#
#- tinder-config.pl - Tinderbox configuration file.
@@ -29,7 +29,7 @@ $ENV{MOZ_PACKAGE_NSIS} = '1';
#$ENV{MOZ_SYMBOLS_TRANSFER_TYPE} = "scp";
#- PLEASE FILL THIS IN WITH YOUR PROPER EMAIL ADDRESS
$BuildAdministrator = 'build@mozilla.org';
$BuildAdministrator = "build\@mozilla.org";
#$BuildAdministrator = "$ENV{USER}\@$ENV{HOST}";
#$BuildAdministrator = ($ENV{USER} || "cltbld") . "\@" . ($ENV{HOST} || "dhcp");
@@ -59,29 +59,26 @@ $VendorName = "Mozilla";
$RunMozillaTests = 1; # Allow turning off of all tests if needed.
$RegxpcomTest = 0;
$AliveTest = 0;
$AliveTest = 1;
#$JavaTest = 0;
#$ViewerTest = 0;
#$BloatTest = 0; # warren memory bloat test
#$BloatTest2 = 0; # dbaron memory bloat test, require tracemalloc
#$DomToTextConversionTest = 0;
#$XpcomGlueTest = 0;
$CodesizeTest = 0; # Z, require mozilla/tools/codesighs
$EmbedCodesizeTest = 0; # mZ, require mozilla/tools/codesigns
#$CodesizeTest = 1; # Z, require mozilla/tools/codesighs
#$EmbedCodesizeTest = 1; # mZ, require mozilla/tools/codesigns
#$MailBloatTest = 0;
#$EmbedTest = 0; # Assumes you wanted $BuildEmbed=1
$LayoutPerformanceTest = 0; # Tp
#$DHTMLPerformanceTest = 0; # Tdhtml
$LayoutPerformanceTest = 1; # Tp
#$DHTMLPerformanceTest = 1; # Tdhtml
#$QATest = 0;
$XULWindowOpenTest = 0; # Txul
#$XULWindowOpenTest = 1; # Txul
#$StartupPerformanceTest = 1; # Ts
#$NeckoUnitTest = 0;
$RenderPerformanceTest = 0; # Tgfx
$RunUnitTests = 1;
$RenderPerformanceTest = 1; # Tgfx
$TestsPhoneHome = 1; # Should test report back to server?
$GraphNameOverride = 'fxexp-win32-tbox';
# $results_server
#----------------------------------------------------------------------------
@@ -91,7 +88,7 @@ $GraphNameOverride = 'fxexp-win32-tbox';
# - cmp@mozilla.org
#$results_server = "build-graphs.mozilla.org";
$pageload_server = "pageload.build.mozilla.org"; # localhost
$pageload_server = "bm-tester01.build.mozilla.org"; # localhost
#
# Timeouts, values are in seconds.
@@ -132,7 +129,7 @@ $Make = 'make'; # Must be GNU make
#$CVSCO = 'checkout -P';
# win32 usually doesn't have /bin/mail
$blat = 'd:/moztools/bin/blat.exe';
$blat = 'd:/moztools/bin/blat';
$use_blat = 1;
# Set moz_cvsroot to something like:
@@ -155,7 +152,7 @@ $moz_cvsroot = ':ext:cltbld@cvs.mozilla.org:/cvsroot';
#$ObjDir = 'fx-trunk-cairo';
# Extra build name, if needed.
$BuildNameExtra = 'Unit Testing';
$BuildNameExtra = 'reflow-refactor';
# User comment, eg. ip address for dhcp builds.
# ex: $UserComment = "ip = 208.12.36.108";
@@ -175,7 +172,7 @@ $BuildNameExtra = 'Unit Testing';
$BuildTree = 'MozillaExperimental';
#$BuildName = '';
#$BuildTag = '';
$BuildTag = 'REFLOW_20061031_BRANCH';
#$BuildConfigDir = 'mozilla/config';
#$Topsrcdir = 'mozilla';
@@ -195,35 +192,34 @@ $BinaryName = 'firefox.exe';
#$ShellOverride = '';
# Release build options
$ReleaseBuild = 0;
$shiptalkback = 0;
$ReleaseToLatest = 0; # Push the release to latest-<milestone>?
$ReleaseToDated = 0; # Push the release to YYYY-MM-DD-HH-<milestone>?
$ReleaseBuild = 1;
$shiptalkback = 1;
#$ReleaseToLatest = 1; # Push the release to latest-<milestone>?
#$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-<milestone>?
$build_hour = "4";
$package_creation_path = "/browser/installer";
# needs setting for mac + talkback: $mac_bundle_path = "/browser/app";
$ssh_version = "2";
#$ssh_user = "cltbld";
#$ssh_server = "stage.mozilla.org";
$ftp_path = "/home/ftp/pub/firefox/nightly";
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly";
$ftp_path = "/home/ftp/pub/firefox/nightly/experimental/reflow-refactor";
$url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/experimental/reflow-refactor";
$tbox_ftp_path = "/home/ftp/pub/firefox/tinderbox-builds";
$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds";
$milestone = "trunk";
$notify_list = 'build-announce@mozilla.org';
#$stub_installer = 0;
#$sea_installer = 1;
#$archive = 1;
#$push_raw_xpis = 1;
#$update_package = 1;
#$update_product = "Firefox";
#$update_version = "trunk";
#$update_platform = "WINNT_x86-msvc";
#$update_hash = "sha1";
#$update_filehost = "ftp.mozilla.org";
#$update_appv = "3.0a1";
#$update_extv = "3.0a1";
#$update_pushinfo = 0;
$notify_list = "build-announce\@mozilla.org";
$stub_installer = 0;
$sea_installer = 1;
$archive = 1;
$push_raw_xpis = 1;
$update_package = 0;
$update_product = "Firefox";
$update_version = "trunk";
$update_platform = "WINNT_x86-msvc";
$update_hash = "sha1";
$update_filehost = "ftp.mozilla.org";
$update_ver_file = "browser/config/version.txt";
$update_pushinfo = 0;
# Reboot the OS at the end of build-and-test cycle. This is primarily
# intended for Win9x, which can't last more than a few cycles before
@@ -251,4 +247,4 @@ $notify_list = 'build-announce@mozilla.org';
#$ENV{NO_EM_RESTART} = '1';
# Build XForms
$BuildXForms = 1;
#$BuildXForms = 1;