OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
16 "--master", | 15 "--master", |
17 "chromium.webkit", | 16 "chromium.webkit", |
18 "--builder", | 17 "--builder", |
19 "WebKit Win7", | 18 "WebKit Win7", |
20 "--slave", | 19 "--slave", |
21 "TestSlavename", | 20 "TestSlavename", |
22 "--spec", | 21 "--spec", |
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
24 "--root", | 23 "--root", |
25 "src", | 24 "src", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
30 "--output_json", | 29 "--output_json", |
31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
32 "--revision", | 31 "--revision", |
33 "src@1111111", | 32 "src@1111111", |
34 "--revision", | 33 "--revision", |
35 "src/third_party/WebKit@HEAD", | 34 "src/third_party/WebKit@HEAD", |
36 "--force", | 35 "--force", |
37 "--output_manifest" | 36 "--output_manifest" |
38 ], | 37 ], |
39 "cwd": "[SLAVE_BUILD]", | |
40 "env": { | 38 "env": { |
41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
42 }, | 40 }, |
43 "name": "bot_update", | 41 "name": "bot_update", |
44 "~followup_annotations": [ | 42 "~followup_annotations": [ |
45 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
46 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
110 ] | 108 ] |
111 }, | 109 }, |
112 { | 110 { |
113 "cmd": [], | 111 "cmd": [], |
114 "cwd": "[SLAVE_BUILD]", | |
115 "name": "ensure_goma" | 112 "name": "ensure_goma" |
116 }, | 113 }, |
117 { | 114 { |
118 "cmd": [ | 115 "cmd": [ |
119 "python", | 116 "python", |
120 "-u", | 117 "-u", |
121 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
122 "--platform", | 119 "--platform", |
123 "windows-386", | 120 "windows-386", |
124 "--dest-directory", | 121 "--dest-directory", |
125 "[SLAVE_BUILD]\\cipd", | 122 "[CWD]\\cipd", |
126 "--json-output", | 123 "--json-output", |
127 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
128 ], | 125 ], |
129 "cwd": "[SLAVE_BUILD]", | |
130 "name": "ensure_goma.install cipd", | 126 "name": "ensure_goma.install cipd", |
131 "~followup_annotations": [ | 127 "~followup_annotations": [ |
132 "@@@STEP_NEST_LEVEL@1@@@", | 128 "@@@STEP_NEST_LEVEL@1@@@", |
133 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
134 "@@@STEP_LOG_LINE@json.output@{@@@", | 130 "@@@STEP_LOG_LINE@json.output@{@@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
137 "@@@STEP_LOG_LINE@json.output@}@@@", | 133 "@@@STEP_LOG_LINE@json.output@}@@@", |
138 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
139 ] | 135 ] |
140 }, | 136 }, |
141 { | 137 { |
142 "cmd": [ | 138 "cmd": [ |
143 "[SLAVE_BUILD]\\cipd\\cipd", | 139 "fake_slave_build/cipd", |
144 "ensure", | 140 "ensure", |
145 "--root", | 141 "--root", |
146 "[CACHE]\\cipd\\goma", | 142 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
147 "--list", | 143 "--list", |
148 "infra_internal/goma/client/windows-amd64 release", | 144 "infra_internal/goma/client/windows-amd64 release", |
149 "--json-output", | 145 "--json-output", |
150 "/path/to/tmp/json", | 146 "/path/to/tmp/json", |
151 "--service-account-json", | 147 "--service-account-json", |
152 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 148 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
153 ], | 149 ], |
154 "cwd": "[SLAVE_BUILD]", | |
155 "name": "ensure_goma.ensure_installed", | 150 "name": "ensure_goma.ensure_installed", |
156 "~followup_annotations": [ | 151 "~followup_annotations": [ |
157 "@@@STEP_NEST_LEVEL@1@@@", | 152 "@@@STEP_NEST_LEVEL@1@@@", |
158 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
160 "@@@STEP_LOG_LINE@json.output@ {@@@", | 155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
163 "@@@STEP_LOG_LINE@json.output@ }@@@", | 158 "@@@STEP_LOG_LINE@json.output@ }@@@", |
164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
165 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
166 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
167 ] | 162 ] |
168 }, | 163 }, |
169 { | 164 { |
170 "cmd": [ | 165 "cmd": [ |
171 "python", | 166 "python", |
172 "-u", | 167 "-u", |
173 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 168 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
174 "--version" | 169 "--version" |
175 ], | 170 ], |
176 "cwd": "[SLAVE_BUILD]", | |
177 "name": "swarming.py --version", | 171 "name": "swarming.py --version", |
178 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
179 "~followup_annotations": [ | 173 "~followup_annotations": [ |
180 "@@@STEP_TEXT@0.4.10@@@" | 174 "@@@STEP_TEXT@0.4.10@@@" |
181 ] | 175 ] |
182 }, | 176 }, |
183 { | 177 { |
184 "cmd": [ | 178 "cmd": [ |
185 "python", | 179 "python", |
186 "-u", | 180 "-u", |
187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
188 "runhooks" | 182 "runhooks" |
189 ], | 183 ], |
190 "cwd": "[SLAVE_BUILD]", | |
191 "env": { | 184 "env": { |
192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
193 "GYP_CHROMIUM_NO_ACTION": "1", | 186 "GYP_CHROMIUM_NO_ACTION": "1", |
194 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", | 187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=ia32 test_isolati
on_mode=prepare use_goma=1", |
195 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
196 }, | 189 }, |
197 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
198 }, | 191 }, |
199 { | 192 { |
200 "cmd": [ | 193 "cmd": [ |
201 "python", | 194 "python", |
202 "-u", | 195 "-u", |
203 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 196 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
204 "--output", | 197 "--output", |
205 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
206 "--", | 199 "--", |
207 "--build-config-fs", | 200 "--build-config-fs", |
208 "Release", | 201 "Release", |
209 "--paths", | 202 "--paths", |
210 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 203 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", |
211 "--properties", | 204 "--properties", |
212 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" | 205 "{\"buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi
n\"}" |
213 ], | 206 ], |
214 "cwd": "[SLAVE_BUILD]", | |
215 "name": "get compile targets for scripts", | 207 "name": "get compile targets for scripts", |
216 "~followup_annotations": [ | 208 "~followup_annotations": [ |
217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 209 "@@@STEP_LOG_LINE@json.output@{}@@@", |
218 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
219 ] | 211 ] |
220 }, | 212 }, |
221 { | 213 { |
222 "cmd": [ | 214 "cmd": [ |
223 "python", | 215 "python", |
224 "-u", | 216 "-u", |
225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
226 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 218 "[CWD]\\src\\testing\\buildbot\\chromium.webkit.json", |
227 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
228 ], | 220 ], |
229 "cwd": "[SLAVE_BUILD]", | |
230 "name": "read test spec", | 221 "name": "read test spec", |
231 "~followup_annotations": [ | 222 "~followup_annotations": [ |
232 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 223 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webkit.json@@@
", |
233 "@@@STEP_LOG_LINE@json.output@{@@@", | 224 "@@@STEP_LOG_LINE@json.output@{@@@", |
234 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", |
235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
236 "@@@STEP_LOG_LINE@json.output@ {@@@", | 227 "@@@STEP_LOG_LINE@json.output@ {@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
239 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
241 "@@@STEP_LOG_LINE@json.output@ }@@@", | 232 "@@@STEP_LOG_LINE@json.output@ }@@@", |
242 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
243 "@@@STEP_LOG_LINE@json.output@ }@@@", | 234 "@@@STEP_LOG_LINE@json.output@ }@@@", |
244 "@@@STEP_LOG_LINE@json.output@}@@@", | 235 "@@@STEP_LOG_LINE@json.output@}@@@", |
245 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
246 ] | 237 ] |
247 }, | 238 }, |
248 { | 239 { |
249 "cmd": [ | 240 "cmd": [ |
250 "python", | 241 "python", |
251 "-u", | 242 "-u", |
252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
253 "--show-path", | 244 "--show-path", |
254 "python", | 245 "python", |
255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
256 ], | 247 ], |
257 "cwd": "[SLAVE_BUILD]", | |
258 "name": "cleanup_temp" | 248 "name": "cleanup_temp" |
259 }, | 249 }, |
260 { | 250 { |
261 "cmd": [ | 251 "cmd": [ |
262 "python", | 252 "python", |
263 "-u", | 253 "-u", |
264 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 254 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
265 "[SLAVE_BUILD]\\src\\out\\Release" | 255 "[CWD]\\src\\out\\Release" |
266 ], | 256 ], |
267 "cwd": "[SLAVE_BUILD]", | |
268 "name": "rmtree build directory", | 257 "name": "rmtree build directory", |
269 "~followup_annotations": [ | 258 "~followup_annotations": [ |
270 "@@@STEP_LOG_LINE@python.inline@@@@", | 259 "@@@STEP_LOG_LINE@python.inline@@@@", |
271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 260 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 261 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
273 "@@@STEP_LOG_LINE@python.inline@@@@", | 262 "@@@STEP_LOG_LINE@python.inline@@@@", |
274 "@@@STEP_LOG_LINE@python.inline@@@@", | 263 "@@@STEP_LOG_LINE@python.inline@@@@", |
275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 264 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 265 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
277 "@@@STEP_LOG_END@python.inline@@@" | 266 "@@@STEP_LOG_END@python.inline@@@" |
278 ] | 267 ] |
279 }, | 268 }, |
280 { | 269 { |
281 "cmd": [ | 270 "cmd": [ |
282 "python", | 271 "python", |
283 "-u", | 272 "-u", |
284 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 273 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
285 "--show-path", | 274 "--show-path", |
286 "python", | 275 "python", |
287 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", | 276 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
288 "--target", | 277 "--target", |
289 "Release", | 278 "Release", |
290 "--build-archive-url", | 279 "--build-archive-url", |
291 "gs://test-domain/test-archive.zip", | 280 "gs://test-domain/test-archive.zip", |
292 "--master-name", | 281 "--master-name", |
293 "chromium.webkit", | 282 "chromium.webkit", |
294 "--build-number", | 283 "--build-number", |
295 "571" | 284 "571" |
296 ], | 285 ], |
297 "cwd": "[SLAVE_BUILD]", | |
298 "name": "extract build" | 286 "name": "extract build" |
299 }, | 287 }, |
300 { | 288 { |
301 "cmd": [ | 289 "cmd": [ |
302 "python", | 290 "python", |
303 "-u", | 291 "-u", |
304 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 292 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
305 "--build-dir", | 293 "--build-dir", |
306 "[SLAVE_BUILD]\\src\\out\\Release", | 294 "[CWD]\\src\\out\\Release", |
307 "--output-json", | 295 "--output-json", |
308 "/path/to/tmp/json" | 296 "/path/to/tmp/json" |
309 ], | 297 ], |
310 "cwd": "[SLAVE_BUILD]", | |
311 "name": "find isolated tests", | 298 "name": "find isolated tests", |
312 "~followup_annotations": [ | 299 "~followup_annotations": [ |
313 "@@@STEP_LOG_LINE@json.output@{@@@", | 300 "@@@STEP_LOG_LINE@json.output@{@@@", |
314 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
316 "@@@STEP_LOG_LINE@json.output@}@@@", | 303 "@@@STEP_LOG_LINE@json.output@}@@@", |
317 "@@@STEP_LOG_END@json.output@@@", | 304 "@@@STEP_LOG_END@json.output@@@", |
318 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 305 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
319 ] | 306 ] |
320 }, | 307 }, |
321 { | 308 { |
322 "cmd": [ | 309 "cmd": [ |
323 "python", | 310 "python", |
324 "-u", | 311 "-u", |
325 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 312 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
326 "trigger", | 313 "trigger", |
327 "--swarming", | 314 "--swarming", |
328 "https://chromium-swarm.appspot.com", | 315 "https://chromium-swarm.appspot.com", |
329 "--isolate-server", | 316 "--isolate-server", |
330 "https://isolateserver.appspot.com", | 317 "https://isolateserver.appspot.com", |
331 "--priority", | 318 "--priority", |
332 "25", | 319 "25", |
333 "--shards", | 320 "--shards", |
334 "1", | 321 "1", |
335 "--task-name", | 322 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 "purpose:post-commit", | 361 "purpose:post-commit", |
375 "--tag", | 362 "--tag", |
376 "slavename:TestSlavename", | 363 "slavename:TestSlavename", |
377 "--tag", | 364 "--tag", |
378 "stepname:browser_tests on Windows-7-SP1", | 365 "stepname:browser_tests on Windows-7-SP1", |
379 "--idempotent", | 366 "--idempotent", |
380 "ffffffffffffffffffffffffffffffffffffffff", | 367 "ffffffffffffffffffffffffffffffffffffffff", |
381 "--", | 368 "--", |
382 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 369 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
383 ], | 370 ], |
384 "cwd": "[SLAVE_BUILD]", | |
385 "name": "[trigger] browser_tests on Windows-7-SP1", | 371 "name": "[trigger] browser_tests on Windows-7-SP1", |
386 "~followup_annotations": [ | 372 "~followup_annotations": [ |
387 "@@@STEP_LOG_LINE@json.output@{@@@", | 373 "@@@STEP_LOG_LINE@json.output@{@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/WebKit Win7/571\", @@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/WebKit Win7/571\", @@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/WebKit Win7/571\": {@@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/WebKit Win7/571\": {@@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
392 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
393 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
394 "@@@STEP_LOG_LINE@json.output@ }@@@", | 380 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 12 matching lines...) Expand all Loading... |
407 "Release", | 393 "Release", |
408 "--factory-properties", | 394 "--factory-properties", |
409 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
410 "--build-properties", | 396 "--build-properties", |
411 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 397 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WebKit Win7\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\": \"111111
1\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\
": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
412 "--step-name=webkit_tests", | 398 "--step-name=webkit_tests", |
413 "--builder-name=WebKit Win7", | 399 "--builder-name=WebKit Win7", |
414 "--slave-name=TestSlavename", | 400 "--slave-name=TestSlavename", |
415 "--build-number=571", | 401 "--build-number=571", |
416 "--run-python-script", | 402 "--run-python-script", |
417 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", | 403 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
418 "--target", | 404 "--target", |
419 "Release", | 405 "Release", |
420 "-o", | 406 "-o", |
421 "[SLAVE_BUILD]\\layout-test-results", | 407 "[CWD]\\layout-test-results", |
422 "--build-dir", | 408 "--build-dir", |
423 "[SLAVE_BUILD]\\src\\out", | 409 "[CWD]\\src\\out", |
424 "--json-test-results", | 410 "--json-test-results", |
425 "/path/to/tmp/json", | 411 "/path/to/tmp/json", |
426 "--test-results-server", | 412 "--test-results-server", |
427 "test-results.appspot.com", | 413 "test-results.appspot.com", |
428 "--build-number", | 414 "--build-number", |
429 "571", | 415 "571", |
430 "--builder-name", | 416 "--builder-name", |
431 "WebKit Win7", | 417 "WebKit Win7", |
432 "--step-name", | 418 "--step-name", |
433 "webkit_tests" | 419 "webkit_tests" |
434 ], | 420 ], |
435 "cwd": "[SLAVE_BUILD]", | |
436 "name": "webkit_tests", | 421 "name": "webkit_tests", |
437 "~followup_annotations": [ | 422 "~followup_annotations": [ |
438 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 423 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
439 ] | 424 ] |
440 }, | 425 }, |
441 { | 426 { |
442 "cmd": [ | 427 "cmd": [ |
443 "python", | 428 "python", |
444 "-u", | 429 "-u", |
445 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 430 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\archive_layout_test_results.p
y", |
446 "--results-dir", | 431 "--results-dir", |
447 "[SLAVE_BUILD]\\layout-test-results", | 432 "[CWD]\\layout-test-results", |
448 "--build-dir", | 433 "--build-dir", |
449 "[SLAVE_BUILD]\\src\\out", | 434 "[CWD]\\src\\out", |
450 "--build-number", | 435 "--build-number", |
451 "571", | 436 "571", |
452 "--builder-name", | 437 "--builder-name", |
453 "WebKit Win7", | 438 "WebKit Win7", |
454 "--gs-bucket", | 439 "--gs-bucket", |
455 "gs://chromium-layout-test-archives", | 440 "gs://chromium-layout-test-archives", |
456 "--gs-acl", | 441 "--gs-acl", |
457 "public-read" | 442 "public-read" |
458 ], | 443 ], |
459 "cwd": "[SLAVE_BUILD]", | |
460 "name": "archive_webkit_tests_results", | 444 "name": "archive_webkit_tests_results", |
461 "~followup_annotations": [ | 445 "~followup_annotations": [ |
462 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", | 446 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Win7/571/layout-test-results/results.html@@@", |
463 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" | 447 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Win7/571/layout-test-results.zip@@@" |
464 ] | 448 ] |
465 }, | 449 }, |
466 { | 450 { |
467 "allow_subannotations": true, | 451 "allow_subannotations": true, |
468 "cmd": [ | 452 "cmd": [ |
469 "python", | 453 "python", |
470 "-u", | 454 "-u", |
471 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 455 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
472 "python", | 456 "python", |
473 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 457 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
474 "--swarming-client-dir", | 458 "--swarming-client-dir", |
475 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 459 "[CWD]\\src\\tools\\swarming_client", |
476 "--temp-root-dir", | 460 "--temp-root-dir", |
477 "[TMP_BASE]", | 461 "[TMP]", |
478 "--merged-test-output", | 462 "--merged-test-output", |
479 "/path/to/tmp/json", | 463 "/path/to/tmp/json", |
480 "--", | 464 "--", |
481 "collect", | 465 "collect", |
482 "--swarming", | 466 "--swarming", |
483 "https://chromium-swarm.appspot.com", | 467 "https://chromium-swarm.appspot.com", |
484 "--decorate", | 468 "--decorate", |
485 "--print-status-updates", | 469 "--print-status-updates", |
486 "--shards", | 470 "--shards", |
487 "1", | 471 "1", |
488 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" | 472 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" |
489 ], | 473 ], |
490 "cwd": "[SLAVE_BUILD]", | |
491 "name": "browser_tests on Windows-7-SP1", | 474 "name": "browser_tests on Windows-7-SP1", |
492 "~followup_annotations": [ | 475 "~followup_annotations": [ |
493 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 476 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
494 ] | 477 ] |
495 }, | 478 }, |
496 { | 479 { |
497 "cmd": [ | 480 "cmd": [ |
498 "python", | 481 "python", |
499 "-u", | 482 "-u", |
500 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 483 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
501 "--input-gtest-json", | 484 "--input-gtest-json", |
502 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 485 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
503 "--master-name", | 486 "--master-name", |
504 "chromium.webkit", | 487 "chromium.webkit", |
505 "--builder-name", | 488 "--builder-name", |
506 "WebKit Win7", | 489 "WebKit Win7", |
507 "--build-number", | 490 "--build-number", |
508 "571", | 491 "571", |
509 "--test-type", | 492 "--test-type", |
510 "browser_tests on Windows-7-SP1", | 493 "browser_tests on Windows-7-SP1", |
511 "--test-results-server", | 494 "--test-results-server", |
512 "test-results.appspot.com", | 495 "test-results.appspot.com", |
513 "--chrome-revision", | 496 "--chrome-revision", |
514 "170242" | 497 "170242" |
515 ], | 498 ], |
516 "cwd": "[SLAVE_BUILD]", | |
517 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 499 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
518 }, | 500 }, |
519 { | 501 { |
520 "cmd": [ | 502 "cmd": [ |
521 "python", | 503 "python", |
522 "-u", | 504 "-u", |
523 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 505 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
524 "--target", | 506 "--target", |
525 "Release" | 507 "Release" |
526 ], | 508 ], |
527 "cwd": "[SLAVE_BUILD]", | |
528 "name": "process_dumps" | 509 "name": "process_dumps" |
529 }, | 510 }, |
530 { | 511 { |
531 "name": "$result", | 512 "name": "$result", |
532 "recipe_result": null, | 513 "recipe_result": null, |
533 "status_code": 0 | 514 "status_code": 0 |
534 } | 515 } |
535 ] | 516 ] |
OLD | NEW |