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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/nobuildbot.json

Issue 2455523004: Fix recipes for Gerrit property rename (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « infra/bots/recipes/swarm_perf.py ('k') | infra/bots/recipes/swarm_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "~inc13.png", 183 "~inc13.png",
184 "~inc14.png", 184 "~inc14.png",
185 "~inc0.webp", 185 "~inc0.webp",
186 "~inc1.webp", 186 "~inc1.webp",
187 "--outResultsFile", 187 "--outResultsFile",
188 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data\\nanobench_abc123_1337000001.json", 188 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data\\nanobench_abc123_1337000001.json",
189 "--properties", 189 "--properties",
190 "gitHash", 190 "gitHash",
191 "abc123", 191 "abc123",
192 "build_number", 192 "build_number",
193 "5", 193 "571",
194 "issue", 194 "issue",
195 "2100", 195 "456789",
196 "patchset", 196 "patchset",
197 "2", 197 "12",
198 "patch_storage", 198 "patch_storage",
199 "gerrit", 199 "gerrit",
200 "no_buildbot", 200 "no_buildbot",
201 "True", 201 "True",
202 "swarming_bot_id", 202 "swarming_bot_id",
203 "skia-bot-123", 203 "skia-bot-123",
204 "swarming_task_id", 204 "swarming_task_id",
205 "123456", 205 "123456",
206 "--key", 206 "--key",
207 "arch", 207 "arch",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 241 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
242 "@@@STEP_LOG_END@python.inline@@@" 242 "@@@STEP_LOG_END@python.inline@@@"
243 ] 243 ]
244 }, 244 },
245 { 245 {
246 "name": "$result", 246 "name": "$result",
247 "recipe_result": null, 247 "recipe_result": null,
248 "status_code": 0 248 "status_code": 0
249 } 249 }
250 ] 250 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_perf.py ('k') | infra/bots/recipes/swarm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698