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

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

Issue 1427583010: Revert of Run dev_server tests on both stable and canary channels (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 1 month 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 d47ed5e7ff319eee42a6b32af882a8953a763d16..49efb23acf2767428572a77635199579513c7992 100644
--- a/scripts/slave/recipes/catapult.expected/basic.json
+++ b/scripts/slave/recipes/catapult.expected/basic.json
@@ -133,23 +133,10 @@
"-u",
"[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests",
"--no-install-hooks",
- "--no-use-local-chrome",
- "--channel=stable"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "Tracing Dev Server Tests: Chrome Stable"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests",
- "--no-install-hooks",
- "--no-use-local-chrome",
- "--channel=canary"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "Tracing Dev Server Tests: Chrome Canary"
+ "--no-use-local-chrome"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Tracing Dev Server Tests"
},
{
"cmd": [
@@ -167,23 +154,10 @@
"-u",
"[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests",
"--no-install-hooks",
- "--no-use-local-chrome",
- "--channel=stable"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "Perf Insights Dev Server Tests: Chrome Stable"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests",
- "--no-install-hooks",
- "--no-use-local-chrome",
- "--channel=canary"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "Perf Insights Dev Server Tests: Chrome Canary"
+ "--no-use-local-chrome"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Perf Insights Dev Server 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