Chromium Code Reviews

Unified Diff: scripts/slave/recipes/blink_trybot.expected/full_tryserver_blink_linux_blink_compile_dbg.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.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/blink_trybot.expected/full_tryserver_blink_linux_blink_compile_dbg.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/full_tryserver_blink_linux_blink_compile_dbg.json b/scripts/slave/recipes/blink_trybot.expected/full_tryserver_blink_linux_blink_compile_dbg.json
index 49fb0b229b538304ba8d6b99afcbce6f9339704d..077edc455903d1a3f1b56b593eb22d23bcc7d53d 100644
--- a/scripts/slave/recipes/blink_trybot.expected/full_tryserver_blink_linux_blink_compile_dbg.json
+++ b/scripts/slave/recipes/blink_trybot.expected/full_tryserver_blink_linux_blink_compile_dbg.json
@@ -30,6 +30,7 @@
"src/third_party/WebKit@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -76,6 +77,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
@@ -99,6 +101,7 @@
"--",
"blink_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
}
]

Powered by Google App Engine