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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2366623003: Include timestamp in nanobench JSON file name (Closed)
Patch Set: Also, don't download the nanobench JSON Created 4 years, 2 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "~inc1.ico", 164 "~inc1.ico",
165 "~inc0.png", 165 "~inc0.png",
166 "~inc1.png", 166 "~inc1.png",
167 "~inc2.png", 167 "~inc2.png",
168 "~inc12.png", 168 "~inc12.png",
169 "~inc13.png", 169 "~inc13.png",
170 "~inc14.png", 170 "~inc14.png",
171 "~inc0.webp", 171 "~inc0.webp",
172 "~inc1.webp", 172 "~inc1.webp",
173 "--outResultsFile", 173 "--outResultsFile",
174 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-Valgrind/data/nanobench_abc123.json", 174 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-Valgrind/data/nanobench_abc123_1337018001.json",
175 "--properties", 175 "--properties",
176 "gitHash", 176 "gitHash",
177 "abc123", 177 "abc123",
178 "build_number", 178 "build_number",
179 "5", 179 "5",
180 "--key", 180 "--key",
181 "arch", 181 "arch",
182 "x86_64", 182 "x86_64",
183 "compiler", 183 "compiler",
184 "GCC", 184 "GCC",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "~inc1.ico", 261 "~inc1.ico",
262 "~inc0.png", 262 "~inc0.png",
263 "~inc1.png", 263 "~inc1.png",
264 "~inc2.png", 264 "~inc2.png",
265 "~inc12.png", 265 "~inc12.png",
266 "~inc13.png", 266 "~inc13.png",
267 "~inc14.png", 267 "~inc14.png",
268 "~inc0.webp", 268 "~inc0.webp",
269 "~inc1.webp", 269 "~inc1.webp",
270 "--outResultsFile", 270 "--outResultsFile",
271 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-Valgrind/data/nanobench_abc123.json", 271 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-Valgrind/data/nanobench_abc123_1337018001.json",
272 "--properties", 272 "--properties",
273 "gitHash", 273 "gitHash",
274 "abc123", 274 "abc123",
275 "build_number", 275 "build_number",
276 "5", 276 "5",
277 "--key", 277 "--key",
278 "arch", 278 "arch",
279 "x86_64", 279 "x86_64",
280 "compiler", 280 "compiler",
281 "GCC", 281 "GCC",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
321 "@@@STEP_LOG_END@python.inline@@@" 321 "@@@STEP_LOG_END@python.inline@@@"
322 ] 322 ]
323 }, 323 },
324 { 324 {
325 "name": "$result", 325 "name": "$result",
326 "recipe_result": null, 326 "recipe_result": null,
327 "status_code": 0 327 "status_code": 0
328 } 328 }
329 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698