Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: dart/tools/bots/pub.py

Issue 125833002: Enable pkgbuild testsuite on pub builders (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/bots/pub.py
diff --git a/dart/tools/bots/pub.py b/dart/tools/bots/pub.py
index 2d852d8b6f5bb919b705928402ba90ea8eefc242..06de138591540f3271863502e470c643f63ddea3 100755
--- a/dart/tools/bots/pub.py
+++ b/dart/tools/bots/pub.py
@@ -43,6 +43,11 @@ def PubSteps(build_info):
bot.RunTest('pub', build_info, ['pub', 'pkg', 'dartdoc', 'docs'])
+ pkgbuild_build_info = bot.BuildInfo('none', 'vm', 'release',
+ build_info.system, checked=False)
+ bot.RunTest('pkgbuild_repo_pkgs', pkgbuild_build_info, ['pkgbuild'])
+ bot.RunTest('pkgbuild_public_pkgs', pkgbuild_build_info, ['pkgbuild'])
+
if __name__ == '__main__':
bot.RunBot(PubConfig, PubSteps)
« no previous file with comments | « no previous file | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698