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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Linux_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]/Linux_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "/path/to/tmp/json", 310 "/path/to/tmp/json",
311 "--goma-service-account-json-file", 311 "--goma-service-account-json-file",
312 "/creds/service_accounts/service-account-goma-client.json", 312 "/creds/service_accounts/service-account-goma-client.json",
313 "--goma-dir", 313 "--goma-dir",
314 "[CACHE]/cipd/goma", 314 "[CACHE]/cipd/goma",
315 "--", 315 "--",
316 "browser_tests", 316 "browser_tests",
317 "capture_unittests", 317 "capture_unittests",
318 "content_browsertests", 318 "content_browsertests",
319 "content_unittests", 319 "content_unittests",
320 "media_unittests",
321 "remoting_unittests" 320 "remoting_unittests"
322 ], 321 ],
323 "env": { 322 "env": {
324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
325 }, 324 },
326 "name": "compile", 325 "name": "compile",
327 "~followup_annotations": [ 326 "~followup_annotations": [
328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
329 "@@@STEP_LOG_END@json.output (invalid)@@@" 328 "@@@STEP_LOG_END@json.output (invalid)@@@"
330 ] 329 ]
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "~followup_annotations": [ 387 "~followup_annotations": [
389 "@@@STEP_TEXT@Linux Tester@@@" 388 "@@@STEP_TEXT@Linux Tester@@@"
390 ] 389 ]
391 }, 390 },
392 { 391 {
393 "name": "$result", 392 "name": "$result",
394 "recipe_result": null, 393 "recipe_result": null,
395 "status_code": 0 394 "status_code": 0
396 } 395 }
397 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698