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

Unified Diff: tools/bots/pub.py

Issue 1153193010: Run pkg_tested on the pkg/pub bots (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/pub.py
diff --git a/tools/bots/pub.py b/tools/bots/pub.py
index aeed58819c691a9ce1bf474197e4de8919dec8e0..98ae6720c638066dd22c9995d510b506d42ffdf5 100755
--- a/tools/bots/pub.py
+++ b/tools/bots/pub.py
@@ -56,7 +56,7 @@ def PubSteps(build_info):
common_args.append('-j1')
if build_info.mode == 'release':
bot.RunTest('pub and pkg ', build_info,
- common_args + ['pub', 'pkg', 'docs'],
+ common_args + ['pub', 'pkg', 'docs', 'pkg_tested'],
swallow_error=True)
else:
# Pub tests currently have a lot of timeouts when run in debug mode.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698