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

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

Issue 2203323002: Remove media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add media_unittests' flags to capture_unittests. Created 4 years, 4 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]/Mac_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "/path/to/tmp/json", 332 "/path/to/tmp/json",
333 "--goma-service-account-json-file", 333 "--goma-service-account-json-file",
334 "/creds/service_accounts/service-account-goma-client.json", 334 "/creds/service_accounts/service-account-goma-client.json",
335 "--goma-dir", 335 "--goma-dir",
336 "[CACHE]/cipd/goma", 336 "[CACHE]/cipd/goma",
337 "--", 337 "--",
338 "browser_tests", 338 "browser_tests",
339 "capture_unittests", 339 "capture_unittests",
340 "content_browsertests", 340 "content_browsertests",
341 "content_unittests", 341 "content_unittests",
342 "media_unittests",
343 "remoting_unittests" 342 "remoting_unittests"
344 ], 343 ],
345 "env": { 344 "env": {
346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
347 }, 346 },
348 "name": "compile", 347 "name": "compile",
349 "~followup_annotations": [ 348 "~followup_annotations": [
350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
351 "@@@STEP_LOG_END@json.output (invalid)@@@" 350 "@@@STEP_LOG_END@json.output (invalid)@@@"
352 ] 351 ]
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "~followup_annotations": [ 409 "~followup_annotations": [
411 "@@@STEP_TEXT@Mac Tester@@@" 410 "@@@STEP_TEXT@Mac Tester@@@"
412 ] 411 ]
413 }, 412 },
414 { 413 {
415 "name": "$result", 414 "name": "$result",
416 "recipe_result": null, 415 "recipe_result": null,
417 "status_code": 0 416 "status_code": 0
418 } 417 }
419 ] 418 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698