OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "Android Builder", | 10 "Android Builder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['an
droid']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--revision", | 25 "--revision", |
26 "src/third_party/WebKit@HEAD", | 26 "src/third_party/WebKit@HEAD", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "env": { | 30 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 32 }, |
34 "name": "bot_update", | 33 "name": "bot_update", |
35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
101 ] | 100 ] |
102 }, | 101 }, |
103 { | 102 { |
104 "cmd": [], | 103 "cmd": [], |
105 "cwd": "[SLAVE_BUILD]", | |
106 "name": "ensure_goma" | 104 "name": "ensure_goma" |
107 }, | 105 }, |
108 { | 106 { |
109 "cmd": [ | 107 "cmd": [ |
110 "python", | 108 "python", |
111 "-u", | 109 "-u", |
112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
113 "--platform", | 111 "--platform", |
114 "linux-386", | 112 "linux-386", |
115 "--dest-directory", | 113 "--dest-directory", |
116 "[SLAVE_BUILD]/cipd", | 114 "[CWD]/cipd", |
117 "--json-output", | 115 "--json-output", |
118 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
119 ], | 117 ], |
120 "cwd": "[SLAVE_BUILD]", | |
121 "name": "ensure_goma.install cipd", | 118 "name": "ensure_goma.install cipd", |
122 "~followup_annotations": [ | 119 "~followup_annotations": [ |
123 "@@@STEP_NEST_LEVEL@1@@@", | 120 "@@@STEP_NEST_LEVEL@1@@@", |
124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
125 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
128 "@@@STEP_LOG_LINE@json.output@}@@@", | 125 "@@@STEP_LOG_LINE@json.output@}@@@", |
129 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
130 ] | 127 ] |
131 }, | 128 }, |
132 { | 129 { |
133 "cmd": [ | 130 "cmd": [ |
134 "[SLAVE_BUILD]/cipd/cipd", | 131 "fake_slave_build/cipd", |
135 "ensure", | 132 "ensure", |
136 "--root", | 133 "--root", |
137 "[CACHE]/cipd/goma", | 134 "[ROOT]/b/build/slave/cache/cipd/goma", |
138 "--list", | 135 "--list", |
139 "infra_internal/goma/client/linux-386 release", | 136 "infra_internal/goma/client/linux-386 release", |
140 "--json-output", | 137 "--json-output", |
141 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
142 "--service-account-json", | 139 "--service-account-json", |
143 "/creds/service_accounts/service-account-goma-client.json" | 140 "/creds/service_accounts/service-account-goma-client.json" |
144 ], | 141 ], |
145 "cwd": "[SLAVE_BUILD]", | |
146 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
147 "~followup_annotations": [ | 143 "~followup_annotations": [ |
148 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
149 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
151 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
156 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
157 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
158 ] | 154 ] |
159 }, | 155 }, |
160 { | 156 { |
161 "cmd": [ | 157 "cmd": [ |
162 "python", | 158 "python", |
163 "-u", | 159 "-u", |
164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
165 "runhooks" | 161 "runhooks" |
166 ], | 162 ], |
167 "cwd": "[SLAVE_BUILD]", | |
168 "env": { | 163 "env": { |
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
170 "GYP_CHROMIUM_NO_ACTION": "1", | 165 "GYP_CHROMIUM_NO_ACTION": "1", |
171 "GYP_CROSSCOMPILE": "1", | 166 "GYP_CROSSCOMPILE": "1", |
172 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 167 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/slave/cache/cipd/goma' target_arch=arm use_goma=1", |
173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 168 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
174 }, | 169 }, |
175 "name": "gclient runhooks" | 170 "name": "gclient runhooks" |
176 }, | 171 }, |
177 { | 172 { |
178 "cmd": [ | 173 "cmd": [ |
179 "python", | 174 "python", |
180 "-u", | 175 "-u", |
181 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 176 "[CWD]/src/testing/scripts/get_compile_targets.py", |
182 "--output", | 177 "--output", |
183 "/path/to/tmp/json", | 178 "/path/to/tmp/json", |
184 "--", | 179 "--", |
185 "--build-config-fs", | 180 "--build-config-fs", |
186 "Release", | 181 "Release", |
187 "--paths", | 182 "--paths", |
188 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 183 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
189 "--properties", | 184 "--properties", |
190 "{\"buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 185 "{\"buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" |
191 ], | 186 ], |
192 "cwd": "[SLAVE_BUILD]", | |
193 "name": "get compile targets for scripts", | 187 "name": "get compile targets for scripts", |
194 "~followup_annotations": [ | 188 "~followup_annotations": [ |
195 "@@@STEP_LOG_LINE@json.output@{}@@@", | 189 "@@@STEP_LOG_LINE@json.output@{}@@@", |
196 "@@@STEP_LOG_END@json.output@@@" | 190 "@@@STEP_LOG_END@json.output@@@" |
197 ] | 191 ] |
198 }, | 192 }, |
199 { | 193 { |
200 "cmd": [ | 194 "cmd": [ |
201 "python", | 195 "python", |
202 "-u", | 196 "-u", |
203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 198 "[CWD]/src/testing/buildbot/chromium.webkit.json", |
205 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
206 ], | 200 ], |
207 "cwd": "[SLAVE_BUILD]", | |
208 "name": "read test spec", | 201 "name": "read test spec", |
209 "~followup_annotations": [ | 202 "~followup_annotations": [ |
210 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", | 203 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webkit.json@@@", |
211 "@@@STEP_LOG_LINE@json.output@{}@@@", | 204 "@@@STEP_LOG_LINE@json.output@{}@@@", |
212 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
213 ] | 206 ] |
214 }, | 207 }, |
215 { | 208 { |
216 "cmd": [ | 209 "cmd": [ |
217 "python", | 210 "python", |
218 "-u", | 211 "-u", |
219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 212 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
220 "--show-path", | 213 "--show-path", |
221 "python", | 214 "python", |
222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 215 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
223 ], | 216 ], |
224 "cwd": "[SLAVE_BUILD]", | |
225 "name": "cleanup_temp" | 217 "name": "cleanup_temp" |
226 }, | 218 }, |
227 { | 219 { |
228 "cmd": [ | 220 "cmd": [ |
229 "python", | 221 "python", |
230 "-u", | 222 "-u", |
231 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 223 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
232 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 224 "[CWD]/src/out/Release/debug_info_dumps", |
233 "[SLAVE_BUILD]/src/out/Release/test_logs", | 225 "[CWD]/src/out/Release/test_logs", |
234 "[SLAVE_BUILD]/src/out/build_product.zip", | 226 "[CWD]/src/out/build_product.zip", |
235 "[SLAVE_BUILD]/src" | 227 "[CWD]/src" |
236 ], | 228 ], |
237 "cwd": "[SLAVE_BUILD]", | |
238 "name": "clean local files", | 229 "name": "clean local files", |
239 "~followup_annotations": [ | 230 "~followup_annotations": [ |
240 "@@@STEP_LOG_LINE@python.inline@@@@", | 231 "@@@STEP_LOG_LINE@python.inline@@@@", |
241 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 232 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
242 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 233 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
243 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 234 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
244 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 235 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
245 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 236 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
246 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 237 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
247 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 238 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
248 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 239 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
249 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 240 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
250 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 241 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
251 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 242 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
252 "@@@STEP_LOG_END@python.inline@@@" | 243 "@@@STEP_LOG_END@python.inline@@@" |
253 ] | 244 ] |
254 }, | 245 }, |
255 { | 246 { |
256 "allow_subannotations": false, | 247 "allow_subannotations": false, |
257 "cmd": [ | 248 "cmd": [ |
258 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 249 "[CWD]/src/build/tree_truth.sh", |
259 "[SLAVE_BUILD]/src", | 250 "[CWD]/src", |
260 "src" | 251 "src" |
261 ], | 252 ], |
262 "cwd": "[SLAVE_BUILD]", | |
263 "name": "tree truth steps" | 253 "name": "tree truth steps" |
264 }, | 254 }, |
265 { | 255 { |
266 "cmd": [ | 256 "cmd": [ |
267 "python", | 257 "python", |
268 "-u", | 258 "-u", |
269 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 259 "[CWD]/src/tools/mb/mb.py", |
270 "gen", | 260 "gen", |
271 "-m", | 261 "-m", |
272 "chromium.webkit", | 262 "chromium.webkit", |
273 "-b", | 263 "-b", |
274 "Android Builder", | 264 "Android Builder", |
275 "--config-file", | 265 "--config-file", |
276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 266 "[CWD]/src/tools/mb/mb_config.pyl", |
277 "--goma-dir", | 267 "--goma-dir", |
278 "[CACHE]/cipd/goma", | 268 "[ROOT]/b/build/slave/cache/cipd/goma", |
279 "//out/Release" | 269 "//out/Release" |
280 ], | 270 ], |
281 "cwd": "[SLAVE_BUILD]", | |
282 "name": "generate_build_files" | 271 "name": "generate_build_files" |
283 }, | 272 }, |
284 { | 273 { |
285 "cmd": [ | 274 "cmd": [ |
286 "python", | 275 "python", |
287 "-u", | 276 "-u", |
288 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 277 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
289 "--show-path", | 278 "--show-path", |
290 "python", | 279 "python", |
291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 280 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
292 "--gsutil-py-path", | 281 "--gsutil-py-path", |
293 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
294 "--ninja-path", | 283 "--ninja-path", |
295 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 284 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
296 "--target", | 285 "--target", |
297 "Release", | 286 "Release", |
298 "--src-dir", | 287 "--src-dir", |
299 "[SLAVE_BUILD]/src", | 288 "[CWD]/src", |
300 "--goma-cache-dir", | 289 "--goma-cache-dir", |
301 "[GOMA_CACHE]", | 290 "[ROOT]/b/build/slave/goma_cache", |
302 "--build-tool", | 291 "--build-tool", |
303 "ninja", | 292 "ninja", |
304 "--build-data-dir", | 293 "--build-data-dir", |
305 "[ROOT]/build_data_dir", | 294 "[ROOT]/build_data_dir", |
306 "--compiler", | 295 "--compiler", |
307 "goma", | 296 "goma", |
308 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
309 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
310 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
311 "/creds/service_accounts/service-account-goma-client.json", | 300 "/creds/service_accounts/service-account-goma-client.json", |
312 "--goma-dir", | 301 "--goma-dir", |
313 "[CACHE]/cipd/goma", | 302 "[ROOT]/b/build/slave/cache/cipd/goma", |
314 "--", | 303 "--", |
315 "blink_heap_unittests_apk", | 304 "blink_heap_unittests_apk", |
316 "blink_tests", | 305 "blink_tests", |
317 "webkit_unit_tests_apk" | 306 "webkit_unit_tests_apk" |
318 ], | 307 ], |
319 "cwd": "[SLAVE_BUILD]", | |
320 "env": { | 308 "env": { |
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
322 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 310 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
323 }, | 311 }, |
324 "name": "compile", | 312 "name": "compile", |
325 "~followup_annotations": [ | 313 "~followup_annotations": [ |
326 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
327 "@@@STEP_LOG_END@json.output (invalid)@@@" | 315 "@@@STEP_LOG_END@json.output (invalid)@@@" |
328 ] | 316 ] |
329 }, | 317 }, |
330 { | 318 { |
331 "allow_subannotations": true, | 319 "allow_subannotations": true, |
332 "cmd": [ | 320 "cmd": [ |
333 "python", | 321 "python", |
334 "-u", | 322 "-u", |
335 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 323 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
336 "--show-path", | 324 "--show-path", |
337 "python", | 325 "python", |
338 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 326 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
339 "--target", | 327 "--target", |
340 "Release", | 328 "Release", |
341 "--build-url", | 329 "--build-url", |
342 "gs://chromium-webkit-archive/chromium.webkit/Android Builder", | 330 "gs://chromium-webkit-archive/chromium.webkit/Android Builder", |
343 "--build_revision", | 331 "--build_revision", |
344 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 332 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
345 "--gs-acl", | 333 "--gs-acl", |
346 "public-read", | 334 "public-read", |
347 "--factory-properties", | 335 "--factory-properties", |
348 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\
", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium
.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\"
: \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 336 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\
", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium
.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\"
: \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
349 "--build-properties", | 337 "--build-properties", |
350 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\
", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium
.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\"
: \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 338 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\
", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium
.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\"
: \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
351 ], | 339 ], |
352 "cwd": "[SLAVE_BUILD]", | |
353 "name": "package build" | 340 "name": "package build" |
354 }, | 341 }, |
355 { | 342 { |
356 "cmd": [], | 343 "cmd": [], |
357 "cwd": "[SLAVE_BUILD]", | |
358 "name": "trigger", | 344 "name": "trigger", |
359 "trigger_specs": [ | 345 "trigger_specs": [ |
360 { | 346 { |
361 "builder_name": "WebKit Android (Nexus4)", | 347 "builder_name": "WebKit Android (Nexus4)", |
362 "properties": { | 348 "properties": { |
363 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 349 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
364 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 350 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
365 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 351 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
366 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 352 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
367 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 353 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 10 matching lines...) Expand all Loading... |
378 "~followup_annotations": [ | 364 "~followup_annotations": [ |
379 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 365 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" |
380 ] | 366 ] |
381 }, | 367 }, |
382 { | 368 { |
383 "name": "$result", | 369 "name": "$result", |
384 "recipe_result": null, | 370 "recipe_result": null, |
385 "status_code": 0 | 371 "status_code": 0 |
386 } | 372 } |
387 ] | 373 ] |
OLD | NEW |