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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/force_swarming.json

Issue 659863004: Always run tests that do not require targets to compile, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase & comment Created 6 years, 2 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/slave/recipes/chromium_trybot.expected/force_swarming.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/force_swarming.json b/scripts/slave/recipes/chromium_trybot.expected/force_swarming.json
index 4c3ef1e1f90ef4de7afc0052ff8bdf50bcee2fe5..127cd61070f68aaa874a117c55de2e1d946528da 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/force_swarming.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/force_swarming.json
@@ -194,5 +194,15 @@
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
+ "--write-full-results-to",
+ "/path/to/tmp/json"
+ ],
+ "name": "mojo_python_tests (with patch)"
}
]

Powered by Google App Engine
This is Rietveld 408576698