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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json

Issue 2323233003: Pass rietveld as the default patch_storage. (Closed)
Patch Set: Created 4 years, 3 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "client.skia", 193 "client.skia",
194 "builder", 194 "builder",
195 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 195 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
196 "build_number", 196 "build_number",
197 "5", 197 "5",
198 "issue", 198 "issue",
199 "500", 199 "500",
200 "patchset", 200 "patchset",
201 "1", 201 "1",
202 "patch_storage", 202 "patch_storage",
203 "", 203 "rietveld",
204 "--svgs", 204 "--svgs",
205 "[SLAVE_BUILD]\\svg", 205 "[SLAVE_BUILD]\\svg",
206 "--key", 206 "--key",
207 "arch", 207 "arch",
208 "x86_64", 208 "x86_64",
209 "compiler", 209 "compiler",
210 "MSVC", 210 "MSVC",
211 "configuration", 211 "configuration",
212 "Release", 212 "Release",
213 "cpu_or_gpu", 213 "cpu_or_gpu",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "SKIA_OUT": "[SLAVE_BUILD]\\out" 520 "SKIA_OUT": "[SLAVE_BUILD]\\out"
521 }, 521 },
522 "name": "dm" 522 "name": "dm"
523 }, 523 },
524 { 524 {
525 "name": "$result", 525 "name": "$result",
526 "recipe_result": null, 526 "recipe_result": null,
527 "status_code": 0 527 "status_code": 0
528 } 528 }
529 ] 529 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698