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

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

Issue 2263323002: Apply gerrit ref if it is a Gerrit patch (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Cleanup 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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "master", 140 "master",
141 "client.skia", 141 "client.skia",
142 "builder", 142 "builder",
143 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", 143 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot",
144 "build_number", 144 "build_number",
145 "5", 145 "5",
146 "issue", 146 "issue",
147 "500", 147 "500",
148 "patchset", 148 "patchset",
149 "1", 149 "1",
150 "patch_storage",
151 "",
150 "--svgs", 152 "--svgs",
151 "[SLAVE_BUILD]/svg", 153 "[SLAVE_BUILD]/svg",
152 "--key", 154 "--key",
153 "arch", 155 "arch",
154 "x86_64", 156 "x86_64",
155 "compiler", 157 "compiler",
156 "Clang", 158 "Clang",
157 "configuration", 159 "configuration",
158 "Coverage", 160 "Coverage",
159 "cpu_or_gpu", 161 "cpu_or_gpu",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "abc123", 478 "abc123",
477 "master", 479 "master",
478 "client.skia", 480 "client.skia",
479 "builder", 481 "builder",
480 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", 482 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot",
481 "build_number", 483 "build_number",
482 "5", 484 "5",
483 "issue", 485 "issue",
484 "500", 486 "500",
485 "patchset", 487 "patchset",
486 "1" 488 "1",
489 "patch_storage",
490 ""
487 ], 491 ],
488 "cwd": "[SLAVE_BUILD]/skia", 492 "cwd": "[SLAVE_BUILD]/skia",
489 "env": { 493 "env": {
490 "BUILDTYPE": "Coverage", 494 "BUILDTYPE": "Coverage",
491 "CHROME_HEADLESS": "1", 495 "CHROME_HEADLESS": "1",
492 "SKIA_OUT": "[SLAVE_BUILD]/out" 496 "SKIA_OUT": "[SLAVE_BUILD]/out"
493 }, 497 },
494 "name": "Generate Coverage Data" 498 "name": "Generate Coverage Data"
495 }, 499 },
496 { 500 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "[CUSTOM_[SWARM_OUT_DIR]]" 539 "[CUSTOM_[SWARM_OUT_DIR]]"
536 ], 540 ],
537 "name": "Copy to swarming out (2)" 541 "name": "Copy to swarming out (2)"
538 }, 542 },
539 { 543 {
540 "name": "$result", 544 "name": "$result",
541 "recipe_result": null, 545 "recipe_result": null,
542 "status_code": 0 546 "status_code": 0
543 } 547 }
544 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698