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

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

Issue 1428713006: 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 49efb23acf2767428572a77635199579513c7992..d47ed5e7ff319eee42a6b32af882a8953a763d16 100644
--- a/scripts/slave/recipes/catapult.expected/basic.json
+++ b/scripts/slave/recipes/catapult.expected/basic.json
@@ -133,10 +133,23 @@
"-u",
"[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests",
"--no-install-hooks",
- "--no-use-local-chrome"
+ "--no-use-local-chrome",
+ "--channel=stable"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Tracing Dev Server Tests"
+ "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"
},
{
"cmd": [
@@ -154,10 +167,23 @@
"-u",
"[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests",
"--no-install-hooks",
- "--no-use-local-chrome"
+ "--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"
+ "name": "Perf Insights Dev Server Tests: Chrome Canary"
},
{
"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