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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder_Trusty.json

Issue 2357493005: Add trusty builders on chromium.linux & tryserver.chromium.linux (Closed)
Patch Set: rebased Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--spec",
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--patch_root",
32 "src",
33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
35 "--git-cache-dir",
36 "[GIT_CACHE]",
37 "--output_json",
38 "/path/to/tmp/json",
39 "--revision",
40 "src@HEAD",
41 "--output_manifest"
42 ],
43 "cwd": "[BUILDER_CACHE]/linux",
44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
46 },
47 "name": "bot_update",
48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
59 "@@@STEP_LOG_LINE@json.output@ }, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
63 "@@@STEP_LOG_LINE@json.output@ }, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
67 "@@@STEP_LOG_LINE@json.output@ }, @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
71 "@@@STEP_LOG_LINE@json.output@ }, @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
75 "@@@STEP_LOG_LINE@json.output@ }, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
83 "@@@STEP_LOG_LINE@json.output@ }@@@",
84 "@@@STEP_LOG_LINE@json.output@ }, @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
102 "@@@STEP_LOG_LINE@json.output@ }, @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
105 "@@@STEP_LOG_LINE@json.output@}@@@",
106 "@@@STEP_LOG_END@json.output@@@",
107 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
109 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
111 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
112 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
113 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
114 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
115 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
116 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
120 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
121 ]
122 },
123 {
124 "cmd": [],
125 "name": "ensure_goma"
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform",
133 "linux-amd64",
134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd",
136 "--json-output",
137 "/path/to/tmp/json"
138 ],
139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@",
142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
143 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@"
148 ]
149 },
150 {
151 "cmd": [
152 "[SLAVE_BUILD]/cipd/cipd",
153 "ensure",
154 "--root",
155 "[CACHE]/cipd/goma",
156 "--list",
157 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
158 "--json-output",
159 "/path/to/tmp/json",
160 "--service-account-json",
161 "/creds/service_accounts/service-account-goma-client.json"
162 ],
163 "name": "ensure_goma.ensure_installed",
164 "~followup_annotations": [
165 "@@@STEP_NEST_LEVEL@1@@@",
166 "@@@STEP_LOG_LINE@json.output@{@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
168 "@@@STEP_LOG_LINE@json.output@ {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
171 "@@@STEP_LOG_LINE@json.output@ }, @@@",
172 "@@@STEP_LOG_LINE@json.output@ {@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@ ]@@@",
177 "@@@STEP_LOG_LINE@json.output@}@@@",
178 "@@@STEP_LOG_END@json.output@@@"
179 ]
180 },
181 {
182 "cmd": [
183 "python",
184 "-u",
185 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
186 "--version"
187 ],
188 "name": "swarming.py --version",
189 "stdout": "/path/to/tmp/",
190 "~followup_annotations": [
191 "@@@STEP_TEXT@0.8.6@@@"
192 ]
193 },
194 {
195 "cmd": [
196 "python",
197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks"
200 ],
201 "cwd": "[BUILDER_CACHE]/linux/src",
202 "env": {
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
204 "GYP_CHROMIUM_NO_ACTION": "1",
205 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1",
206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
207 },
208 "name": "gclient runhooks"
209 },
210 {
211 "cmd": [
212 "python",
213 "-u",
214 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
215 "--output",
216 "/path/to/tmp/json",
217 "--",
218 "--build-config-fs",
219 "Release",
220 "--use-src-side-runtest-py",
221 "--paths",
222 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
223 "--properties",
224 "{\"buildername\": \"Linux Builder Trusty\", \"buildnumber\": 571, \"maste rname\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform \": \"linux\"}"
225 ],
226 "name": "get compile targets for scripts",
227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{}@@@",
229 "@@@STEP_LOG_END@json.output@@@"
230 ]
231 },
232 {
233 "cmd": [
234 "python",
235 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json",
238 "/path/to/tmp/json"
239 ],
240 "name": "read test spec (chromium.linux.json)",
241 "~followup_annotations": [
242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@",
243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests Trusty\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
255 "@@@STEP_LOG_END@json.output@@@"
256 ]
257 },
258 {
259 "cmd": [
260 "python",
261 "-u",
262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
263 "--show-path",
264 "python",
265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
266 ],
267 "name": "cleanup_temp"
268 },
269 {
270 "cmd": [
271 "python",
272 "-u",
273 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
274 "--build-dir",
275 "[BUILDER_CACHE]/linux/src/out/Release",
276 "--clean-isolated-files"
277 ],
278 "name": "clean isolated files"
279 },
280 {
281 "cmd": [
282 "python",
283 "-u",
284 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
285 "gen",
286 "-m",
287 "chromium.linux",
288 "-b",
289 "Linux Builder Trusty",
290 "--config-file",
291 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
292 "--goma-dir",
293 "[CACHE]/cipd/goma",
294 "--swarming-targets-file",
295 "browser_tests\n",
296 "//out/Release"
297 ],
298 "cwd": "[BUILDER_CACHE]/linux/src",
299 "env": {
300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
301 },
302 "name": "generate_build_files",
303 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
305 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
306 ]
307 },
308 {
309 "cmd": [
310 "python",
311 "-u",
312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
313 "--show-path",
314 "python",
315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
316 "--gsutil-py-path",
317 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
318 "--ninja-path",
319 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
320 "--target",
321 "Release",
322 "--src-dir",
323 "[BUILDER_CACHE]/linux/src",
324 "--goma-cache-dir",
325 "[GOMA_CACHE]",
326 "--buildbot-buildername",
327 "Linux Builder Trusty",
328 "--buildbot-mastername",
329 "chromium.linux",
330 "--buildbot-slavename",
331 "TestSlavename",
332 "--goma-deps-cache-file",
333 "Linux_Builder_Trusty.gomadeps",
334 "--build-data-dir",
335 "[ROOT]/build_data_dir",
336 "--compiler",
337 "goma",
338 "--goma-jsonstatus",
339 "/path/to/tmp/json",
340 "--goma-service-account-json-file",
341 "/creds/service_accounts/service-account-goma-client.json",
342 "--goma-dir",
343 "[CACHE]/cipd/goma",
344 "--ninja-ensure-up-to-date",
345 "--",
346 "browser_tests",
347 "browser_tests_run",
348 "chromium_swarm_tests"
349 ],
350 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
352 },
353 "name": "compile",
354 "~followup_annotations": [
355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
356 "@@@STEP_LOG_END@json.output (invalid)@@@"
357 ]
358 },
359 {
360 "cmd": [
361 "python",
362 "-u",
363 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
364 "--build-dir",
365 "[BUILDER_CACHE]/linux/src/out/Release"
366 ],
367 "cwd": "[SLAVE_BUILD]",
368 "name": "remove_build_metadata"
369 },
370 {
371 "cmd": [
372 "python",
373 "-u",
374 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
375 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
376 "batcharchive",
377 "--dump-json",
378 "/path/to/tmp/json",
379 "--isolate-server",
380 "https://isolateserver.appspot.com",
381 "--verbose",
382 "[BUILDER_CACHE]/linux/src/out/Release/browser_tests.isolated.gen.json"
383 ],
384 "name": "isolate tests",
385 "~followup_annotations": [
386 "@@@STEP_LOG_LINE@json.output@{@@@",
387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
388 "@@@STEP_LOG_LINE@json.output@}@@@",
389 "@@@STEP_LOG_END@json.output@@@"
390 ]
391 },
392 {
393 "allow_subannotations": true,
394 "cmd": [
395 "python",
396 "-u",
397 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
398 "--show-path",
399 "python",
400 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
401 "--target",
402 "Release",
403 "--gsutil-py-path",
404 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
405 "--staging-dir",
406 "[CACHE]/chrome_staging",
407 "--src-dir",
408 "[BUILDER_CACHE]/linux/src",
409 "--build-url",
410 "gs://chromium-linux-archive/chromium.linux/Linux Builder Trusty",
411 "--build_revision",
412 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
413 "--factory-properties",
414 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder Tr usty\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_build ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
415 "--build-properties",
416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder Tr usty\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_build ername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slaven ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
417 ],
418 "name": "package build"
419 },
420 {
421 "cmd": [],
422 "name": "trigger",
423 "trigger_specs": [
424 {
425 "builder_name": "Linux Tests Trusty",
426 "properties": {
427 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
428 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
429 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
430 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
431 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
432 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
433 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
434 "parent_got_revision_cp": "refs/heads/master@{#170242}",
435 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
436 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
437 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
438 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
439 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
440 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}",
441 "parent_mastername": "chromium.linux"
442 }
443 }
444 ],
445 "~followup_annotations": [
446 "@@@STEP_TEXT@Linux Tests Trusty@@@"
447 ]
448 },
449 {
450 "name": "$result",
451 "recipe_result": null,
452 "status_code": 0
453 }
454 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698