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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload 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 json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot \", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio n\": \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\ ": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot \", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio n\": \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\ ": \"skiabot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
275 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 275 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
276 "/path/to/tmp/" 276 "/path/to/tmp/"
277 ], 277 ],
278 "name": "read skimage VERSION" 278 "name": "read skimage VERSION"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
283 "-u", 283 "-u",
284 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
285 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
286 "/path/to/tmp/"
287 ],
288 "name": "read svg VERSION"
289 },
290 {
291 "cmd": [
292 "python",
293 "-u",
284 "\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", 294 "\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",
285 "[SLAVE_BUILD]/swarming_temp_dir", 295 "[SLAVE_BUILD]/swarming_temp_dir",
286 "511" 296 "511"
287 ], 297 ],
288 "name": "makedirs swarming tmp dir", 298 "name": "makedirs swarming tmp dir",
289 "~followup_annotations": [ 299 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@python.inline@@@@", 300 "@@@STEP_LOG_LINE@python.inline@@@@",
291 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 301 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
292 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 302 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
293 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 303 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "--tag", 397 "--tag",
388 "rietveld:https://codereview.chromium.org/500/#ps1", 398 "rietveld:https://codereview.chromium.org/500/#ps1",
389 "--tag", 399 "--tag",
390 "slavename:skiabot-linux-swarm-000", 400 "slavename:skiabot-linux-swarm-000",
391 "--tag", 401 "--tag",
392 "stepname:test_skia on Ubuntu", 402 "stepname:test_skia on Ubuntu",
393 "--cipd-package", 403 "--cipd-package",
394 "skp:skia/bots/skp:version:0", 404 "skp:skia/bots/skp:version:0",
395 "--cipd-package", 405 "--cipd-package",
396 "skimage:skia/bots/skimage:version:0", 406 "skimage:skia/bots/skimage:version:0",
407 "--cipd-package",
408 "svg:skia/bots/svg:version:0",
397 "[dummy hash for test_skia]", 409 "[dummy hash for test_skia]",
398 "--", 410 "--",
399 "--workdir", 411 "--workdir",
400 "../../..", 412 "../../..",
401 "swarm_test", 413 "swarm_test",
402 "rietveld=https://codereview.chromium.org", 414 "rietveld=https://codereview.chromium.org",
403 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", 415 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot",
404 "mastername=client.skia", 416 "mastername=client.skia",
405 "buildnumber=5", 417 "buildnumber=5",
406 "slavename=skiabot-linux-swarm-000", 418 "slavename=skiabot-linux-swarm-000",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "~followup_annotations": [ 647 "~followup_annotations": [
636 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" 648 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@"
637 ] 649 ]
638 }, 650 },
639 { 651 {
640 "name": "$result", 652 "name": "$result",
641 "recipe_result": null, 653 "recipe_result": null,
642 "status_code": 0 654 "status_code": 0
643 } 655 }
644 ] 656 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698