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

Unified Diff: scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.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/filter/example.expected/analyzes_matches_all_exes.json
diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.json
index d7db83bd171d6180d3dd2e4a28f9024022cb1482..5adbe213913d0cda9e91abef9554b5b85e528e95 100644
--- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.json
+++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_all_exes.json
@@ -7,6 +7,7 @@
"[SLAVE_BUILD]/testing/buildbot/trybot_analyze_config.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read filter exclusion spec",
"~followup_annotations": [
"@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
@@ -33,6 +34,7 @@
"{\"files\": [\"foo.cc\"], \"targets\": []}",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
@@ -49,6 +51,7 @@
"echo",
"Why hello, there."
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hello"
}
]

Powered by Google App Engine
This is Rietveld 408576698