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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 11882038: Add components_unittests to bots (Closed) Base URL: https://git.chromium.org/chromium/tools/build.git@master
Patch Set: Created 7 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
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index e6a9da5f7b7dbe6b1b7f2e9f83fd0a73126f8386..390f32ab9dfa3b5010492cee185e39ff5621d75b 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -337,6 +337,10 @@ class ChromiumFactory(gclient_factory.GClientFactory):
f.AddAnnotatedGTestTestStep('chromedriver2_unittests', fp)
if R('chromeos_unittests'):
f.AddAnnotatedGTestTestStep('chromeos_unittests', fp)
+ if R('components_unittests'):
+ f.AddAnnotatedGTestTestStep('components_unittests', fp)
+ if R('components_unittests_br'):
+ f.AddBuildrunnerGTest('components_unittests', fp)
if R('courgette'):
f.AddAnnotatedGTestTestStep('courgette_unittests', fp)
if R('courgette_br'):
« masters/master.tryserver.chromium/master.cfg ('K') | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698