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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "master", 192 "master",
193 "client.skia.compile", 193 "client.skia.compile",
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 "2147533002", 199 "2147533002",
200 "patchset", 200 "patchset",
201 "1", 201 "1",
202 "patch_storage",
203 "",
202 "--svgs", 204 "--svgs",
203 "[SLAVE_BUILD]\\svg", 205 "[SLAVE_BUILD]\\svg",
204 "--key", 206 "--key",
205 "arch", 207 "arch",
206 "x86_64", 208 "x86_64",
207 "compiler", 209 "compiler",
208 "MSVC", 210 "MSVC",
209 "configuration", 211 "configuration",
210 "Release", 212 "Release",
211 "cpu_or_gpu", 213 "cpu_or_gpu",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "SKIA_OUT": "[SLAVE_BUILD]\\out" 560 "SKIA_OUT": "[SLAVE_BUILD]\\out"
559 }, 561 },
560 "name": "dm" 562 "name": "dm"
561 }, 563 },
562 { 564 {
563 "name": "$result", 565 "name": "$result",
564 "recipe_result": null, 566 "recipe_result": null,
565 "status_code": 0 567 "status_code": 0
566 } 568 }
567 ] 569 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698