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

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

Issue 2415193002: Add infra_tests.py, recipe, buildbotless bot (Closed)
Patch Set: Fixes 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "~inc1.ico", 152 "~inc1.ico",
153 "~inc0.png", 153 "~inc0.png",
154 "~inc1.png", 154 "~inc1.png",
155 "~inc2.png", 155 "~inc2.png",
156 "~inc12.png", 156 "~inc12.png",
157 "~inc13.png", 157 "~inc13.png",
158 "~inc14.png", 158 "~inc14.png",
159 "~inc0.webp", 159 "~inc0.webp",
160 "~inc1.webp", 160 "~inc1.webp",
161 "--outResultsFile", 161 "--outResultsFile",
162 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-VisualBench/data/nanobench_abc123_1337018001.json", 162 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x 86_64-Release-VisualBench/data/nanobench_abc123_1337000001.json",
163 "--properties", 163 "--properties",
164 "gitHash", 164 "gitHash",
165 "abc123", 165 "abc123",
166 "build_number", 166 "build_number",
167 "5", 167 "5",
168 "--key", 168 "--key",
169 "arch", 169 "arch",
170 "x86_64", 170 "x86_64",
171 "compiler", 171 "compiler",
172 "GCC", 172 "GCC",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
210 "@@@STEP_LOG_END@python.inline@@@" 210 "@@@STEP_LOG_END@python.inline@@@"
211 ] 211 ]
212 }, 212 },
213 { 213 {
214 "name": "$result", 214 "name": "$result",
215 "recipe_result": null, 215 "recipe_result": null,
216 "status_code": 0 216 "status_code": 0
217 } 217 }
218 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698