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

Side by Side Diff: infra/bots/recipes/swarm_compile.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 "[CUSTOM_C:\\_B_WORK]", 7 "[CUSTOM_C:\\_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 17 matching lines...) Expand all
28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
29 "--spec", 29 "--spec",
30 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS. git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk ia.git'}]", 30 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS. git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk ia.git'}]",
31 "--patch_root", 31 "--patch_root",
32 "skia", 32 "skia",
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"skia\": \"got_revision\"}", 34 "{\"skia\": \"got_revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[CUSTOM_C:\\_B_CACHE]", 36 "[CUSTOM_C:\\_B_CACHE]",
37 "--gerrit_repo", 37 "--gerrit_repo",
38 "skia", 38 "https://skia.googlesource.com/skia",
39 "--gerrit_ref", 39 "--gerrit_ref",
40 "refs/changes/00/2100/2", 40 "refs/changes/89/456789/12",
41 "--output_json", 41 "--output_json",
42 "/path/to/tmp/json", 42 "/path/to/tmp/json",
43 "--revision", 43 "--revision",
44 "skia@abc123", 44 "skia@abc123",
45 "--output_manifest" 45 "--output_manifest"
46 ], 46 ],
47 "cwd": "[CUSTOM_C:\\_B_WORK]", 47 "cwd": "[CUSTOM_C:\\_B_WORK]",
48 "env": { 48 "env": {
49 "BUILDTYPE": "Debug", 49 "BUILDTYPE": "Debug",
50 "CHROME_HEADLESS": "1", 50 "CHROME_HEADLESS": "1",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 192 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
193 "@@@STEP_LOG_END@python.inline@@@" 193 "@@@STEP_LOG_END@python.inline@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "name": "$result", 197 "name": "$result",
198 "recipe_result": null, 198 "recipe_result": null,
199 "status_code": 0 199 "status_code": 0
200 } 200 }
201 ] 201 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/buildbotless_trybot_gerrit.json ('k') | infra/bots/recipes/swarm_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698