OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 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_CACHE]", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout_path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
| 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 29 "config", |
| 30 "--spec", |
| 31 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
| 32 ], |
| 33 "cwd": "[CUSTOM_/_B_CACHE]", |
| 34 "env": { |
| 35 "CHROME_HEADLESS": "1", |
| 36 "PATH": "[DEPOT_TOOLS]:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 37 "PYTHONPATH": "[BUILD]/scripts" |
| 38 }, |
| 39 "name": "gclient setup" |
| 40 }, |
| 41 { |
| 42 "cmd": [ |
| 43 "python", |
| 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "sync", |
| 47 "--nohooks", |
| 48 "--force", |
| 49 "--verbose", |
| 50 "--delete_unversioned_trees", |
| 51 "--revision", |
| 52 "skia@abc123", |
| 53 "--output-json", |
| 54 "/path/to/tmp/json" |
| 55 ], |
| 56 "cwd": "[CUSTOM_/_B_CACHE]", |
| 57 "env": { |
| 58 "CHROME_HEADLESS": "1", |
| 59 "PATH": "[DEPOT_TOOLS]:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PA
CKAGE_REPO[depot_tools]", |
| 60 "PYTHONPATH": "[BUILD]/scripts" |
| 61 }, |
| 62 "name": "gclient sync", |
| 63 "~followup_annotations": [ |
| 64 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 71 "@@@STEP_LOG_END@json.output@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 73 ] |
| 74 }, |
| 75 { |
| 76 "cmd": [ |
| 77 "python", |
| 78 "-u", |
| 79 "[CUSTOM_/_B_CACHE]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 80 "/path/to/tmp/json", |
8 "Build-Mac-Clang-Arm7-Release-iOS" | 81 "Build-Mac-Clang-Arm7-Release-iOS" |
9 ], | 82 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 83 "cwd": "[CUSTOM_/_B_CACHE]/skia", |
11 "name": "exec buildbot_spec.py", | 84 "name": "exec buildbot_spec.py", |
12 "~followup_annotations": [ | 85 "~followup_annotations": [ |
13 "@@@STEP_LOG_LINE@json.output@{@@@", | 86 "@@@STEP_LOG_LINE@json.output@{@@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
15 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
16 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 89 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
19 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"iOS\", @@@", | 93 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"iOS\", @@@", |
(...skipping 19 matching lines...) Expand all Loading... |
40 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
42 "@@@STEP_LOG_LINE@json.output@}@@@", | 115 "@@@STEP_LOG_LINE@json.output@}@@@", |
43 "@@@STEP_LOG_END@json.output@@@" | 116 "@@@STEP_LOG_END@json.output@@@" |
44 ] | 117 ] |
45 }, | 118 }, |
46 { | 119 { |
47 "cmd": [ | 120 "cmd": [ |
48 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_ninja" | 121 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_ninja" |
49 ], | 122 ], |
50 "cwd": "[SLAVE_BUILD]/skia", | 123 "cwd": "[CUSTOM_/_B_CACHE]/skia", |
51 "env": { | 124 "env": { |
52 "BUILDTYPE": "Release", | 125 "BUILDTYPE": "Release", |
53 "CC": "/usr/bin/clang", | 126 "CC": "/usr/bin/clang", |
54 "CHROME_HEADLESS": "1", | 127 "CHROME_HEADLESS": "1", |
55 "CXX": "/usr/bin/clang++", | 128 "CXX": "/usr/bin/clang++", |
56 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=1", | 129 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=1", |
57 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 130 "PATH": "[DEPOT_TOOLS]:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PA
CKAGE_REPO[depot_tools]", |
58 "SKIA_OUT": "[SLAVE_BUILD]/out" | 131 "PYTHONPATH": "[BUILD]/scripts", |
| 132 "SKIA_OUT": "[CUSTOM_/_B_CACHE]/skia/out/Build-Mac-Clang-Arm7-Release-iOS" |
59 }, | 133 }, |
60 "name": "build iOSShell" | 134 "name": "build iOSShell" |
61 }, | 135 }, |
62 { | 136 { |
63 "cmd": [ | 137 "cmd": [ |
64 "python", | 138 "python", |
65 "-u", | 139 "-u", |
66 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a
s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_
whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n
print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", | 140 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a
s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_
whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n
print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", |
67 "[SLAVE_BUILD]/out/Release", | 141 "[CUSTOM_/_B_CACHE]/skia/out/Build-Mac-Clang-Arm7-Release-iOS/Release", |
68 "[SWARM_OUT_DIR]/out/Release" | 142 "[SWARM_OUT_DIR]/out/Release" |
69 ], | 143 ], |
70 "name": "copy build products", | 144 "name": "copy build products", |
71 "~followup_annotations": [ | 145 "~followup_annotations": [ |
72 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 146 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
73 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 147 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
74 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 148 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
75 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 149 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
76 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 150 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
77 "@@@STEP_LOG_LINE@python.inline@@@@", | 151 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 13 matching lines...) Expand all Loading... |
91 "@@@STEP_LOG_LINE@python.inline@ print 'Copying build product %s to %s'
% (f, dst)@@@", | 165 "@@@STEP_LOG_LINE@python.inline@ print 'Copying build product %s to %s'
% (f, dst)@@@", |
92 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", | 166 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", |
93 "@@@STEP_LOG_END@python.inline@@@" | 167 "@@@STEP_LOG_END@python.inline@@@" |
94 ] | 168 ] |
95 }, | 169 }, |
96 { | 170 { |
97 "cmd": [ | 171 "cmd": [ |
98 "python", | 172 "python", |
99 "-u", | 173 "-u", |
100 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a
s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_
whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n
print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", | 174 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a
s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_
whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n
print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", |
101 "[SLAVE_BUILD]/skia/xcodebuild/Release-iphoneos", | 175 "[CUSTOM_/_B_CACHE]/skia/xcodebuild/Release-iphoneos", |
102 "[SWARM_OUT_DIR]/xcodebuild/Release-iphoneos" | 176 "[SWARM_OUT_DIR]/xcodebuild/Release-iphoneos" |
103 ], | 177 ], |
104 "name": "copy build products (2)", | 178 "name": "copy build products (2)", |
105 "~followup_annotations": [ | 179 "~followup_annotations": [ |
106 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 180 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
107 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 181 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
108 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 182 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
109 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 183 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
110 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 184 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
111 "@@@STEP_LOG_LINE@python.inline@@@@", | 185 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 14 matching lines...) Expand all Loading... |
126 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", | 200 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", |
127 "@@@STEP_LOG_END@python.inline@@@" | 201 "@@@STEP_LOG_END@python.inline@@@" |
128 ] | 202 ] |
129 }, | 203 }, |
130 { | 204 { |
131 "name": "$result", | 205 "name": "$result", |
132 "recipe_result": null, | 206 "recipe_result": null, |
133 "status_code": 0 | 207 "status_code": 0 |
134 } | 208 } |
135 ] | 209 ] |
OLD | NEW |