Chromium Code Reviews

Unified Diff: scripts/slave/recipes/android_webview_aosp.expected/retry_sync.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/android_webview_aosp.expected/retry_sync.json
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/retry_sync.json b/scripts/slave/recipes/android_webview_aosp.expected/retry_sync.json
index 1c87454a2eec2ef8181a9e961c0888fb21c108de..4f0d4f47eb0d5ed5df6638e626420692bf8d7b26 100644
--- a/scripts/slave/recipes/android_webview_aosp.expected/retry_sync.json
+++ b/scripts/slave/recipes/android_webview_aosp.expected/retry_sync.json
@@ -21,6 +21,7 @@
"--revision",
"src@204787"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -39,6 +40,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"
},
{
@@ -56,6 +58,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -96,6 +99,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1"
},
@@ -109,6 +113,7 @@
"-s",
"[SLAVE_BUILD]/src"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Chromium LASTCHANGE"
},
{
@@ -119,6 +124,7 @@
"-s",
"[SLAVE_BUILD]/src/third_party/WebKit"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Blink LASTCHANGE"
},
{
@@ -129,6 +135,7 @@
"[SLAVE_BUILD]/android-src",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs android source root",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -179,6 +186,7 @@
"\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n",
"[SLAVE_BUILD]"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup index.lock",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -231,6 +239,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "calculate blacklist",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -255,6 +264,7 @@
"[SLAVE_BUILD]/src/",
"[SLAVE_BUILD]/android-src/external/chromium_org"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rsync chromium_org"
},
{
@@ -275,6 +285,7 @@
"[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/webview_licenses.py",
"all_incompatible_directories"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "incompatible directories"
},
{
@@ -300,6 +311,7 @@
"[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read filter exclusion spec",
"~followup_annotations": [
"@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
@@ -325,6 +337,7 @@
"{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arch=arm"

Powered by Google App Engine