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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__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/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json b/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
index 8c0fda60e535a38632524c724341524bced85ea6..82a0c1db4145a779d265d2fdfe6a5605a37df23f 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
@@ -24,6 +24,7 @@
"src/v8@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -66,6 +67,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1"
},
@@ -88,6 +90,7 @@
"[BUILD]/goma",
"//out/Debug"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Generate build files"
},
{
@@ -98,6 +101,7 @@
"[SLAVE_BUILD]/src/testing/buildbot/client.v8.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read test spec",
"~followup_annotations": [
"@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/client.v8.json@@@",
@@ -130,6 +134,7 @@
"base_unittests_apk",
"chrome_shell_apk"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -141,6 +146,7 @@
"check",
"//out/Debug"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn check"
}
]

Powered by Google App Engine
This is Rietveld 408576698