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

Unified Diff: scripts/slave/recipes/catapult.expected/basic.json

Issue 1400913002: Revert of Update catapult recipe to run py-vulcanize (tvcm) tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/catapult.expected/basic.json
diff --git a/scripts/slave/recipes/catapult.expected/basic.json b/scripts/slave/recipes/catapult.expected/basic.json
index 13b021114f365e4b258fdd9b67ead67ae9fe319d..c41b9f9b5c043212cc11cb281c0d5e2b34d77edd 100644
--- a/scripts/slave/recipes/catapult.expected/basic.json
+++ b/scripts/slave/recipes/catapult.expected/basic.json
@@ -108,14 +108,13 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/catapult/dashboard/bin/run_py_tests",
- "--no-install-hooks"
+ "[SLAVE_BUILD]/catapult/dashboard/bin/run_py_tests"
],
"cwd": "[SLAVE_BUILD]",
"env": {
"PYTHONPATH": "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine"
},
- "name": "Dashboard Python Tests"
+ "name": "Dashboard Tests"
},
{
"cmd": [
@@ -137,16 +136,6 @@
],
"cwd": "[SLAVE_BUILD]",
"name": "Tracing Dev Server Tests"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/catapult/third_party/py_vulcanize/bin/run_py_tests",
- "--no-install-hooks"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "Py-vulcanize Tests"
},
{
"cmd": [
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698