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

Unified Diff: scripts/slave/recipe_modules/bisect_tester/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/bisect_tester/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/bisect_tester/example.expected/basic.json b/scripts/slave/recipe_modules/bisect_tester/example.expected/basic.json
index 49c000f6a18b86ac06ec78427547dcaec4d34dd3..f2fe9b7c575b0081232946584d13f6a77c7b4f44 100644
--- a/scripts/slave/recipe_modules/bisect_tester/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/bisect_tester/example.expected/basic.json
@@ -3,6 +3,7 @@
"cmd": [
"dummy_command.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Fake failing test.",
"~followup_annotations": [
"step returned non-zero exit code: 4",
@@ -15,6 +16,7 @@
"-u",
"RECIPE_MODULE[bisect_tester]/resources/put_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "saving json to temp file",
"stdin": "{\"output\": \"\", \"results\": \"Test failed with error code: 4\"}",
"stdout": "/path/to/tmp/"
@@ -33,6 +35,7 @@
"dummy_location.json",
"gs://chrome-perf/bisect-results/dummy.results"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/bisect-results/dummy.results@@@"

Powered by Google App Engine
This is Rietveld 408576698