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

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

Issue 1459203002: Run all catapult dev_server tests against canary builds as well as stable. (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 cb7c3729dfbc2d2ec2e86651d5330f4725a646d3..af72dd5cc8cf320f7a474cd57fb52b46b9304518 100644
--- a/scripts/slave/recipes/catapult.expected/basic.json
+++ b/scripts/slave/recipes/catapult.expected/basic.json
@@ -120,6 +120,18 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/catapult/dashboard/bin/run_dev_server_tests",
+ "--no-install-hooks",
+ "--no-use-local-chrome",
+ "--channel=canary"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Dashboard Dev Server Tests Canary"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/catapult/dashboard/bin/run_py_tests",
"--no-install-hooks"
],
@@ -145,10 +157,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 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"
+ "name": "Tracing Dev Server Tests Canary"
},
{
"cmd": [
@@ -166,10 +191,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 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 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