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

Unified Diff: scripts/slave/recipes/blink_android_trybot.expected/full_chromium_blink_blink_android_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/blink_android_trybot.expected/full_chromium_blink_blink_android_compile_dbg.json
diff --git a/scripts/slave/recipes/blink_android_trybot.expected/full_chromium_blink_blink_android_compile_dbg.json b/scripts/slave/recipes/blink_android_trybot.expected/full_chromium_blink_blink_android_compile_dbg.json
index 7ee8ced0bd73a4573ed4eb6d4b2a4f1c1447a0a1..4ffdc74f58a6b393cd30efcc1a8f38a2383dc63b 100644
--- a/scripts/slave/recipes/blink_android_trybot.expected/full_chromium_blink_blink_android_compile_dbg.json
+++ b/scripts/slave/recipes/blink_android_trybot.expected/full_chromium_blink_blink_android_compile_dbg.json
@@ -29,6 +29,7 @@
"--revision",
"src/third_party/WebKit@HEAD"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -47,6 +48,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient setup"
},
{
@@ -57,6 +59,7 @@
".",
"[DEPOT_TOOLS]/gclient"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient revert"
},
{
@@ -76,6 +79,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -124,6 +128,7 @@
"https://codereview.chromium.org",
"--no-auth"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "apply_issue",
"~followup_annotations": [
"@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853011@@@"
@@ -136,6 +141,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -159,6 +165,7 @@
"[BUILD]/goma",
"//out/Debug"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Generate build files"
},
{
@@ -179,6 +186,7 @@
"--",
"blink_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},

Powered by Google App Engine
This is Rietveld 408576698