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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "/path/to/tmp/json", 316 "/path/to/tmp/json",
317 "--goma-service-account-json-file", 317 "--goma-service-account-json-file",
318 "/creds/service_accounts/service-account-goma-client.json", 318 "/creds/service_accounts/service-account-goma-client.json",
319 "--goma-dir", 319 "--goma-dir",
320 "[CACHE]/cipd/goma", 320 "[CACHE]/cipd/goma",
321 "--", 321 "--",
322 "browser_tests", 322 "browser_tests",
323 "capture_unittests", 323 "capture_unittests",
324 "content_browsertests", 324 "content_browsertests",
325 "content_unittests", 325 "content_unittests",
326 "media_unittests",
327 "remoting_unittests" 326 "remoting_unittests"
328 ], 327 ],
329 "env": { 328 "env": {
330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
331 }, 330 },
332 "name": "compile", 331 "name": "compile",
333 "~followup_annotations": [ 332 "~followup_annotations": [
334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 333 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
335 "@@@STEP_LOG_END@json.output (invalid)@@@" 334 "@@@STEP_LOG_END@json.output (invalid)@@@"
336 ] 335 ]
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 393 "~followup_annotations": [
395 "@@@STEP_TEXT@Linux Tester@@@" 394 "@@@STEP_TEXT@Linux Tester@@@"
396 ] 395 ]
397 }, 396 },
398 { 397 {
399 "name": "$result", 398 "name": "$result",
400 "recipe_result": null, 399 "recipe_result": null,
401 "status_code": 0 400 "status_code": 0
402 } 401 }
403 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698