OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[CWD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[CWD]/skia", | 18 "cwd": "[SLAVE_BUILD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[CWD]/skia", | 28 "cwd": "[SLAVE_BUILD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[CWD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}]\ntarget_os = ['llvm']" | 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
50 "env": { | 51 "env": { |
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
52 }, | 53 }, |
53 "name": "gclient setup" | 54 "name": "gclient setup" |
54 }, | 55 }, |
55 { | 56 { |
56 "cmd": [ | 57 "cmd": [ |
57 "python", | 58 "python", |
58 "-u", | 59 "-u", |
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
60 "sync", | 61 "sync", |
61 "--nohooks", | 62 "--nohooks", |
62 "--force", | 63 "--force", |
63 "--verbose", | 64 "--verbose", |
64 "--delete_unversioned_trees", | 65 "--delete_unversioned_trees", |
65 "--revision", | 66 "--revision", |
66 "skia@abc123", | 67 "skia@abc123", |
67 "--output-json", | 68 "--output-json", |
68 "/path/to/tmp/json" | 69 "/path/to/tmp/json" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "env": { | 72 "env": { |
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
72 }, | 74 }, |
73 "name": "gclient sync", | 75 "name": "gclient sync", |
74 "~followup_annotations": [ | 76 "~followup_annotations": [ |
75 "@@@STEP_LOG_LINE@json.output@{@@@", | 77 "@@@STEP_LOG_LINE@json.output@{@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
79 "@@@STEP_LOG_LINE@json.output@ }@@@", | 81 "@@@STEP_LOG_LINE@json.output@ }@@@", |
80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 82 "@@@STEP_LOG_LINE@json.output@ }@@@", |
81 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
82 "@@@STEP_LOG_END@json.output@@@", | 84 "@@@STEP_LOG_END@json.output@@@", |
83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
84 ] | 86 ] |
85 }, | 87 }, |
86 { | 88 { |
87 "cmd": [ | 89 "cmd": [ |
88 "python", | 90 "python", |
89 "-u", | 91 "-u", |
90 "[CWD]/skia/tools/buildbot_spec.py", | 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
91 "/path/to/tmp/json", | 93 "/path/to/tmp/json", |
92 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN" | 94 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN" |
93 ], | 95 ], |
94 "cwd": "[CWD]/skia", | 96 "cwd": "[SLAVE_BUILD]/skia", |
95 "name": "exec buildbot_spec.py", | 97 "name": "exec buildbot_spec.py", |
96 "~followup_annotations": [ | 98 "~followup_annotations": [ |
97 "@@@STEP_LOG_LINE@json.output@{@@@", | 99 "@@@STEP_LOG_LINE@json.output@{@@@", |
98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
99 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", |
100 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 102 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
(...skipping 18 matching lines...) Expand all Loading... |
123 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
124 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 126 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
125 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", |
126 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
127 "@@@STEP_LOG_LINE@json.output@}@@@", | 129 "@@@STEP_LOG_LINE@json.output@}@@@", |
128 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
129 ] | 131 ] |
130 }, | 132 }, |
131 { | 133 { |
132 "cmd": [ | 134 "cmd": [ |
133 "[CWD]/skia/tools/xsan_build", | 135 "[SLAVE_BUILD]/skia/tools/xsan_build", |
134 "thread", | 136 "thread", |
135 "dm" | 137 "dm" |
136 ], | 138 ], |
137 "cwd": "[CWD]/skia", | 139 "cwd": "[SLAVE_BUILD]/skia", |
138 "env": { | 140 "env": { |
139 "BUILDTYPE": "Release", | 141 "BUILDTYPE": "Release", |
140 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 142 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
141 "SKIA_OUT": "[CWD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TS
AN" | 143 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN" |
142 }, | 144 }, |
143 "name": "build dm" | 145 "name": "build dm" |
144 }, | 146 }, |
145 { | 147 { |
146 "cmd": [ | 148 "cmd": [ |
147 "python", | 149 "python", |
148 "-u", | 150 "-u", |
149 "\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", | 151 "\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", |
150 "[CWD]/tmp", | 152 "[SLAVE_BUILD]/tmp", |
151 "511" | 153 "511" |
152 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
153 "name": "makedirs tmp_dir", | 156 "name": "makedirs tmp_dir", |
154 "~followup_annotations": [ | 157 "~followup_annotations": [ |
155 "@@@STEP_LOG_LINE@python.inline@@@@", | 158 "@@@STEP_LOG_LINE@python.inline@@@@", |
156 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 159 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
157 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 160 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
158 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 161 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
159 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 162 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
160 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 163 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
161 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
162 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 165 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
163 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 166 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
164 "@@@STEP_LOG_END@python.inline@@@" | 167 "@@@STEP_LOG_END@python.inline@@@" |
165 ] | 168 ] |
166 }, | 169 }, |
167 { | 170 { |
168 "cmd": [ | 171 "cmd": [ |
169 "python", | 172 "python", |
170 "-u", | 173 "-u", |
171 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
172 "[CWD]/tmp/SKP_VERSION", | 175 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
173 "/path/to/tmp/" | 176 "/path/to/tmp/" |
174 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
175 "name": "Get downloaded SKP_VERSION" | 179 "name": "Get downloaded SKP_VERSION" |
176 }, | 180 }, |
177 { | 181 { |
178 "cmd": [ | 182 "cmd": [ |
179 "python", | 183 "python", |
180 "-u", | 184 "-u", |
181 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
182 "[CWD]/skia/SKP_VERSION", | 186 "[SLAVE_BUILD]/skia/SKP_VERSION", |
183 "/path/to/tmp/" | 187 "/path/to/tmp/" |
184 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
185 "name": "Get expected SKP_VERSION" | 190 "name": "Get expected SKP_VERSION" |
186 }, | 191 }, |
187 { | 192 { |
188 "cmd": [ | 193 "cmd": [ |
189 "python", | 194 "python", |
190 "-u", | 195 "-u", |
191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 196 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
192 "[CWD]/tmp/SK_IMAGE_VERSION", | 197 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
193 "/path/to/tmp/" | 198 "/path/to/tmp/" |
194 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]", |
195 "name": "Get downloaded SK_IMAGE_VERSION" | 201 "name": "Get downloaded SK_IMAGE_VERSION" |
196 }, | 202 }, |
197 { | 203 { |
198 "cmd": [ | 204 "cmd": [ |
199 "python", | 205 "python", |
200 "-u", | 206 "-u", |
201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
202 "[CWD]/skia/SK_IMAGE_VERSION", | 208 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
203 "/path/to/tmp/" | 209 "/path/to/tmp/" |
204 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
205 "name": "Get expected SK_IMAGE_VERSION" | 212 "name": "Get expected SK_IMAGE_VERSION" |
206 }, | 213 }, |
207 { | 214 { |
208 "cmd": [ | 215 "cmd": [ |
209 "[CWD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/Release/d
m", | 216 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R
elease/dm", |
210 "--undefok", | 217 "--undefok", |
211 "--resourcePath", | 218 "--resourcePath", |
212 "[CWD]/skia/resources", | 219 "[SLAVE_BUILD]/skia/resources", |
213 "--skps", | 220 "--skps", |
214 "[CWD]/playback/skps", | 221 "[SLAVE_BUILD]/playback/skps", |
215 "--images", | 222 "--images", |
216 "[CWD]/images/dm", | 223 "[SLAVE_BUILD]/images/dm", |
217 "--nameByHash", | 224 "--nameByHash", |
218 "--properties", | 225 "--properties", |
219 "gitHash", | 226 "gitHash", |
220 "164710", | 227 "164710", |
221 "master", | 228 "master", |
222 "client.skia", | 229 "client.skia", |
223 "builder", | 230 "builder", |
224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", | 231 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", |
225 "build_number", | 232 "build_number", |
226 "5", | 233 "5", |
(...skipping 10 matching lines...) Expand all Loading... |
237 "AVX2", | 244 "AVX2", |
238 "extra_config", | 245 "extra_config", |
239 "TSAN", | 246 "TSAN", |
240 "model", | 247 "model", |
241 "GCE", | 248 "GCE", |
242 "os", | 249 "os", |
243 "Ubuntu", | 250 "Ubuntu", |
244 "--nogpu", | 251 "--nogpu", |
245 "--dummy-flags" | 252 "--dummy-flags" |
246 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
247 "env": { | 255 "env": { |
248 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", | 256 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", |
249 "BUILDTYPE": "Release", | 257 "BUILDTYPE": "Release", |
250 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 258 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
251 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[CWD]/skia/
tools/lsan.supp", | 259 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL
D]/skia/tools/lsan.supp", |
252 "SKIA_OUT": "[CWD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TS
AN", | 260 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN", |
253 "TSAN_OPTIONS": "suppressions=[CWD]/skia/tools/tsan.supp", | 261 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", |
254 "UBSAN_OPTIONS": "suppressions=[CWD]/skia/tools/ubsan.supp" | 262 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" |
255 }, | 263 }, |
256 "name": "dm" | 264 "name": "dm" |
257 }, | 265 }, |
258 { | 266 { |
259 "name": "$result", | 267 "name": "$result", |
260 "recipe_result": null, | 268 "recipe_result": null, |
261 "status_code": 0 | 269 "status_code": 0 |
262 } | 270 } |
263 ] | 271 ] |
OLD | NEW |