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

Unified Diff: scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_canary.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 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/swarming/heartbeat.expected/heartbeat_canary.json
diff --git a/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_canary.json b/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_canary.json
index a54c915b9548cf2f5f5853fc34ce58881217342d..07be34ded7f3f95dbc8c7019793010d9221ee731 100644
--- a/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_canary.json
+++ b/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_canary.json
@@ -9,6 +9,7 @@
"--url",
"https://chromium.googlesource.com/external/swarming.client.git"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "git setup (swarming_client)"
},
{
@@ -70,6 +71,7 @@
"[SLAVE_BUILD]/swarming.client/swarming.py",
"--version"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "swarming.py --version",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -83,6 +85,7 @@
"RECIPE_MODULE[swarming_heartbeat]/resources/job_runs_fine.py",
"--canary"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "job_runs_fine.py"
}
]

Powered by Google App Engine
This is Rietveld 408576698