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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-GN.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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "~inc1.ico", 150 "~inc1.ico",
151 "~inc0.png", 151 "~inc0.png",
152 "~inc1.png", 152 "~inc1.png",
153 "~inc2.png", 153 "~inc2.png",
154 "~inc12.png", 154 "~inc12.png",
155 "~inc13.png", 155 "~inc13.png",
156 "~inc14.png", 156 "~inc14.png",
157 "~inc0.webp", 157 "~inc0.webp",
158 "~inc1.webp", 158 "~inc1.webp",
159 "--outResultsFile", 159 "--outResultsFile",
160 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_6 4-Release-GN/data/nanobench_abc123_1337018001.json", 160 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_6 4-Release-GN/data/nanobench_abc123_1337000001.json",
161 "--properties", 161 "--properties",
162 "gitHash", 162 "gitHash",
163 "abc123", 163 "abc123",
164 "build_number", 164 "build_number",
165 "5", 165 "5",
166 "--key", 166 "--key",
167 "arch", 167 "arch",
168 "x86_64", 168 "x86_64",
169 "compiler", 169 "compiler",
170 "Clang", 170 "Clang",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 203 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
204 "@@@STEP_LOG_END@python.inline@@@" 204 "@@@STEP_LOG_END@python.inline@@@"
205 ] 205 ]
206 }, 206 },
207 { 207 {
208 "name": "$result", 208 "name": "$result",
209 "recipe_result": null, 209 "recipe_result": null,
210 "status_code": 0 210 "status_code": 0
211 } 211 }
212 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698