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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 8 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 "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 "tryserver.chromium.win", 16 "tryserver.chromium.win",
18 "--builder", 17 "--builder",
(...skipping 13 matching lines...) Expand all
32 "--patchset", 31 "--patchset",
33 "1", 32 "1",
34 "--rietveld_server", 33 "--rietveld_server",
35 "https://codereview.chromium.org", 34 "https://codereview.chromium.org",
36 "--output_json", 35 "--output_json",
37 "/path/to/tmp/json", 36 "/path/to/tmp/json",
38 "--revision", 37 "--revision",
39 "src@HEAD", 38 "src@HEAD",
40 "--output_manifest" 39 "--output_manifest"
41 ], 40 ],
42 "cwd": "[SLAVE_BUILD]",
43 "env": { 41 "env": {
44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
45 }, 43 },
46 "name": "bot_update", 44 "name": "bot_update",
47 "~followup_annotations": [ 45 "~followup_annotations": [
48 "@@@STEP_TEXT@Some step text@@@", 46 "@@@STEP_TEXT@Some step text@@@",
49 "@@@STEP_LOG_LINE@json.output@{@@@", 47 "@@@STEP_LOG_LINE@json.output@{@@@",
50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
112 ] 110 ]
113 }, 111 },
114 { 112 {
115 "cmd": [], 113 "cmd": [],
116 "cwd": "[SLAVE_BUILD]",
117 "name": "ensure_goma" 114 "name": "ensure_goma"
118 }, 115 },
119 { 116 {
120 "cmd": [ 117 "cmd": [
121 "python", 118 "python",
122 "-u", 119 "-u",
123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
124 "--platform", 121 "--platform",
125 "windows-amd64", 122 "windows-amd64",
126 "--dest-directory", 123 "--dest-directory",
127 "[SLAVE_BUILD]\\cipd", 124 "[SLAVE_BUILD]\\cipd",
128 "--json-output", 125 "--json-output",
129 "/path/to/tmp/json" 126 "/path/to/tmp/json"
130 ], 127 ],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "ensure_goma.install cipd", 128 "name": "ensure_goma.install cipd",
133 "~followup_annotations": [ 129 "~followup_annotations": [
134 "@@@STEP_NEST_LEVEL@1@@@", 130 "@@@STEP_NEST_LEVEL@1@@@",
135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 131 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
136 "@@@STEP_LOG_LINE@json.output@{@@@", 132 "@@@STEP_LOG_LINE@json.output@{@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@", 133 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
139 "@@@STEP_LOG_LINE@json.output@}@@@", 135 "@@@STEP_LOG_LINE@json.output@}@@@",
140 "@@@STEP_LOG_END@json.output@@@" 136 "@@@STEP_LOG_END@json.output@@@"
141 ] 137 ]
142 }, 138 },
143 { 139 {
144 "cmd": [ 140 "cmd": [
145 "[SLAVE_BUILD]\\cipd\\cipd", 141 "[SLAVE_BUILD]\\cipd\\cipd",
146 "ensure", 142 "ensure",
147 "--root", 143 "--root",
148 "[CACHE]\\cipd\\goma", 144 "[CACHE]\\cipd\\goma",
149 "--list", 145 "--list",
150 "infra_internal/goma/client/windows-amd64 release", 146 "infra_internal/goma/client/windows-amd64 release",
151 "--json-output", 147 "--json-output",
152 "/path/to/tmp/json", 148 "/path/to/tmp/json",
153 "--service-account-json", 149 "--service-account-json",
154 "C:\\creds\\service_accounts\\service-account-goma-client.json" 150 "C:\\creds\\service_accounts\\service-account-goma-client.json"
155 ], 151 ],
156 "cwd": "[SLAVE_BUILD]",
157 "name": "ensure_goma.ensure_installed", 152 "name": "ensure_goma.ensure_installed",
158 "~followup_annotations": [ 153 "~followup_annotations": [
159 "@@@STEP_NEST_LEVEL@1@@@", 154 "@@@STEP_NEST_LEVEL@1@@@",
160 "@@@STEP_LOG_LINE@json.output@{@@@", 155 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
162 "@@@STEP_LOG_LINE@json.output@ {@@@", 157 "@@@STEP_LOG_LINE@json.output@ {@@@",
163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@", 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
165 "@@@STEP_LOG_LINE@json.output@ }@@@", 160 "@@@STEP_LOG_LINE@json.output@ }@@@",
166 "@@@STEP_LOG_LINE@json.output@ ]@@@", 161 "@@@STEP_LOG_LINE@json.output@ ]@@@",
167 "@@@STEP_LOG_LINE@json.output@}@@@", 162 "@@@STEP_LOG_LINE@json.output@}@@@",
168 "@@@STEP_LOG_END@json.output@@@" 163 "@@@STEP_LOG_END@json.output@@@"
169 ] 164 ]
170 }, 165 },
171 { 166 {
172 "cmd": [ 167 "cmd": [
173 "python", 168 "python",
174 "-u", 169 "-u",
175 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
176 "--version" 171 "--version"
177 ], 172 ],
178 "cwd": "[SLAVE_BUILD]",
179 "name": "swarming.py --version", 173 "name": "swarming.py --version",
180 "stdout": "/path/to/tmp/", 174 "stdout": "/path/to/tmp/",
181 "~followup_annotations": [ 175 "~followup_annotations": [
182 "@@@STEP_TEXT@0.4.10@@@" 176 "@@@STEP_TEXT@0.4.10@@@"
183 ] 177 ]
184 }, 178 },
185 { 179 {
186 "cmd": [ 180 "cmd": [
187 "python", 181 "python",
188 "-u", 182 "-u",
189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 183 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
190 "runhooks" 184 "runhooks"
191 ], 185 ],
192 "cwd": "[SLAVE_BUILD]",
193 "env": { 186 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
195 "GYP_CHROMIUM_NO_ACTION": "1", 188 "GYP_CHROMIUM_NO_ACTION": "1",
196 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_ goma=1", 189 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_ goma=1",
197 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 190 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
198 }, 191 },
199 "name": "gclient runhooks (with patch)" 192 "name": "gclient runhooks (with patch)"
200 }, 193 },
201 { 194 {
202 "cmd": [ 195 "cmd": [
203 "python", 196 "python",
204 "-u", 197 "-u",
205 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 198 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
206 "--output", 199 "--output",
207 "/path/to/tmp/json", 200 "/path/to/tmp/json",
208 "--", 201 "--",
209 "--build-config-fs", 202 "--build-config-fs",
210 "Release", 203 "Release",
211 "--use-src-side-runtest-py", 204 "--use-src-side-runtest-py",
212 "--paths", 205 "--paths",
213 "{\"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\"}", 206 "{\"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\"}",
214 "--properties", 207 "--properties",
215 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 208 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
216 ], 209 ],
217 "cwd": "[SLAVE_BUILD]",
218 "name": "get compile targets for scripts", 210 "name": "get compile targets for scripts",
219 "~followup_annotations": [ 211 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@json.output@{}@@@", 212 "@@@STEP_LOG_LINE@json.output@{}@@@",
221 "@@@STEP_LOG_END@json.output@@@" 213 "@@@STEP_LOG_END@json.output@@@"
222 ] 214 ]
223 }, 215 },
224 { 216 {
225 "cmd": [ 217 "cmd": [
226 "python", 218 "python",
227 "-u", 219 "-u",
228 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 220 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
229 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.json", 221 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.json",
230 "/path/to/tmp/json" 222 "/path/to/tmp/json"
231 ], 223 ],
232 "cwd": "[SLAVE_BUILD]",
233 "name": "read test spec", 224 "name": "read test spec",
234 "~followup_annotations": [ 225 "~followup_annotations": [
235 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js on@@@", 226 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js on@@@",
236 "@@@STEP_LOG_LINE@json.output@{}@@@", 227 "@@@STEP_LOG_LINE@json.output@{}@@@",
237 "@@@STEP_LOG_END@json.output@@@" 228 "@@@STEP_LOG_END@json.output@@@"
238 ] 229 ]
239 }, 230 },
240 { 231 {
241 "cmd": [ 232 "cmd": [
242 "python", 233 "python",
243 "-u", 234 "-u",
244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 236 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
246 "/path/to/tmp/json" 237 "/path/to/tmp/json"
247 ], 238 ],
248 "cwd": "[SLAVE_BUILD]",
249 "name": "read test spec (2)", 239 "name": "read test spec (2)",
250 "~followup_annotations": [ 240 "~followup_annotations": [
251 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 241 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
252 "@@@STEP_LOG_LINE@json.output@{}@@@", 242 "@@@STEP_LOG_LINE@json.output@{}@@@",
253 "@@@STEP_LOG_END@json.output@@@" 243 "@@@STEP_LOG_END@json.output@@@"
254 ] 244 ]
255 }, 245 },
256 { 246 {
257 "cmd": [ 247 "cmd": [
258 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 248 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
(...skipping 18 matching lines...) Expand all
277 ] 267 ]
278 }, 268 },
279 { 269 {
280 "cmd": [ 270 "cmd": [
281 "python", 271 "python",
282 "-u", 272 "-u",
283 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
284 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 274 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
285 "/path/to/tmp/json" 275 "/path/to/tmp/json"
286 ], 276 ],
287 "cwd": "[SLAVE_BUILD]",
288 "name": "read filter exclusion spec", 277 "name": "read filter exclusion spec",
289 "~followup_annotations": [ 278 "~followup_annotations": [
290 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ", 279 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ",
291 "@@@STEP_LOG_LINE@json.output@{@@@", 280 "@@@STEP_LOG_LINE@json.output@{@@@",
292 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 281 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
293 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
294 "@@@STEP_LOG_LINE@json.output@ }, @@@", 283 "@@@STEP_LOG_LINE@json.output@ }, @@@",
295 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 284 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
296 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 285 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
297 "@@@STEP_LOG_LINE@json.output@ }, @@@", 286 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 12 matching lines...) Expand all
310 "analyze", 299 "analyze",
311 "-m", 300 "-m",
312 "tryserver.chromium.win", 301 "tryserver.chromium.win",
313 "-b", 302 "-b",
314 "win_chromium_rel_ng", 303 "win_chromium_rel_ng",
315 "-v", 304 "-v",
316 "//out/Release", 305 "//out/Release",
317 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u nit_tests\", \"wtf_unittests\"]}", 306 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u nit_tests\", \"wtf_unittests\"]}",
318 "/path/to/tmp/json" 307 "/path/to/tmp/json"
319 ], 308 ],
320 "cwd": "[SLAVE_BUILD]",
321 "env": { 309 "env": {
322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
323 }, 311 },
324 "name": "analyze", 312 "name": "analyze",
325 "~followup_annotations": [ 313 "~followup_annotations": [
326 "@@@STEP_TEXT@No compile necessary@@@", 314 "@@@STEP_TEXT@No compile necessary@@@",
327 "@@@STEP_LOG_LINE@json.output@{@@@", 315 "@@@STEP_LOG_LINE@json.output@{@@@",
328 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 316 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
329 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 317 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
330 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 318 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
(...skipping 19 matching lines...) Expand all
350 }, 338 },
351 { 339 {
352 "cmd": [ 340 "cmd": [
353 "python", 341 "python",
354 "-u", 342 "-u",
355 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 343 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
356 "--show-path", 344 "--show-path",
357 "python", 345 "python",
358 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 346 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
359 ], 347 ],
360 "cwd": "[SLAVE_BUILD]",
361 "name": "cleanup_temp" 348 "name": "cleanup_temp"
362 }, 349 },
363 { 350 {
364 "cmd": [ 351 "cmd": [
365 "python", 352 "python",
366 "-u", 353 "-u",
367 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 354 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
368 "gen", 355 "gen",
369 "-m", 356 "-m",
370 "tryserver.chromium.win", 357 "tryserver.chromium.win",
371 "-b", 358 "-b",
372 "win_chromium_rel_ng", 359 "win_chromium_rel_ng",
373 "--config-file", 360 "--config-file",
374 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 361 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
375 "--goma-dir", 362 "--goma-dir",
376 "[CACHE]\\cipd\\goma", 363 "[CACHE]\\cipd\\goma",
377 "//out/Release" 364 "//out/Release"
378 ], 365 ],
379 "cwd": "[SLAVE_BUILD]",
380 "env": { 366 "env": {
381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
382 }, 368 },
383 "name": "generate_build_files (with patch)" 369 "name": "generate_build_files (with patch)"
384 }, 370 },
385 { 371 {
386 "cmd": [ 372 "cmd": [
387 "python", 373 "python",
388 "-u", 374 "-u",
389 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 19 matching lines...) Expand all
409 "--goma-service-account-json-file", 395 "--goma-service-account-json-file",
410 "C:\\creds\\service_accounts\\service-account-goma-client.json", 396 "C:\\creds\\service_accounts\\service-account-goma-client.json",
411 "--goma-dir", 397 "--goma-dir",
412 "[CACHE]\\cipd\\goma", 398 "[CACHE]\\cipd\\goma",
413 "--goma-fail-fast", 399 "--goma-fail-fast",
414 "--goma-disable-local-fallback", 400 "--goma-disable-local-fallback",
415 "--ninja-ensure-up-to-date", 401 "--ninja-ensure-up-to-date",
416 "--", 402 "--",
417 "blink_tests" 403 "blink_tests"
418 ], 404 ],
419 "cwd": "[SLAVE_BUILD]",
420 "env": { 405 "env": {
421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 406 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
422 }, 407 },
423 "name": "compile (with patch)", 408 "name": "compile (with patch)",
424 "~followup_annotations": [ 409 "~followup_annotations": [
425 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
426 "@@@STEP_LOG_END@json.output (invalid)@@@" 411 "@@@STEP_LOG_END@json.output (invalid)@@@"
427 ] 412 ]
428 }, 413 },
429 { 414 {
430 "cmd": [ 415 "cmd": [
431 "python", 416 "python",
432 "-u", 417 "-u",
433 "import sys; sys.exit(0)" 418 "import sys; sys.exit(0)"
434 ], 419 ],
435 "cwd": "[SLAVE_BUILD]",
436 "name": "mark: before_tests" 420 "name": "mark: before_tests"
437 }, 421 },
438 { 422 {
439 "cmd": [ 423 "cmd": [
440 "python", 424 "python",
441 "-u", 425 "-u",
442 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", 426 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py",
443 "--build-config-fs", 427 "--build-config-fs",
444 "Release", 428 "Release",
445 "--use-src-side-runtest-py", 429 "--use-src-side-runtest-py",
446 "--paths", 430 "--paths",
447 "{\"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\"}", 431 "{\"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\"}",
448 "--properties", 432 "--properties",
449 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 433 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
450 "run", 434 "run",
451 "--output", 435 "--output",
452 "/path/to/tmp/json" 436 "/path/to/tmp/json"
453 ], 437 ],
454 "cwd": "[SLAVE_BUILD]",
455 "name": "webkit_lint (with patch)", 438 "name": "webkit_lint (with patch)",
456 "~followup_annotations": [ 439 "~followup_annotations": [
457 "@@@STEP_LOG_LINE@json.output@{@@@", 440 "@@@STEP_LOG_LINE@json.output@{@@@",
458 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 441 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
459 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 442 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
460 "@@@STEP_LOG_LINE@json.output@}@@@", 443 "@@@STEP_LOG_LINE@json.output@}@@@",
461 "@@@STEP_LOG_END@json.output@@@" 444 "@@@STEP_LOG_END@json.output@@@"
462 ] 445 ]
463 }, 446 },
464 { 447 {
465 "cmd": [ 448 "cmd": [
466 "python", 449 "python",
467 "-u", 450 "-u",
468 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", 451 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py",
469 "--build-config-fs", 452 "--build-config-fs",
470 "Release", 453 "Release",
471 "--use-src-side-runtest-py", 454 "--use-src-side-runtest-py",
472 "--paths", 455 "--paths",
473 "{\"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\"}", 456 "{\"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\"}",
474 "--properties", 457 "--properties",
475 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 458 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
476 "run", 459 "run",
477 "--output", 460 "--output",
478 "/path/to/tmp/json" 461 "/path/to/tmp/json"
479 ], 462 ],
480 "cwd": "[SLAVE_BUILD]",
481 "name": "webkit_python_tests (with patch)", 463 "name": "webkit_python_tests (with patch)",
482 "~followup_annotations": [ 464 "~followup_annotations": [
483 "@@@STEP_LOG_LINE@json.output@{@@@", 465 "@@@STEP_LOG_LINE@json.output@{@@@",
484 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 466 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
485 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 467 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
486 "@@@STEP_LOG_LINE@json.output@}@@@", 468 "@@@STEP_LOG_LINE@json.output@}@@@",
487 "@@@STEP_LOG_END@json.output@@@" 469 "@@@STEP_LOG_END@json.output@@@"
488 ] 470 ]
489 }, 471 },
490 { 472 {
(...skipping 23 matching lines...) Expand all
514 "/path/to/tmp/json", 496 "/path/to/tmp/json",
515 "--test-results-server", 497 "--test-results-server",
516 "test-results.appspot.com", 498 "test-results.appspot.com",
517 "--build-number", 499 "--build-number",
518 "571", 500 "571",
519 "--builder-name", 501 "--builder-name",
520 "win_chromium_rel_ng", 502 "win_chromium_rel_ng",
521 "--step-name", 503 "--step-name",
522 "webkit_tests (with patch)" 504 "webkit_tests (with patch)"
523 ], 505 ],
524 "cwd": "[SLAVE_BUILD]",
525 "name": "webkit_tests (with patch)", 506 "name": "webkit_tests (with patch)",
526 "~followup_annotations": [ 507 "~followup_annotations": [
527 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 508 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
528 ] 509 ]
529 }, 510 },
530 { 511 {
531 "cmd": [ 512 "cmd": [
532 "python", 513 "python",
533 "-u", 514 "-u",
534 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", 515 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py",
535 "--results-dir", 516 "--results-dir",
536 "[SLAVE_BUILD]\\layout-test-results", 517 "[SLAVE_BUILD]\\layout-test-results",
537 "--build-dir", 518 "--build-dir",
538 "[SLAVE_BUILD]\\src\\out", 519 "[SLAVE_BUILD]\\src\\out",
539 "--build-number", 520 "--build-number",
540 "571", 521 "571",
541 "--builder-name", 522 "--builder-name",
542 "win_chromium_rel_ng", 523 "win_chromium_rel_ng",
543 "--gs-bucket", 524 "--gs-bucket",
544 "gs://chromium-layout-test-archives" 525 "gs://chromium-layout-test-archives"
545 ], 526 ],
546 "cwd": "[SLAVE_BUILD]",
547 "name": "archive_webkit_tests_results", 527 "name": "archive_webkit_tests_results",
548 "~followup_annotations": [ 528 "~followup_annotations": [
549 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@ ", 529 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@ ",
550 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" 530 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_chromium_rel_ng/571/layout-test-results.zip@@@"
551 ] 531 ]
552 }, 532 },
553 { 533 {
554 "cmd": [ 534 "cmd": [
555 "python", 535 "python",
556 "-u", 536 "-u",
557 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 537 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
558 "--target", 538 "--target",
559 "Release" 539 "Release"
560 ], 540 ],
561 "cwd": "[SLAVE_BUILD]",
562 "name": "process_dumps" 541 "name": "process_dumps"
563 }, 542 },
564 { 543 {
565 "name": "$result", 544 "name": "$result",
566 "recipe_result": null, 545 "recipe_result": null,
567 "status_code": 0 546 "status_code": 0
568 } 547 }
569 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698