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

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

Issue 2162343002: tryserver.chromium.linux: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 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", 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_ChromiumOS_GN", 7 "[BUILDER_CACHE]/linux_chromium_gn_chromeos",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
40 "{\"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\"}", 40 "{\"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\"}",
41 "--git-cache-dir", 41 "--git-cache-dir",
42 "[GIT_CACHE]", 42 "[GIT_CACHE]",
43 "--output_json", 43 "--output_json",
44 "/path/to/tmp/json", 44 "/path/to/tmp/json",
45 "--revision", 45 "--revision",
46 "src@HEAD", 46 "src@HEAD",
47 "--force", 47 "--force",
48 "--output_manifest" 48 "--output_manifest"
49 ], 49 ],
50 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_GN", 50 "cwd": "[BUILDER_CACHE]/linux_chromium_gn_chromeos",
51 "env": { 51 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 53 },
54 "name": "bot_update", 54 "name": "bot_update",
55 "~followup_annotations": [ 55 "~followup_annotations": [
56 "@@@STEP_TEXT@Some step text@@@", 56 "@@@STEP_TEXT@Some step text@@@",
57 "@@@STEP_LOG_LINE@json.output@{@@@", 57 "@@@STEP_LOG_LINE@json.output@{@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "@@@STEP_LOG_LINE@json.output@ }@@@", 178 "@@@STEP_LOG_LINE@json.output@ }@@@",
179 "@@@STEP_LOG_LINE@json.output@ ]@@@", 179 "@@@STEP_LOG_LINE@json.output@ ]@@@",
180 "@@@STEP_LOG_LINE@json.output@}@@@", 180 "@@@STEP_LOG_LINE@json.output@}@@@",
181 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
182 ] 182 ]
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/tools/swarming_client/swarming.py ", 188 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/tools/swarming_client/swar ming.py",
189 "--version" 189 "--version"
190 ], 190 ],
191 "name": "swarming.py --version", 191 "name": "swarming.py --version",
192 "stdout": "/path/to/tmp/", 192 "stdout": "/path/to/tmp/",
193 "~followup_annotations": [ 193 "~followup_annotations": [
194 "@@@STEP_TEXT@0.8.6@@@" 194 "@@@STEP_TEXT@0.8.6@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "cmd": [ 198 "cmd": [
199 "python", 199 "python",
200 "-u", 200 "-u",
201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
202 "runhooks" 202 "runhooks"
203 ], 203 ],
204 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src", 204 "cwd": "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src",
205 "env": { 205 "env": {
206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
207 "GYP_CHROMIUM_NO_ACTION": "1", 207 "GYP_CHROMIUM_NO_ACTION": "1",
208 "GYP_CROSSCOMPILE": "1", 208 "GYP_CROSSCOMPILE": "1",
209 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1", 209 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1",
210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
211 }, 211 },
212 "name": "gclient runhooks" 212 "name": "gclient runhooks"
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/testing/scripts/get_compile_targe ts.py", 218 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/testing/scripts/get_compil e_targets.py",
219 "--output", 219 "--output",
220 "/path/to/tmp/json", 220 "/path/to/tmp/json",
221 "--", 221 "--",
222 "--build-config-fs", 222 "--build-config-fs",
223 "Release", 223 "Release",
224 "--use-src-side-runtest-py", 224 "--use-src-side-runtest-py",
225 "--paths", 225 "--paths",
226 "{\"checkout\": \"[BUILDER_CACHE]/Linux_ChromiumOS_GN/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE _PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 226 "{\"checkout\": \"[BUILDER_CACHE]/linux_chromium_gn_chromeos/src\", \"runi t.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \ "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
227 "--properties", 227 "--properties",
228 "{\"buildername\": \"Linux ChromiumOS GN\", \"buildnumber\": 571, \"master name\": \"chromium.chromiumos\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"chromeos\"}" 228 "{\"buildername\": \"Linux ChromiumOS GN\", \"buildnumber\": 571, \"master name\": \"chromium.chromiumos\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"chromeos\"}"
229 ], 229 ],
230 "name": "get compile targets for scripts", 230 "name": "get compile targets for scripts",
231 "~followup_annotations": [ 231 "~followup_annotations": [
232 "@@@STEP_LOG_LINE@json.output@{}@@@", 232 "@@@STEP_LOG_LINE@json.output@{}@@@",
233 "@@@STEP_LOG_END@json.output@@@" 233 "@@@STEP_LOG_END@json.output@@@"
234 ] 234 ]
235 }, 235 },
236 { 236 {
237 "cmd": [ 237 "cmd": [
238 "python", 238 "python",
239 "-u", 239 "-u",
240 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 240 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
241 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/testing/buildbot/chromium.chromiu mos.json", 241 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/testing/buildbot/chromium. chromiumos.json",
242 "/path/to/tmp/json" 242 "/path/to/tmp/json"
243 ], 243 ],
244 "name": "read test spec (chromium.chromiumos.json)", 244 "name": "read test spec (chromium.chromiumos.json)",
245 "~followup_annotations": [ 245 "~followup_annotations": [
246 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_ChromiumOS_GN/src/testing/buildb ot/chromium.chromiumos.json@@@", 246 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_chromium_gn_chromeos/src/testing /buildbot/chromium.chromiumos.json@@@",
247 "@@@STEP_LOG_LINE@json.output@{@@@", 247 "@@@STEP_LOG_LINE@json.output@{@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"Linux ChromiumOS GN\": {@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"Linux ChromiumOS GN\": {@@@",
249 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
250 "@@@STEP_LOG_LINE@json.output@ {@@@", 250 "@@@STEP_LOG_LINE@json.output@ {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
252 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 252 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
253 "@@@STEP_LOG_LINE@json.output@ }, @@@", 253 "@@@STEP_LOG_LINE@json.output@ }, @@@",
254 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 254 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
255 "@@@STEP_LOG_LINE@json.output@ }@@@", 255 "@@@STEP_LOG_LINE@json.output@ }@@@",
256 "@@@STEP_LOG_LINE@json.output@ ]@@@", 256 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 12 matching lines...) Expand all
269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
270 ], 270 ],
271 "name": "cleanup_temp" 271 "name": "cleanup_temp"
272 }, 272 },
273 { 273 {
274 "cmd": [ 274 "cmd": [
275 "python", 275 "python",
276 "-u", 276 "-u",
277 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 277 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
278 "--build-dir", 278 "--build-dir",
279 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/out/Release", 279 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/out/Release",
280 "--clean-isolated-files" 280 "--clean-isolated-files"
281 ], 281 ],
282 "name": "clean isolated files" 282 "name": "clean isolated files"
283 }, 283 },
284 { 284 {
285 "cmd": [ 285 "cmd": [
286 "python", 286 "python",
287 "-u", 287 "-u",
288 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/tools/mb/mb.py", 288 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/tools/mb/mb.py",
289 "gen", 289 "gen",
290 "-m", 290 "-m",
291 "chromium.chromiumos", 291 "chromium.chromiumos",
292 "-b", 292 "-b",
293 "Linux ChromiumOS GN", 293 "Linux ChromiumOS GN",
294 "--config-file", 294 "--config-file",
295 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/tools/mb/mb_config.pyl", 295 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/tools/mb/mb_config.pyl",
296 "--goma-dir", 296 "--goma-dir",
297 "[CACHE]/cipd/goma", 297 "[CACHE]/cipd/goma",
298 "--swarming-targets-file", 298 "--swarming-targets-file",
299 "browser_tests\n", 299 "browser_tests\n",
300 "//out/Release" 300 "//out/Release"
301 ], 301 ],
302 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src", 302 "cwd": "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src",
303 "env": { 303 "env": {
304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
305 }, 305 },
306 "name": "generate_build_files", 306 "name": "generate_build_files",
307 "~followup_annotations": [ 307 "~followup_annotations": [
308 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 308 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
309 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 309 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
310 ] 310 ]
311 }, 311 },
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 316 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
317 "--show-path", 317 "--show-path",
318 "python", 318 "python",
319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
320 "--gsutil-py-path", 320 "--gsutil-py-path",
321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
322 "--ninja-path", 322 "--ninja-path",
323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
324 "--target", 324 "--target",
325 "Release", 325 "Release",
326 "--src-dir", 326 "--src-dir",
327 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src", 327 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src",
328 "--goma-cache-dir", 328 "--goma-cache-dir",
329 "[GOMA_CACHE]", 329 "[GOMA_CACHE]",
330 "--goma-deps-cache-dir", 330 "--goma-deps-cache-dir",
331 "[GOMA_DEPS_CACHE]", 331 "[GOMA_DEPS_CACHE]",
332 "--build-data-dir", 332 "--build-data-dir",
333 "[ROOT]/build_data_dir", 333 "[ROOT]/build_data_dir",
334 "--compiler", 334 "--compiler",
335 "goma", 335 "goma",
336 "--goma-jsonstatus", 336 "--goma-jsonstatus",
337 "/path/to/tmp/json", 337 "/path/to/tmp/json",
(...skipping 13 matching lines...) Expand all
351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
352 "@@@STEP_LOG_END@json.output (invalid)@@@" 352 "@@@STEP_LOG_END@json.output (invalid)@@@"
353 ] 353 ]
354 }, 354 },
355 { 355 {
356 "cmd": [ 356 "cmd": [
357 "python", 357 "python",
358 "-u", 358 "-u",
359 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 359 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
360 "--build-dir", 360 "--build-dir",
361 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/out/Release", 361 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/out/Release",
362 "--src-dir", 362 "--src-dir",
363 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src" 363 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src"
364 ], 364 ],
365 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
366 "name": "remove_build_metadata" 366 "name": "remove_build_metadata"
367 }, 367 },
368 { 368 {
369 "cmd": [ 369 "cmd": [
370 "python", 370 "python",
371 "-u", 371 "-u",
372 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 372 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
373 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/tools/swarming_client", 373 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/tools/swarming_client",
374 "batcharchive", 374 "batcharchive",
375 "--dump-json", 375 "--dump-json",
376 "/path/to/tmp/json", 376 "/path/to/tmp/json",
377 "--isolate-server", 377 "--isolate-server",
378 "https://isolateserver.appspot.com", 378 "https://isolateserver.appspot.com",
379 "--verbose", 379 "--verbose",
380 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/out/Release/browser_tests.isolate d.gen.json" 380 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/out/Release/browser_tests. isolated.gen.json"
381 ], 381 ],
382 "name": "isolate tests", 382 "name": "isolate tests",
383 "~followup_annotations": [ 383 "~followup_annotations": [
384 "@@@STEP_LOG_LINE@json.output@{@@@", 384 "@@@STEP_LOG_LINE@json.output@{@@@",
385 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 385 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
386 "@@@STEP_LOG_LINE@json.output@}@@@", 386 "@@@STEP_LOG_LINE@json.output@}@@@",
387 "@@@STEP_LOG_END@json.output@@@" 387 "@@@STEP_LOG_END@json.output@@@"
388 ] 388 ]
389 }, 389 },
390 { 390 {
391 "cmd": [ 391 "cmd": [
392 "python", 392 "python",
393 "-u", 393 "-u",
394 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 394 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
395 "--build-dir", 395 "--build-dir",
396 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src/out/Release", 396 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/out/Release",
397 "--output-json", 397 "--output-json",
398 "/path/to/tmp/json" 398 "/path/to/tmp/json"
399 ], 399 ],
400 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_GN", 400 "cwd": "[BUILDER_CACHE]/linux_chromium_gn_chromeos",
401 "env": { 401 "env": {
402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
403 }, 403 },
404 "name": "find isolated tests", 404 "name": "find isolated tests",
405 "~followup_annotations": [ 405 "~followup_annotations": [
406 "@@@STEP_LOG_LINE@json.output@{@@@", 406 "@@@STEP_LOG_LINE@json.output@{@@@",
407 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 407 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 408 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
409 "@@@STEP_LOG_LINE@json.output@}@@@", 409 "@@@STEP_LOG_LINE@json.output@}@@@",
410 "@@@STEP_LOG_END@json.output@@@", 410 "@@@STEP_LOG_END@json.output@@@",
411 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 411 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
412 ] 412 ]
413 }, 413 },
414 { 414 {
415 "cmd": [ 415 "cmd": [
416 "python", 416 "python",
417 "-u", 417 "-u",
418 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 418 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
419 "browser_tests" 419 "browser_tests"
420 ], 420 ],
421 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_GN", 421 "cwd": "[BUILDER_CACHE]/linux_chromium_gn_chromeos",
422 "env": { 422 "env": {
423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
424 }, 424 },
425 "name": "[error] browser_tests", 425 "name": "[error] browser_tests",
426 "~followup_annotations": [ 426 "~followup_annotations": [
427 "@@@STEP_LOG_LINE@python.inline@@@@", 427 "@@@STEP_LOG_LINE@python.inline@@@@",
428 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 428 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
429 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 429 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
430 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 430 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
431 "@@@STEP_LOG_END@python.inline@@@" 431 "@@@STEP_LOG_END@python.inline@@@"
432 ] 432 ]
433 }, 433 },
434 { 434 {
435 "cmd": [ 435 "cmd": [
436 "python", 436 "python",
437 "-u", 437 "-u",
438 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 438 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
439 "browser_tests" 439 "browser_tests"
440 ], 440 ],
441 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_GN", 441 "cwd": "[BUILDER_CACHE]/linux_chromium_gn_chromeos",
442 "env": { 442 "env": {
443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
444 }, 444 },
445 "name": "[collect error] browser_tests", 445 "name": "[collect error] browser_tests",
446 "~followup_annotations": [ 446 "~followup_annotations": [
447 "@@@STEP_LOG_LINE@python.inline@@@@", 447 "@@@STEP_LOG_LINE@python.inline@@@@",
448 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 448 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
449 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 449 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
450 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 450 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
451 "@@@STEP_LOG_END@python.inline@@@" 451 "@@@STEP_LOG_END@python.inline@@@"
452 ] 452 ]
453 }, 453 },
454 { 454 {
455 "name": "$result", 455 "name": "$result",
456 "recipe_result": null, 456 "recipe_result": null,
457 "status_code": 0 457 "status_code": 0
458 } 458 }
459 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698