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

Unified Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.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/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json
diff --git a/scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json b/scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json
index 13bc9d45d9708c30dff54dce34b024a77f8a3e14..9badb8e2418c326a38c69aa9f67a454ef9c97f63 100644
--- a/scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json
+++ b/scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json
@@ -8,6 +8,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org', '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': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/dart/branches/bleeding_edge/deps/dartium.deps'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient setup"
},
{
@@ -25,6 +26,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -68,6 +70,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_strip_binary=1 target_arch=x64 use_goma=1",
"GYP_GENERATORS": "ninja"
@@ -93,6 +96,7 @@
"All",
"chromium_builder_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -102,6 +106,7 @@
"[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py",
"12345"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "archive_build"
}
]

Powered by Google App Engine
This is Rietveld 408576698