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

Side by Side Diff: infra/bots/recipes/swarm_test.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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "[SLAVE_BUILD]/skp", 212 "[SLAVE_BUILD]/skp",
213 "--images", 213 "--images",
214 "[SLAVE_BUILD]/skimage/dm", 214 "[SLAVE_BUILD]/skimage/dm",
215 "--colorImages", 215 "--colorImages",
216 "[SLAVE_BUILD]/skimage/colorspace", 216 "[SLAVE_BUILD]/skimage/colorspace",
217 "--nameByHash", 217 "--nameByHash",
218 "--properties", 218 "--properties",
219 "gitHash", 219 "gitHash",
220 "abc123", 220 "abc123",
221 "master", 221 "master",
222 "client.skia", 222 "chromium.testing.master",
223 "builder", 223 "builder",
224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug-Trybot", 224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug-Trybot",
225 "build_number", 225 "build_number",
226 "5", 226 "571",
227 "issue", 227 "issue",
228 "2100", 228 "456789",
229 "patchset", 229 "patchset",
230 "2", 230 "12",
231 "patch_storage", 231 "patch_storage",
232 "gerrit", 232 "gerrit",
233 "no_buildbot", 233 "no_buildbot",
234 "True", 234 "True",
235 "swarming_bot_id", 235 "swarming_bot_id",
236 "skia-bot-123", 236 "skia-bot-123",
237 "swarming_task_id", 237 "swarming_task_id",
238 "123456", 238 "123456",
239 "--svgs", 239 "--svgs",
240 "[SLAVE_BUILD]/svg", 240 "[SLAVE_BUILD]/svg",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 ], 495 ],
496 "cwd": "[SLAVE_BUILD]/skia", 496 "cwd": "[SLAVE_BUILD]/skia",
497 "name": "dm" 497 "name": "dm"
498 }, 498 },
499 { 499 {
500 "name": "$result", 500 "name": "$result",
501 "recipe_result": null, 501 "recipe_result": null,
502 "status_code": 0 502 "status_code": 0
503 } 503 }
504 ] 504 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.py ('k') | infra/bots/recipes/swarm_test.expected/recipe_with_gerrit_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698