OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[CWD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 48 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}]\ntarget_os = ['llvm']" |
49 ], | 49 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 50 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 52 }, |
54 "name": "gclient setup" | 53 "name": "gclient setup" |
55 }, | 54 }, |
56 { | 55 { |
57 "cmd": [ | 56 "cmd": [ |
58 "python", | 57 "python", |
59 "-u", | 58 "-u", |
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
61 "sync", | 60 "sync", |
62 "--nohooks", | 61 "--nohooks", |
63 "--force", | 62 "--force", |
64 "--verbose", | 63 "--verbose", |
65 "--delete_unversioned_trees", | 64 "--delete_unversioned_trees", |
66 "--revision", | 65 "--revision", |
67 "skia@abc123", | 66 "skia@abc123", |
68 "--output-json", | 67 "--output-json", |
69 "/path/to/tmp/json" | 68 "/path/to/tmp/json" |
70 ], | 69 ], |
71 "cwd": "[SLAVE_BUILD]", | |
72 "env": { | 70 "env": { |
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
74 }, | 72 }, |
75 "name": "gclient sync", | 73 "name": "gclient sync", |
76 "~followup_annotations": [ | 74 "~followup_annotations": [ |
77 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
82 "@@@STEP_LOG_LINE@json.output@ }@@@", | 80 "@@@STEP_LOG_LINE@json.output@ }@@@", |
83 "@@@STEP_LOG_LINE@json.output@}@@@", | 81 "@@@STEP_LOG_LINE@json.output@}@@@", |
84 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
86 ] | 84 ] |
87 }, | 85 }, |
88 { | 86 { |
89 "cmd": [ | 87 "cmd": [ |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 90 "[CWD]/skia/tools/buildbot_spec.py", |
93 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
94 "Build-Mac10.8-Clang-Arm7-Debug-Android" | 92 "Build-Mac10.8-Clang-Arm7-Debug-Android" |
95 ], | 93 ], |
96 "cwd": "[SLAVE_BUILD]/skia", | 94 "cwd": "[CWD]/skia", |
97 "name": "exec buildbot_spec.py", | 95 "name": "exec buildbot_spec.py", |
98 "~followup_annotations": [ | 96 "~followup_annotations": [ |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 97 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 99 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
102 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android\", @@@", |
(...skipping 22 matching lines...) Expand all Loading... |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
130 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
131 ] | 129 ] |
132 }, | 130 }, |
133 { | 131 { |
134 "cmd": [ | 132 "cmd": [ |
135 "python", | 133 "python", |
136 "-u", | 134 "-u", |
137 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" | 135 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" |
138 ], | 136 ], |
139 "cwd": "[SLAVE_BUILD]", | |
140 "env": { | 137 "env": { |
141 "BUILDTYPE": "Debug", | 138 "BUILDTYPE": "Debug", |
142 "CC": "/usr/bin/clang", | 139 "CC": "/usr/bin/clang", |
143 "CXX": "/usr/bin/clang++", | 140 "CXX": "/usr/bin/clang++", |
144 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err
ors=0", | 141 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err
ors=0", |
145 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android
" | 142 "SKIA_OUT": "[CWD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android" |
146 }, | 143 }, |
147 "name": "has ccache?", | 144 "name": "has ccache?", |
148 "stdout": "/path/to/tmp/json", | 145 "stdout": "/path/to/tmp/json", |
149 "~followup_annotations": [ | 146 "~followup_annotations": [ |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | 147 "@@@STEP_LOG_LINE@json.output@{@@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"ccache\": null@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"ccache\": null@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@", | 150 "@@@STEP_LOG_END@json.output@@@", |
154 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 151 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
155 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 152 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
156 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 153 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
157 "@@@STEP_LOG_LINE@python.inline@@@@", | 154 "@@@STEP_LOG_LINE@python.inline@@@@", |
158 "@@@STEP_LOG_LINE@python.inline@ccache = None@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ccache = None@@@", |
159 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 156 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
160 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which
', 'ccache']).rstrip()@@@", | 157 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which
', 'ccache']).rstrip()@@@", |
161 "@@@STEP_LOG_LINE@python.inline@except:@@@", | 158 "@@@STEP_LOG_LINE@python.inline@except:@@@", |
162 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 159 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
163 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", | 160 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", |
164 "@@@STEP_LOG_END@python.inline@@@" | 161 "@@@STEP_LOG_END@python.inline@@@" |
165 ] | 162 ] |
166 }, | 163 }, |
167 { | 164 { |
168 "cmd": [ | 165 "cmd": [ |
169 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", | 166 "[CWD]/skia/platform_tools/android/bin/android_ninja", |
170 "most", | 167 "most", |
171 "-d", | 168 "-d", |
172 "arm_v7_neon", | 169 "arm_v7_neon", |
173 "--clang" | 170 "--clang" |
174 ], | 171 ], |
175 "cwd": "[SLAVE_BUILD]/skia", | 172 "cwd": "[CWD]/skia", |
176 "env": { | 173 "env": { |
177 "ANDROID_HOME": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk", | 174 "ANDROID_HOME": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk", |
178 "ANDROID_SDK_ROOT": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk"
, | 175 "ANDROID_SDK_ROOT": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk"
, |
179 "BUILDTYPE": "Debug", | 176 "BUILDTYPE": "Debug", |
180 "CC": "/usr/bin/clang", | 177 "CC": "/usr/bin/clang", |
181 "CXX": "/usr/bin/clang++", | 178 "CXX": "/usr/bin/clang++", |
182 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err
ors=0", | 179 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err
ors=0", |
183 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 180 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
184 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android
" | 181 "SKIA_OUT": "[CWD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android" |
185 }, | 182 }, |
186 "name": "build most" | 183 "name": "build most" |
187 }, | 184 }, |
188 { | 185 { |
189 "name": "$result", | 186 "name": "$result", |
190 "recipe_result": null, | 187 "recipe_result": null, |
191 "status_code": 0 | 188 "status_code": 0 |
192 } | 189 } |
193 ] | 190 ] |
OLD | NEW |