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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/example.expected/analyze_matches_compile_targets.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/chromium_tests/example.expected/analyze_matches_compile_targets.json
diff --git a/scripts/slave/recipe_modules/chromium_tests/example.expected/analyze_matches_compile_targets.json b/scripts/slave/recipe_modules/chromium_tests/example.expected/analyze_matches_compile_targets.json
index 6db113be5cd378c7a56dac1de49f681c7c24a834..2b7551a6f0c67f0ff26dff4d071673d5fc0c0ba8 100644
--- a/scripts/slave/recipe_modules/chromium_tests/example.expected/analyze_matches_compile_targets.json
+++ b/scripts/slave/recipe_modules/chromium_tests/example.expected/analyze_matches_compile_targets.json
@@ -28,6 +28,7 @@
"src@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -90,6 +91,7 @@
"[SLAVE_BUILD]/src/testing/buildbot/foo.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read filter exclusion spec",
"~followup_annotations": [
"@@@STEP_TEXT@path: 'testing/buildbot/foo.json'@@@",
@@ -116,6 +118,7 @@
"{\"files\": [\"foo.cc\"], \"targets\": [\"exe0\", \"exe1\"]}",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},

Powered by Google App Engine
This is Rietveld 408576698