Commit Graph

1043 Commits

Author SHA1 Message Date
ricow@google.com 56697ba3b6 Validata that we are on the correct platform when creating linux distrubution packages
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//252583010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35568 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 10:22:19 +00:00
ricow@google.com 75bfb7b473 Use new --clear_browser_cache on the dart2js bots
We are deprecating --clear_safari_cache in favor of a more general flag the individual browser implementations can use.

R=whesse@google.com

Review URL: https://codereview.chromium.org//257803014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35483 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-28 13:30:14 +00:00
ricow@google.com d6a42d28a6 Change what we run on pub debug bots
Only run pkg and docs tests for now, we are timing out on a bunch of pkgbuild tests.

R=whesse@google.com

Review URL: https://codereview.chromium.org//256993002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35481 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-28 13:11:20 +00:00
ricow@google.com 5d2cc9e274 Add support for running debug mode pkg, docs tests
Currently disable pub tests in debug, see issue 18479

R=whesse@google.com

Review URL: https://codereview.chromium.org//252853002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35479 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-28 11:05:40 +00:00
efortuna@google.com 96dfb1762b Un-enable language tests for IE 11.
BUG=

Review URL: https://codereview.chromium.org//227693005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34795 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 19:21:19 +00:00
efortuna@google.com 8b029bc160 Run language tests on ie11, too to ensure it's not the test framework problem.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//226243002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34735 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-04 16:44:39 +00:00
ricow@google.com 5d4f2f358b Don't print ie10/ie11 twice in the step name
Review URL: https://codereview.chromium.org//220973002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34596 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 13:28:54 +00:00
ricow@google.com 9e2b15f99e Always print the runtime as part of the stepname
BUG:17919

R=whesse@google.com

Review URL: https://codereview.chromium.org//220703003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34592 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 12:07:41 +00:00
ahe@google.com 846b3685df Piggyback dart2js bots for testing Try Dart!
R=floitsch@google.com

Review URL: https://codereview.chromium.org//204713005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34361 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 14:10:42 +00:00
ricow@google.com ee9c66c5ee Add placeholder annotated step for functional testing scripts.
TBR=whesse

Review URL: https://codereview.chromium.org//211013002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34351 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 12:11:36 +00:00
ricow@google.com 267f111430 Rename src-tarball to linux-distribution-support
I will follow up with the corresponding buildbot cl

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//206293002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34160 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 10:43:08 +00:00
ricow@google.com ca45618622 Add archiving of src tarball and debian packages
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//198723006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34155 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 07:41:32 +00:00
kustermann@google.com 93cb5140b8 Enable pkg/samples on IE10/IE11
R=ricow@google.com

Review URL: https://codereview.chromium.org//203383006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34107 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 08:46:04 +00:00
ricow@google.com be5dd61c7f Initial refactorings to support archiving the src and debian package builds.
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//197313010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33747 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 14:11:20 +00:00
ricow@google.com 9cd9644e4a Allow IE11 as valid runtime on the bots.
Run the same tests as IE10 (html) for now

R=dgrove@google.com

Review URL: https://codereview.chromium.org//190323002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33492 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-10 13:57:42 +00:00
ricow@google.com c166587b61 Fix error where we are looking the gsutil script in the wrong location.
With this change we will look in the specific dart repo location first and then afterwards search path.

Additionally, give an error if we require the dart repo version but can't find it.

R=whesse@google.com

Review URL: https://codereview.chromium.org//189823004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33423 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-07 12:24:58 +00:00
ricow@google.com 3e7028653f Reland 33381, always use the dart repo version of gsutil for apk archiving
Review URL: https://codereview.chromium.org//190683002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33421 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-07 11:53:48 +00:00
ricow@google.com 960c459fac Reenable the apk archiving from the android bot.
Review URL: https://codereview.chromium.org//190543002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33418 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-07 10:22:53 +00:00
ricow@google.com b6d0ce59ef Disable android apk archiving until we have gsutil working
R=whesse@google.com

Review URL: https://codereview.chromium.org//184243005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33385 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-06 17:18:07 +00:00
ricow@google.com 5ce2372fd1 Revert r33381
Review URL: https://codereview.chromium.org//188643004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33383 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-06 17:03:53 +00:00
ricow@google.com 064a6de3e9 Always use the dart repo version of gsutil for the apk upload
The bot version does not support the acl setting (at least not using the current gsutil syntax)

R=whesse@google.com

Review URL: https://codereview.chromium.org//184633008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33381 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-06 16:52:35 +00:00
ricow@google.com fdb1686b0a Archive dartium on android builds
Set internal acls for now.

R=kustermann@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//185583003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33368 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-06 12:14:40 +00:00
ajohnsen@google.com 983c99305c Remove rum_vm_tests.host target.
It should not be needed to compile it. If one wants to test the host,
one should compile with toolchains; 'target' == 'host'.

BUG=
R=zra@google.com

Review URL: https://codereview.chromium.org//179423003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33150 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-28 08:55:04 +00:00
whesse@google.com 497b78917d Move Dartium reference build scripts to dartium_tools/perf
BUG=
R=rmacnak@google.com, vsm@google.com

Review URL: https://codereview.chromium.org//169183004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32907 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-21 17:03:41 +00:00
sgjesse@google.com 3b353731f6 Add script to build Debian packages
The script create_debian_packages.py will build source and binary
Debian packages from the generated tarball.

R=kustermann@google.com, ricow@google.com
BUG=

Review URL: https://codereview.chromium.org//159003002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32550 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 11:08:26 +00:00
ricow@google.com c13ee60761 Add annotated steps for src tarball creation bot
This will also include building the debian package, but this is just to get us going.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//157223004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32410 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 08:13:15 +00:00
dgrove@google.com 7240d26028 Remove dartdoc from pub.py .
Review URL: https://codereview.chromium.org//157013005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32390 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 23:02:36 +00:00
whesse@google.com c7fdd3b521 Add testing script to test Dartium on Android devices.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//137623008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32103 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-29 06:14:34 +00:00
ricow@google.com 8b959be6fe Add builder_tag option to tools/test.dart
This will allow us to pass in machine specific tags that describes the setup of a given machine.

Use this to pass in the locale on the pub russian bot and to suppress the two failures we have due to issue 16356

R=kasperl@google.com

Review URL: https://codereview.chromium.org//148463007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32061 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 09:55:49 +00:00
kustermann@google.com 54b71bdbe2 Reaply "Use a real package-root for all of our samples (and tests inside a package) instead of buildDir/packages/"
R=whesse@google.com

Review URL: https://codereview.chromium.org//133653004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31694 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-10 15:15:37 +00:00
kustermann@google.com ba8e16e806 Write testoutcomelog on pub builders + append to logfiles on later test.py runs
R=ricow@google.com

Review URL: https://codereview.chromium.org//125933002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31542 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-07 13:21:28 +00:00
kustermann@google.com 82d9dca9dd Run pkbuild with public packages from pub.dartlang.org as well
R=ricow@google.com

Review URL: https://codereview.chromium.org//125853002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31538 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-07 10:23:27 +00:00
kustermann@google.com e363ffb931 Enable pkgbuild testsuite on pub builders
R=ricow@google.com

Review URL: https://codereview.chromium.org//125833002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31537 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-07 10:12:10 +00:00
kustermann@google.com d5f5935140 Run chrome tests on dart2js-full-windows-* builders as well
R=whesse@google.com

Review URL: https://codereview.chromium.org//117213002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31188 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-17 13:07:02 +00:00
kustermann@google.com c9f4344cf6 Enable firefox tests on dart2js-full-windows-* builders
R=whesse@google.com

Review URL: https://codereview.chromium.org//98073010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31167 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-16 16:15:44 +00:00
kustermann@google.com 19543f0876 Add annotated steps support for dart2js-full-... builders
R=whesse@google.com

Review URL: https://codereview.chromium.org//114103002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31099 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-12 15:56:16 +00:00
kustermann@google.com 239639de84 Fix missing ] in annotated steps script
TBR=ricow@google.com

Review URL: https://codereview.chromium.org//95603006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30774 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-29 09:34:17 +00:00
kustermann@google.com e8bc29bb62 Write .test-outcome.log files for test.py
This will enable us to monitor these logs on the buildbot, archive them and do
analysis based on them.

R=ricow@google.com

Review URL: https://codereview.chromium.org//96533002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30772 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-29 09:05:11 +00:00
ricow@google.com a6661c3846 Remove temporary directory cleanup on windows.
We no longer use selenium so this should no longer be neccesary
Review URL: https://chromiumcodereview.appspot.com//85663002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30618 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-25 12:19:11 +00:00
kustermann@google.com 6de275e307 Add tools/bots/steps_clank.py script
This script will be called by the dartium/clank recipes.

R=ricow@google.com

Review URL: https://codereview.chromium.org//80553003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30500 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-21 09:47:01 +00:00
alanknight@google.com 03d0cd826f Generate docgen output along with api_docs as part of the build
R=danrubel@google.com, efortuna@google.com, kustermann@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//73113002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30485 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-20 21:51:51 +00:00
whesse@google.com 36fe570a31 Remove the --use_browser_controller flag, now that it is always true.
Fix an error in r30269.

BUG=
R=kustermann@google.com

Review URL: https://codereview.chromium.org//68133017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30270 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-14 15:20:31 +00:00
kustermann@google.com eec532904d Only archive apidocs if they are not already there
R=ricow@google.com

Review URL: https://codereview.chromium.org//70223002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30193 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-12 12:45:29 +00:00
kustermann@google.com a1dab0d6b3 Implemented archiving of apidocs for all channels
R=ricow@google.com

Review URL: https://codereview.chromium.org//59453012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30109 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 12:30:31 +00:00
kustermann@google.com e3491d8df9 promote.py: Archive installers to new gs://dart-archive bucket when promoting
R=ricow@google.com

Review URL: https://codereview.chromium.org//54543007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29749 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 15:09:32 +00:00
ricow@google.com 9b736a2531 Add windows installer functionallity to editor build script.
Refactor create_mac_installer to pull out generic functionality.
Change naming util class to not include zip in name of editor file
Change windows installer creation script to support a directory as input in addition to a zip file
Review URL: https://chromiumcodereview.appspot.com//47553006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29440 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-29 12:20:56 +00:00
kustermann@google.com 849ed804f4 Recursive copy with gsutil does only work work if more then one object is inside the source directory
R=ricow@google.com

Review URL: https://codereview.chromium.org//38943004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29165 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-24 11:10:34 +00:00
kustermann@google.com 5627111a66 Fixed arm cross build after switch to standalone.deps
R=iposva@google.com

Review URL: https://codereview.chromium.org//34503006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29026 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-22 19:04:59 +00:00
kustermann@google.com 2d51255501 Changes to annotated step scripts: dart-editor-installer-* builders will build installer
R=ricow@google.com

Review URL: https://codereview.chromium.org//28773003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28857 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-18 14:12:34 +00:00
kustermann@google.com f9349baca8 Change promote script to be able to archive to the new gs://dart-archive/ location
R=ricow@google.com

Review URL: https://codereview.chromium.org//26607003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28631 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-15 08:10:08 +00:00