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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_fyi.py

Issue 518663003: Add mojo python bindings tests to the waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Follow review Created 6 years, 3 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 | scripts/slave/recipe_modules/chromium/chromium_linux.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
index 6aa41bdff75352594c5232eac235784819bf0cf3..cb1f73904e9388a8f958d1621bfa5974a07cdd1e 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
@@ -104,6 +104,7 @@ SPEC = {
'tests': [
steps.DynamicGTestTests('Linux Trusty'),
steps.MojoPythonTests(),
+ steps.MojoPythonBindingsTests(),
steps.TelemetryUnitTests(),
steps.TelemetryPerfUnitTests(),
],
@@ -125,6 +126,7 @@ SPEC = {
'tests': [
steps.DynamicGTestTests('Linux Trusty (32)'),
steps.MojoPythonTests(),
+ steps.MojoPythonBindingsTests(),
steps.TelemetryUnitTests(),
steps.TelemetryPerfUnitTests(),
],
@@ -146,6 +148,7 @@ SPEC = {
'tests': [
steps.DynamicGTestTests('Linux Trusty (dbg)'),
steps.MojoPythonTests(),
+ steps.MojoPythonBindingsTests(),
steps.TelemetryUnitTests(),
steps.TelemetryPerfUnitTests(),
],
@@ -167,6 +170,7 @@ SPEC = {
'tests': [
steps.DynamicGTestTests('Linux Trusty (dbg)(32)'),
steps.MojoPythonTests(),
+ steps.MojoPythonBindingsTests(),
steps.TelemetryUnitTests(),
steps.TelemetryPerfUnitTests(),
],
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/chromium_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698