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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/recipe_with_gerrit_patch.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "[SLAVE_BUILD]/skp", 184 "[SLAVE_BUILD]/skp",
185 "--images", 185 "--images",
186 "[SLAVE_BUILD]/skimage/dm", 186 "[SLAVE_BUILD]/skimage/dm",
187 "--colorImages", 187 "--colorImages",
188 "[SLAVE_BUILD]/skimage/colorspace", 188 "[SLAVE_BUILD]/skimage/colorspace",
189 "--nameByHash", 189 "--nameByHash",
190 "--properties", 190 "--properties",
191 "gitHash", 191 "gitHash",
192 "abc123", 192 "abc123",
193 "master", 193 "master",
194 "client.skia", 194 "chromium.testing.master",
195 "builder", 195 "builder",
196 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug-Trybot", 196 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug-Trybot",
197 "build_number", 197 "build_number",
198 "5", 198 "571",
199 "issue", 199 "issue",
200 "2100", 200 "456789",
201 "patchset", 201 "patchset",
202 "2", 202 "12",
203 "patch_storage", 203 "patch_storage",
204 "gerrit", 204 "gerrit",
205 "--svgs", 205 "--svgs",
206 "[SLAVE_BUILD]/svg", 206 "[SLAVE_BUILD]/svg",
207 "--key", 207 "--key",
208 "arch", 208 "arch",
209 "x86", 209 "x86",
210 "compiler", 210 "compiler",
211 "GCC", 211 "GCC",
212 "configuration", 212 "configuration",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 ], 461 ],
462 "cwd": "[SLAVE_BUILD]/skia", 462 "cwd": "[SLAVE_BUILD]/skia",
463 "name": "dm" 463 "name": "dm"
464 }, 464 },
465 { 465 {
466 "name": "$result", 466 "name": "$result",
467 "recipe_result": null, 467 "recipe_result": null,
468 "status_code": 0 468 "status_code": 0
469 } 469 }
470 ] 470 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/nobuildbot.json ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698