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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json

Issue 2209343002: [recipes] Stop pretending that buildbot_spec is a step, simplify (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_sub1
Patch Set: rebase Created 4 years, 4 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 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_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 14 matching lines...) Expand all
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
29 "config", 29 "config",
30 "--spec", 30 "--spec",
31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ ntarget_os = ['llvm']" 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ ntarget_os = ['llvm']"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "BUILDTYPE": "Debug",
36 "CC": "/usr/bin/clang",
35 "CHROME_HEADLESS": "1", 37 "CHROME_HEADLESS": "1",
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 38 "CXX": "/usr/bin/clang++",
39 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0",
40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
41 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android "
37 }, 42 },
38 "name": "gclient setup" 43 "name": "gclient setup"
39 }, 44 },
40 { 45 {
41 "cmd": [ 46 "cmd": [
42 "python", 47 "python",
43 "-u", 48 "-u",
44 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 49 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
45 "sync", 50 "sync",
46 "--nohooks", 51 "--nohooks",
47 "--force", 52 "--force",
48 "--verbose", 53 "--verbose",
49 "--delete_unversioned_trees", 54 "--delete_unversioned_trees",
50 "--revision", 55 "--revision",
51 "skia@abc123", 56 "skia@abc123",
52 "--output-json", 57 "--output-json",
53 "/path/to/tmp/json" 58 "/path/to/tmp/json"
54 ], 59 ],
55 "cwd": "[CUSTOM_/_B_WORK]", 60 "cwd": "[CUSTOM_/_B_WORK]",
56 "env": { 61 "env": {
62 "BUILDTYPE": "Debug",
63 "CC": "/usr/bin/clang",
57 "CHROME_HEADLESS": "1", 64 "CHROME_HEADLESS": "1",
58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 65 "CXX": "/usr/bin/clang++",
66 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0",
67 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
68 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android "
59 }, 69 },
60 "name": "gclient sync", 70 "name": "gclient sync",
61 "~followup_annotations": [ 71 "~followup_annotations": [
62 "@@@STEP_LOG_LINE@json.output@{@@@", 72 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
66 "@@@STEP_LOG_LINE@json.output@ }@@@", 76 "@@@STEP_LOG_LINE@json.output@ }@@@",
67 "@@@STEP_LOG_LINE@json.output@ }@@@", 77 "@@@STEP_LOG_LINE@json.output@ }@@@",
68 "@@@STEP_LOG_LINE@json.output@}@@@", 78 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 187 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
178 "@@@STEP_LOG_END@python.inline@@@" 188 "@@@STEP_LOG_END@python.inline@@@"
179 ] 189 ]
180 }, 190 },
181 { 191 {
182 "name": "$result", 192 "name": "$result",
183 "recipe_result": null, 193 "recipe_result": null,
184 "status_code": 0 194 "status_code": 0
185 } 195 }
186 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698