Chromium Code Reviews

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/has_ccache_android.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, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an droid']" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an droid']"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "name": "gclient setup" 12 "name": "gclient setup"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "python", 16 "python",
16 "-u", 17 "-u",
17 "[DEPOT_TOOLS]/gclient.py", 18 "[DEPOT_TOOLS]/gclient.py",
18 "sync", 19 "sync",
19 "--nohooks", 20 "--nohooks",
20 "--force", 21 "--force",
21 "--verbose", 22 "--verbose",
22 "--delete_unversioned_trees", 23 "--delete_unversioned_trees",
23 "--output-json", 24 "--output-json",
24 "/path/to/tmp/json" 25 "/path/to/tmp/json"
25 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
26 "name": "gclient sync", 28 "name": "gclient sync",
27 "~followup_annotations": [ 29 "~followup_annotations": [
28 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
32 "@@@STEP_LOG_LINE@json.output@ }@@@", 34 "@@@STEP_LOG_LINE@json.output@ }@@@",
33 "@@@STEP_LOG_LINE@json.output@ }@@@", 35 "@@@STEP_LOG_LINE@json.output@ }@@@",
34 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
35 "@@@STEP_LOG_END@json.output@@@", 37 "@@@STEP_LOG_END@json.output@@@",
36 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 38 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
37 ] 39 ]
38 }, 40 },
39 { 41 {
40 "cmd": [ 42 "cmd": [
41 "which", 43 "which",
42 "ccache" 44 "ccache"
43 ], 45 ],
46 "cwd": "[SLAVE_BUILD]",
44 "name": "has ccache?", 47 "name": "has ccache?",
45 "stdout": "/path/to/tmp/" 48 "stdout": "/path/to/tmp/"
46 }, 49 },
47 { 50 {
48 "cmd": [ 51 "cmd": [
49 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", 52 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
50 "most", 53 "most",
51 "-d", 54 "-d",
52 "arm_v7_neon" 55 "arm_v7_neon"
53 ], 56 ],
54 "cwd": "[SLAVE_BUILD]/skia", 57 "cwd": "[SLAVE_BUILD]/skia",
55 "env": { 58 "env": {
56 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", 59 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache",
57 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 60 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
58 "BUILDTYPE": "Debug", 61 "BUILDTYPE": "Debug",
59 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err ors=1", 62 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err ors=1",
60 "SKIA_ANDROID_VERBOSE_SETUP": "1" 63 "SKIA_ANDROID_VERBOSE_SETUP": "1"
61 }, 64 },
62 "name": "build most" 65 "name": "build most"
63 } 66 }
64 ] 67 ]
OLDNEW

Powered by Google App Engine