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

Unified Diff: scripts/slave/recipe_modules/swarming_client/example.expected/basic.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/recipe_modules/swarming_client/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json b/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json
index 91723936995493d185c55142b20fb8adcdb43dd4..ffc65366e0af841a3b59950faa6f3cbf20921fe5 100644
--- a/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/swarming_client/example.expected/basic.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 @@
"[SLAVE_BUILD]/swarming.client/isolate.py",
"--version"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "isolate.py --version",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -95,6 +98,7 @@
"-u",
"import sys; sys.exit(1)"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "swarming.py is too old",
"~followup_annotations": [
"@@@STEP_TEXT@Expecting at least v20.0.0, got v0.4.4@@@",

Powered by Google App Engine
This is Rietveld 408576698