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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data\\nanobench_abc123.json", 160 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data\\nanobench_abc123.json",
161 "--properties", 161 "--properties",
162 "gitHash", 162 "gitHash",
163 "abc123", 163 "abc123",
164 "build_number", 164 "build_number",
165 "5", 165 "5",
166 "issue", 166 "issue",
167 "500", 167 "500",
168 "patchset", 168 "patchset",
169 "1", 169 "1",
170 "patch_storage",
171 "",
170 "--key", 172 "--key",
171 "arch", 173 "arch",
172 "x86_64", 174 "x86_64",
173 "compiler", 175 "compiler",
174 "MSVC", 176 "MSVC",
175 "cpu_or_gpu", 177 "cpu_or_gpu",
176 "GPU", 178 "GPU",
177 "cpu_or_gpu_value", 179 "cpu_or_gpu_value",
178 "HD4600", 180 "HD4600",
179 "model", 181 "model",
(...skipping 29 matching lines...) Expand all
209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 211 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
210 "@@@STEP_LOG_END@python.inline@@@" 212 "@@@STEP_LOG_END@python.inline@@@"
211 ] 213 ]
212 }, 214 },
213 { 215 {
214 "name": "$result", 216 "name": "$result",
215 "recipe_result": null, 217 "recipe_result": null,
216 "status_code": 0 218 "status_code": 0
217 } 219 }
218 ] 220 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698