Commit Graph

16 Commits

Author SHA1 Message Date
Rico Wind 74759d5771 Remove GetSVNRevision from tools/utils.py
Also change all callsites to use git.

I have a pending request to Vijay for info on what tools/dartium/deploy_aar.py is for.

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1166743005
2015-06-08 14:56:58 +02:00
whesse@google.com 008c88b1d1 Don't upload Android content_shell APK on integration channel.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39076 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 12:15:57 +00:00
ricow@google.com e19cbdcafb Also archive android dartium to the latest bucket
We need this specifically on bleeding edge to be able to have the editor bots just pull the last version available.

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37849 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-01 07:46:18 +00:00
ricow@google.com 2ceae2693e Fix getting the buildername on the dartium android bot
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37267 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 12:54:51 +00:00
ricow@google.com 11557182e3 Fix bot_name on dartium android builder
Review URL: https://codereview.chromium.org//332723002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37262 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 11:00:48 +00:00
ricow@google.com bc80708e79 Use channel name for archiving dartium content shell
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37258 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 09:18:06 +00:00
whesse@google.com d24f67cae1 Add ContentShell tests to dartium android builder.
BUG=

Closing issue because we will commit a much cleaner version, supporting multiple phones and not including a shell script.

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36739 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-28 14:06:10 +00:00
ricow@google.com dda45244f2 true -> True in python for archiving content shell on bot
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36554 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-23 09:51:32 +00:00
ricow@google.com 59b6b35985 Only archive content_shell from android builder
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36549 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-23 08:44:35 +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
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