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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json

Issue 2223353004: findit: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\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",
15 "[BUILDER_CACHE]\\win",
16 "511"
17 ],
18 "name": "makedirs checkout path",
19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
26 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
27 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
28 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
29 "@@@STEP_LOG_END@python.inline@@@"
30 ]
31 },
32 {
33 "cmd": [
34 "python",
35 "-u",
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 36 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
15 "--master", 37 "--master",
16 "tryserver.chromium.win", 38 "tryserver.chromium.win",
17 "--builder", 39 "--builder",
18 "win_chromium_variable", 40 "win_chromium_variable",
19 "--slave", 41 "--slave",
20 "build1-a1", 42 "build1-a1",
21 "--spec", 43 "--spec",
22 "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'}]", 44 "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'}]",
23 "--root", 45 "--root",
24 "src", 46 "src",
25 "--revision_mapping_file", 47 "--revision_mapping_file",
26 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
27 "--git-cache-dir", 49 "--git-cache-dir",
28 "[GIT_CACHE]", 50 "[GIT_CACHE]",
29 "--output_json", 51 "--output_json",
30 "/path/to/tmp/json", 52 "/path/to/tmp/json",
31 "--revision", 53 "--revision",
32 "src@r1", 54 "src@r1",
33 "--output_manifest" 55 "--output_manifest"
34 ], 56 ],
57 "cwd": "[BUILDER_CACHE]\\win",
35 "env": { 58 "env": {
36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 60 },
38 "name": "bot_update", 61 "name": "bot_update",
39 "~followup_annotations": [ 62 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 63 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 64 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 65 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "@@@STEP_LOG_LINE@json.output@ }@@@", 185 "@@@STEP_LOG_LINE@json.output@ }@@@",
163 "@@@STEP_LOG_LINE@json.output@ ]@@@", 186 "@@@STEP_LOG_LINE@json.output@ ]@@@",
164 "@@@STEP_LOG_LINE@json.output@}@@@", 187 "@@@STEP_LOG_LINE@json.output@}@@@",
165 "@@@STEP_LOG_END@json.output@@@" 188 "@@@STEP_LOG_END@json.output@@@"
166 ] 189 ]
167 }, 190 },
168 { 191 {
169 "cmd": [ 192 "cmd": [
170 "python", 193 "python",
171 "-u", 194 "-u",
172 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 195 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py",
173 "--version" 196 "--version"
174 ], 197 ],
175 "name": "swarming.py --version", 198 "name": "swarming.py --version",
176 "stdout": "/path/to/tmp/", 199 "stdout": "/path/to/tmp/",
177 "~followup_annotations": [ 200 "~followup_annotations": [
178 "@@@STEP_TEXT@0.8.6@@@" 201 "@@@STEP_TEXT@0.8.6@@@"
179 ] 202 ]
180 }, 203 },
181 { 204 {
182 "cmd": [ 205 "cmd": [
183 "python", 206 "python",
184 "-u", 207 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 208 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
186 "runhooks" 209 "runhooks"
187 ], 210 ],
188 "cwd": "[SLAVE_BUILD]\\src", 211 "cwd": "[BUILDER_CACHE]\\win\\src",
189 "env": { 212 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
191 "GYP_CHROMIUM_NO_ACTION": "1", 214 "GYP_CHROMIUM_NO_ACTION": "1",
192 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1", 215 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1",
193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 216 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
194 }, 217 },
195 "name": "gclient runhooks" 218 "name": "gclient runhooks"
196 }, 219 },
197 { 220 {
198 "cmd": [ 221 "cmd": [
199 "python", 222 "python",
200 "-u", 223 "-u",
201 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 224 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py",
202 "--output", 225 "--output",
203 "/path/to/tmp/json", 226 "/path/to/tmp/json",
204 "--", 227 "--",
205 "--build-config-fs", 228 "--build-config-fs",
206 "Release", 229 "Release",
207 "--use-src-side-runtest-py", 230 "--use-src-side-runtest-py",
208 "--paths", 231 "--paths",
209 "{\"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\"}", 232 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
210 "--properties", 233 "--properties",
211 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}" 234 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}"
212 ], 235 ],
213 "name": "get compile targets for scripts", 236 "name": "get compile targets for scripts",
214 "~followup_annotations": [ 237 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@json.output@{}@@@", 238 "@@@STEP_LOG_LINE@json.output@{}@@@",
216 "@@@STEP_LOG_END@json.output@@@" 239 "@@@STEP_LOG_END@json.output@@@"
217 ] 240 ]
218 }, 241 },
219 { 242 {
220 "cmd": [ 243 "cmd": [
221 "python", 244 "python",
222 "-u", 245 "-u",
223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 246 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 247 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json",
225 "/path/to/tmp/json" 248 "/path/to/tmp/json"
226 ], 249 ],
227 "name": "read test spec (chromium.win.json)", 250 "name": "read test spec (chromium.win.json)",
228 "~followup_annotations": [ 251 "~followup_annotations": [
229 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@",
230 "@@@STEP_LOG_LINE@json.output@{}@@@", 253 "@@@STEP_LOG_LINE@json.output@{}@@@",
231 "@@@STEP_LOG_END@json.output@@@" 254 "@@@STEP_LOG_END@json.output@@@"
232 ] 255 ]
233 }, 256 },
234 { 257 {
235 "cmd": [ 258 "cmd": [
236 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 259 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
237 ], 260 ],
238 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 261 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
239 "name": "ensure git tooling on windows", 262 "name": "ensure git tooling on windows",
240 "timeout": 300 263 "timeout": 300
241 }, 264 },
242 { 265 {
243 "cmd": [ 266 "cmd": [
244 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 267 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
245 "log", 268 "log",
246 "--format=%H", 269 "--format=%H",
247 "r0..r1" 270 "r0..r1"
248 ], 271 ],
249 "cwd": "[SLAVE_BUILD]\\src", 272 "cwd": "[BUILDER_CACHE]\\win\\src",
250 "name": "git commits in range", 273 "name": "git commits in range",
251 "stdout": "/path/to/tmp/", 274 "stdout": "/path/to/tmp/",
252 "~followup_annotations": [ 275 "~followup_annotations": [
253 "@@@STEP_LOG_LINE@revisions@r1@@@", 276 "@@@STEP_LOG_LINE@revisions@r1@@@",
254 "@@@STEP_LOG_END@revisions@@@" 277 "@@@STEP_LOG_END@revisions@@@"
255 ] 278 ]
256 }, 279 },
257 { 280 {
258 "cmd": [], 281 "cmd": [],
259 "name": "test r1" 282 "name": "test r1"
260 }, 283 },
261 { 284 {
262 "cmd": [ 285 "cmd": [
263 "python", 286 "python",
264 "-u", 287 "-u",
265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 288 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
266 ], 289 ],
267 "name": "test r1.taskkill", 290 "name": "test r1.taskkill",
268 "~followup_annotations": [ 291 "~followup_annotations": [
269 "@@@STEP_NEST_LEVEL@1@@@" 292 "@@@STEP_NEST_LEVEL@1@@@"
270 ] 293 ]
271 }, 294 },
272 { 295 {
273 "cmd": [ 296 "cmd": [
274 "python", 297 "python",
275 "-u", 298 "-u",
299 "\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",
300 "[BUILDER_CACHE]\\win",
301 "511"
302 ],
303 "name": "test r1.makedirs checkout path",
304 "~followup_annotations": [
305 "@@@STEP_NEST_LEVEL@1@@@",
306 "@@@STEP_LOG_LINE@python.inline@@@@",
307 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
308 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
309 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
310 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
311 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
312 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
313 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
314 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
315 "@@@STEP_LOG_END@python.inline@@@"
316 ]
317 },
318 {
319 "cmd": [
320 "python",
321 "-u",
276 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 322 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
277 "--master", 323 "--master",
278 "tryserver.chromium.win", 324 "tryserver.chromium.win",
279 "--builder", 325 "--builder",
280 "win_chromium_variable", 326 "win_chromium_variable",
281 "--slave", 327 "--slave",
282 "build1-a1", 328 "build1-a1",
283 "--spec", 329 "--spec",
284 "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'}]", 330 "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'}]",
285 "--root", 331 "--root",
286 "src", 332 "src",
287 "--revision_mapping_file", 333 "--revision_mapping_file",
288 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 334 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
289 "--git-cache-dir", 335 "--git-cache-dir",
290 "[GIT_CACHE]", 336 "[GIT_CACHE]",
291 "--output_json", 337 "--output_json",
292 "/path/to/tmp/json", 338 "/path/to/tmp/json",
293 "--revision", 339 "--revision",
294 "src@r1", 340 "src@r1",
295 "--output_manifest" 341 "--output_manifest"
296 ], 342 ],
343 "cwd": "[BUILDER_CACHE]\\win",
297 "env": { 344 "env": {
298 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 345 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
299 }, 346 },
300 "name": "test r1.bot_update", 347 "name": "test r1.bot_update",
301 "~followup_annotations": [ 348 "~followup_annotations": [
302 "@@@STEP_NEST_LEVEL@1@@@", 349 "@@@STEP_NEST_LEVEL@1@@@",
303 "@@@STEP_TEXT@Some step text@@@", 350 "@@@STEP_TEXT@Some step text@@@",
304 "@@@STEP_LOG_LINE@json.output@{@@@", 351 "@@@STEP_LOG_LINE@json.output@{@@@",
305 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 352 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
306 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 353 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "@@@STEP_LOG_END@json.output@@@" 478 "@@@STEP_LOG_END@json.output@@@"
432 ] 479 ]
433 }, 480 },
434 { 481 {
435 "cmd": [ 482 "cmd": [
436 "python", 483 "python",
437 "-u", 484 "-u",
438 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 485 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
439 "runhooks" 486 "runhooks"
440 ], 487 ],
441 "cwd": "[SLAVE_BUILD]\\src", 488 "cwd": "[BUILDER_CACHE]\\win\\src",
442 "env": { 489 "env": {
443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 490 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
444 "GYP_CHROMIUM_NO_ACTION": "1", 491 "GYP_CHROMIUM_NO_ACTION": "1",
445 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1", 492 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1",
446 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 493 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
447 }, 494 },
448 "name": "test r1.gclient runhooks", 495 "name": "test r1.gclient runhooks",
449 "~followup_annotations": [ 496 "~followup_annotations": [
450 "@@@STEP_NEST_LEVEL@1@@@" 497 "@@@STEP_NEST_LEVEL@1@@@"
451 ] 498 ]
452 }, 499 },
453 { 500 {
454 "cmd": [ 501 "cmd": [
455 "python", 502 "python",
456 "-u", 503 "-u",
457 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 504 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py",
458 "--output", 505 "--output",
459 "/path/to/tmp/json", 506 "/path/to/tmp/json",
460 "--", 507 "--",
461 "--build-config-fs", 508 "--build-config-fs",
462 "Release", 509 "Release",
463 "--use-src-side-runtest-py", 510 "--use-src-side-runtest-py",
464 "--paths", 511 "--paths",
465 "{\"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\"}", 512 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
466 "--properties", 513 "--properties",
467 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}" 514 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}"
468 ], 515 ],
469 "name": "test r1.get compile targets for scripts", 516 "name": "test r1.get compile targets for scripts",
470 "~followup_annotations": [ 517 "~followup_annotations": [
471 "@@@STEP_NEST_LEVEL@1@@@", 518 "@@@STEP_NEST_LEVEL@1@@@",
472 "@@@STEP_LOG_LINE@json.output@{}@@@", 519 "@@@STEP_LOG_LINE@json.output@{}@@@",
473 "@@@STEP_LOG_END@json.output@@@" 520 "@@@STEP_LOG_END@json.output@@@"
474 ] 521 ]
475 }, 522 },
476 { 523 {
477 "cmd": [ 524 "cmd": [
478 "python", 525 "python",
479 "-u", 526 "-u",
480 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 527 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
481 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 528 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json",
482 "/path/to/tmp/json" 529 "/path/to/tmp/json"
483 ], 530 ],
484 "name": "test r1.read test spec (chromium.win.json)", 531 "name": "test r1.read test spec (chromium.win.json)",
485 "~followup_annotations": [ 532 "~followup_annotations": [
486 "@@@STEP_NEST_LEVEL@1@@@", 533 "@@@STEP_NEST_LEVEL@1@@@",
487 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 534 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@",
488 "@@@STEP_LOG_LINE@json.output@{@@@", 535 "@@@STEP_LOG_LINE@json.output@{@@@",
489 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", 536 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@",
490 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 537 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
491 "@@@STEP_LOG_LINE@json.output@ {@@@", 538 "@@@STEP_LOG_LINE@json.output@ {@@@",
492 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 539 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
493 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 540 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
494 "@@@STEP_LOG_LINE@json.output@ }, @@@", 541 "@@@STEP_LOG_LINE@json.output@ }, @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"test\": \"affected_tests\"@@@", 542 "@@@STEP_LOG_LINE@json.output@ \"test\": \"affected_tests\"@@@",
496 "@@@STEP_LOG_LINE@json.output@ }, @@@", 543 "@@@STEP_LOG_LINE@json.output@ }, @@@",
497 "@@@STEP_LOG_LINE@json.output@ {@@@", 544 "@@@STEP_LOG_LINE@json.output@ {@@@",
498 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 545 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
499 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 546 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
500 "@@@STEP_LOG_LINE@json.output@ }, @@@", 547 "@@@STEP_LOG_LINE@json.output@ }, @@@",
501 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unaffected_tests\"@@@", 548 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unaffected_tests\"@@@",
502 "@@@STEP_LOG_LINE@json.output@ }@@@", 549 "@@@STEP_LOG_LINE@json.output@ }@@@",
503 "@@@STEP_LOG_LINE@json.output@ ]@@@", 550 "@@@STEP_LOG_LINE@json.output@ ]@@@",
504 "@@@STEP_LOG_LINE@json.output@ }@@@", 551 "@@@STEP_LOG_LINE@json.output@ }@@@",
505 "@@@STEP_LOG_LINE@json.output@}@@@", 552 "@@@STEP_LOG_LINE@json.output@}@@@",
506 "@@@STEP_LOG_END@json.output@@@" 553 "@@@STEP_LOG_END@json.output@@@"
507 ] 554 ]
508 }, 555 },
509 { 556 {
510 "cmd": [ 557 "cmd": [
511 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 558 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
512 "diff", 559 "diff",
513 "r1~1", 560 "r1~1",
514 "r1", 561 "r1",
515 "--name-only" 562 "--name-only"
516 ], 563 ],
517 "cwd": "[SLAVE_BUILD]\\src", 564 "cwd": "[BUILDER_CACHE]\\win\\src",
518 "name": "test r1.git diff to analyze commit", 565 "name": "test r1.git diff to analyze commit",
519 "stdout": "/path/to/tmp/", 566 "stdout": "/path/to/tmp/",
520 "~followup_annotations": [ 567 "~followup_annotations": [
521 "@@@STEP_NEST_LEVEL@1@@@", 568 "@@@STEP_NEST_LEVEL@1@@@",
522 "@@@STEP_LOG_LINE@files@foo.cc@@@", 569 "@@@STEP_LOG_LINE@files@foo.cc@@@",
523 "@@@STEP_LOG_END@files@@@" 570 "@@@STEP_LOG_END@files@@@"
524 ] 571 ]
525 }, 572 },
526 { 573 {
527 "cmd": [ 574 "cmd": [
528 "python", 575 "python",
529 "-u", 576 "-u",
530 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 577 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
531 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 578 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\trybot_analyze_config.json" ,
532 "/path/to/tmp/json" 579 "/path/to/tmp/json"
533 ], 580 ],
534 "name": "test r1.read filter exclusion spec", 581 "name": "test r1.read filter exclusion spec",
535 "~followup_annotations": [ 582 "~followup_annotations": [
536 "@@@STEP_NEST_LEVEL@1@@@", 583 "@@@STEP_NEST_LEVEL@1@@@",
537 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ", 584 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ",
538 "@@@STEP_LOG_LINE@json.output@{@@@", 585 "@@@STEP_LOG_LINE@json.output@{@@@",
539 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 586 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
540 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 587 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
541 "@@@STEP_LOG_LINE@json.output@ }, @@@", 588 "@@@STEP_LOG_LINE@json.output@ }, @@@",
542 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 589 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
543 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 590 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
544 "@@@STEP_LOG_LINE@json.output@ }, @@@", 591 "@@@STEP_LOG_LINE@json.output@ }, @@@",
545 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 592 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
546 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 593 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
547 "@@@STEP_LOG_LINE@json.output@ }@@@", 594 "@@@STEP_LOG_LINE@json.output@ }@@@",
548 "@@@STEP_LOG_LINE@json.output@}@@@", 595 "@@@STEP_LOG_LINE@json.output@}@@@",
549 "@@@STEP_LOG_END@json.output@@@" 596 "@@@STEP_LOG_END@json.output@@@"
550 ] 597 ]
551 }, 598 },
552 { 599 {
553 "cmd": [ 600 "cmd": [
554 "python", 601 "python",
555 "-u", 602 "-u",
556 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 603 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py",
557 "analyze", 604 "analyze",
558 "-m", 605 "-m",
559 "chromium.win", 606 "chromium.win",
560 "-b", 607 "-b",
561 "Win Builder", 608 "Win Builder",
562 "-v", 609 "-v",
563 "//out/Release", 610 "//out/Release",
564 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"affected_tests\", \"affected_tests_run\", \"unaffected_tests\", \"unaf fected_tests_run\"]}", 611 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"affected_tests\", \"affected_tests_run\", \"unaffected_tests\", \"unaf fected_tests_run\"]}",
565 "/path/to/tmp/json" 612 "/path/to/tmp/json"
566 ], 613 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "~followup_annotations": [ 666 "~followup_annotations": [
620 "@@@STEP_NEST_LEVEL@1@@@" 667 "@@@STEP_NEST_LEVEL@1@@@"
621 ] 668 ]
622 }, 669 },
623 { 670 {
624 "cmd": [ 671 "cmd": [
625 "python", 672 "python",
626 "-u", 673 "-u",
627 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 674 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
628 "--build-dir", 675 "--build-dir",
629 "[SLAVE_BUILD]\\src\\out\\Release", 676 "[BUILDER_CACHE]\\win\\src\\out\\Release",
630 "--clean-isolated-files" 677 "--clean-isolated-files"
631 ], 678 ],
632 "name": "test r1.clean isolated files", 679 "name": "test r1.clean isolated files",
633 "~followup_annotations": [ 680 "~followup_annotations": [
634 "@@@STEP_NEST_LEVEL@1@@@" 681 "@@@STEP_NEST_LEVEL@1@@@"
635 ] 682 ]
636 }, 683 },
637 { 684 {
638 "cmd": [ 685 "cmd": [
639 "python", 686 "python",
640 "-u", 687 "-u",
641 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 688 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py",
642 "gen", 689 "gen",
643 "-m", 690 "-m",
644 "chromium.win", 691 "chromium.win",
645 "-b", 692 "-b",
646 "Win Builder", 693 "Win Builder",
647 "--config-file", 694 "--config-file",
648 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 695 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
649 "--goma-dir", 696 "--goma-dir",
650 "[CACHE]\\cipd\\goma", 697 "[CACHE]\\cipd\\goma",
651 "--swarming-targets-file", 698 "--swarming-targets-file",
652 "affected_tests\n", 699 "affected_tests\n",
653 "//out/Release" 700 "//out/Release"
654 ], 701 ],
655 "cwd": "[SLAVE_BUILD]\\src", 702 "cwd": "[BUILDER_CACHE]\\win\\src",
656 "env": { 703 "env": {
657 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 704 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
658 }, 705 },
659 "name": "test r1.generate_build_files", 706 "name": "test r1.generate_build_files",
660 "~followup_annotations": [ 707 "~followup_annotations": [
661 "@@@STEP_NEST_LEVEL@1@@@", 708 "@@@STEP_NEST_LEVEL@1@@@",
662 "@@@STEP_LOG_LINE@swarming-targets-file.txt@affected_tests@@@", 709 "@@@STEP_LOG_LINE@swarming-targets-file.txt@affected_tests@@@",
663 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 710 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
664 ] 711 ]
665 }, 712 },
666 { 713 {
667 "cmd": [ 714 "cmd": [
668 "python", 715 "python",
669 "-u", 716 "-u",
670 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 717 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
671 "--show-path", 718 "--show-path",
672 "python", 719 "python",
673 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 720 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
674 "--gsutil-py-path", 721 "--gsutil-py-path",
675 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 722 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
676 "--ninja-path", 723 "--ninja-path",
677 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 724 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
678 "--target", 725 "--target",
679 "Release", 726 "Release",
680 "--src-dir", 727 "--src-dir",
681 "[SLAVE_BUILD]\\src", 728 "[BUILDER_CACHE]\\win\\src",
682 "--goma-cache-dir", 729 "--goma-cache-dir",
683 "[GOMA_CACHE]", 730 "[GOMA_CACHE]",
731 "--goma-deps-cache-dir",
732 "[GOMA_DEPS_CACHE]",
684 "--compiler", 733 "--compiler",
685 "goma", 734 "goma",
686 "--goma-jsonstatus", 735 "--goma-jsonstatus",
687 "/path/to/tmp/json", 736 "/path/to/tmp/json",
688 "--goma-service-account-json-file", 737 "--goma-service-account-json-file",
689 "C:\\creds\\service_accounts\\service-account-goma-client.json", 738 "C:\\creds\\service_accounts\\service-account-goma-client.json",
690 "--goma-dir", 739 "--goma-dir",
691 "[CACHE]\\cipd\\goma", 740 "[CACHE]\\cipd\\goma",
692 "--ninja-ensure-up-to-date", 741 "--ninja-ensure-up-to-date",
693 "--", 742 "--",
694 "affected_tests", 743 "affected_tests",
695 "affected_tests_run" 744 "affected_tests_run"
696 ], 745 ],
697 "env": { 746 "env": {
698 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 747 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
699 }, 748 },
700 "name": "test r1.compile", 749 "name": "test r1.compile",
701 "~followup_annotations": [ 750 "~followup_annotations": [
702 "@@@STEP_NEST_LEVEL@1@@@", 751 "@@@STEP_NEST_LEVEL@1@@@",
703 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 752 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
704 "@@@STEP_LOG_END@json.output (invalid)@@@" 753 "@@@STEP_LOG_END@json.output (invalid)@@@"
705 ] 754 ]
706 }, 755 },
707 { 756 {
708 "cmd": [ 757 "cmd": [
709 "python", 758 "python",
710 "-u", 759 "-u",
711 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 760 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
712 "--build-dir", 761 "--build-dir",
713 "[SLAVE_BUILD]\\src\\out\\Release", 762 "[BUILDER_CACHE]\\win\\src\\out\\Release",
714 "--src-dir", 763 "--src-dir",
715 "[SLAVE_BUILD]\\src" 764 "[BUILDER_CACHE]\\win\\src"
716 ], 765 ],
717 "cwd": "[SLAVE_BUILD]", 766 "cwd": "[SLAVE_BUILD]",
718 "name": "test r1.remove_build_metadata", 767 "name": "test r1.remove_build_metadata",
719 "~followup_annotations": [ 768 "~followup_annotations": [
720 "@@@STEP_NEST_LEVEL@1@@@" 769 "@@@STEP_NEST_LEVEL@1@@@"
721 ] 770 ]
722 }, 771 },
723 { 772 {
724 "cmd": [ 773 "cmd": [
725 "python", 774 "python",
726 "-u", 775 "-u",
727 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 776 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
728 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 777 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
729 "batcharchive", 778 "batcharchive",
730 "--dump-json", 779 "--dump-json",
731 "/path/to/tmp/json", 780 "/path/to/tmp/json",
732 "--isolate-server", 781 "--isolate-server",
733 "https://isolateserver.appspot.com", 782 "https://isolateserver.appspot.com",
734 "--verbose", 783 "--verbose",
735 "[SLAVE_BUILD]\\src\\out\\Release\\affected_tests.isolated.gen.json" 784 "[BUILDER_CACHE]\\win\\src\\out\\Release\\affected_tests.isolated.gen.json "
736 ], 785 ],
737 "name": "test r1.isolate tests", 786 "name": "test r1.isolate tests",
738 "~followup_annotations": [ 787 "~followup_annotations": [
739 "@@@STEP_NEST_LEVEL@1@@@", 788 "@@@STEP_NEST_LEVEL@1@@@",
740 "@@@STEP_LOG_LINE@json.output@{@@@", 789 "@@@STEP_LOG_LINE@json.output@{@@@",
741 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\": \"[dummy hash for affe cted_tests]\"@@@", 790 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\": \"[dummy hash for affe cted_tests]\"@@@",
742 "@@@STEP_LOG_LINE@json.output@}@@@", 791 "@@@STEP_LOG_LINE@json.output@}@@@",
743 "@@@STEP_LOG_END@json.output@@@" 792 "@@@STEP_LOG_END@json.output@@@"
744 ] 793 ]
745 }, 794 },
746 { 795 {
747 "cmd": [ 796 "cmd": [
748 "python", 797 "python",
749 "-u", 798 "-u",
750 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 799 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py",
751 "trigger", 800 "trigger",
752 "--swarming", 801 "--swarming",
753 "https://chromium-swarm.appspot.com", 802 "https://chromium-swarm.appspot.com",
754 "--isolate-server", 803 "--isolate-server",
755 "https://isolateserver.appspot.com", 804 "https://isolateserver.appspot.com",
756 "--priority", 805 "--priority",
757 "25", 806 "25",
758 "--shards", 807 "--shards",
759 "1", 808 "1",
760 "--task-name", 809 "--task-name",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 "--tag", 849 "--tag",
801 "slavename:build1-a1", 850 "slavename:build1-a1",
802 "--tag", 851 "--tag",
803 "stepname:affected_tests (r1) on Windows-7-SP1", 852 "stepname:affected_tests (r1) on Windows-7-SP1",
804 "--idempotent", 853 "--idempotent",
805 "[dummy hash for affected_tests]", 854 "[dummy hash for affected_tests]",
806 "--", 855 "--",
807 "--gtest_filter=Test.One", 856 "--gtest_filter=Test.One",
808 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 857 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
809 ], 858 ],
859 "cwd": "[BUILDER_CACHE]\\win",
810 "env": { 860 "env": {
811 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 861 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
812 }, 862 },
813 "name": "test r1.[trigger] affected_tests (r1) on Windows-7-SP1", 863 "name": "test r1.[trigger] affected_tests (r1) on Windows-7-SP1",
814 "~followup_annotations": [ 864 "~followup_annotations": [
815 "@@@STEP_NEST_LEVEL@1@@@", 865 "@@@STEP_NEST_LEVEL@1@@@",
816 "@@@STEP_LOG_LINE@json.output@{@@@", 866 "@@@STEP_LOG_LINE@json.output@{@@@",
817 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"affected_tests (r1)/ Windows-7-SP1/[dummy has/win_chromium_variable/1\", @@@", 867 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"affected_tests (r1)/ Windows-7-SP1/[dummy has/win_chromium_variable/1\", @@@",
818 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 868 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
819 "@@@STEP_LOG_LINE@json.output@ \"affected_tests (r1)/Windows-7-SP1/[dum my has/win_chromium_variable/1\": {@@@", 869 "@@@STEP_LOG_LINE@json.output@ \"affected_tests (r1)/Windows-7-SP1/[dum my has/win_chromium_variable/1\": {@@@",
820 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 870 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
821 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 871 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
822 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 872 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
823 "@@@STEP_LOG_LINE@json.output@ }@@@", 873 "@@@STEP_LOG_LINE@json.output@ }@@@",
824 "@@@STEP_LOG_LINE@json.output@ }@@@", 874 "@@@STEP_LOG_LINE@json.output@ }@@@",
825 "@@@STEP_LOG_LINE@json.output@}@@@", 875 "@@@STEP_LOG_LINE@json.output@}@@@",
826 "@@@STEP_LOG_END@json.output@@@", 876 "@@@STEP_LOG_END@json.output@@@",
827 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 877 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
828 ] 878 ]
829 }, 879 },
830 { 880 {
831 "allow_subannotations": true, 881 "allow_subannotations": true,
832 "cmd": [ 882 "cmd": [
833 "python", 883 "python",
834 "-u", 884 "-u",
835 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 885 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
836 "python", 886 "python",
837 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", 887 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py",
838 "--swarming-client-dir", 888 "--swarming-client-dir",
839 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 889 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
840 "--temp-root-dir", 890 "--temp-root-dir",
841 "[TMP_BASE]", 891 "[TMP_BASE]",
842 "--merged-test-output", 892 "--merged-test-output",
843 "/path/to/tmp/json", 893 "/path/to/tmp/json",
844 "--", 894 "--",
845 "collect", 895 "collect",
846 "--swarming", 896 "--swarming",
847 "https://chromium-swarm.appspot.com", 897 "https://chromium-swarm.appspot.com",
848 "--decorate", 898 "--decorate",
849 "--print-status-updates", 899 "--print-status-updates",
850 "--json", 900 "--json",
851 "{\"base_task_name\": \"affected_tests (r1)/Windows-7-SP1/[dummy has/win_c hromium_variable/1\", \"tasks\": {\"affected_tests (r1)/Windows-7-SP1/[dummy has /win_chromium_variable/1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 901 "{\"base_task_name\": \"affected_tests (r1)/Windows-7-SP1/[dummy has/win_c hromium_variable/1\", \"tasks\": {\"affected_tests (r1)/Windows-7-SP1/[dummy has /win_chromium_variable/1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}"
852 ], 902 ],
903 "cwd": "[BUILDER_CACHE]\\win",
853 "env": { 904 "env": {
854 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 905 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
855 }, 906 },
856 "name": "test r1.affected_tests (r1) on Windows-7-SP1", 907 "name": "test r1.affected_tests (r1) on Windows-7-SP1",
857 "~followup_annotations": [ 908 "~followup_annotations": [
858 "@@@STEP_NEST_LEVEL@1@@@" 909 "@@@STEP_NEST_LEVEL@1@@@"
859 ] 910 ]
860 }, 911 },
861 { 912 {
862 "cmd": [ 913 "cmd": [
863 "python", 914 "python",
864 "-u", 915 "-u",
865 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py", 916 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py",
866 "--input-gtest-json", 917 "--input-gtest-json",
867 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", 918 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
868 "--master-name", 919 "--master-name",
869 "tryserver.chromium.win", 920 "tryserver.chromium.win",
870 "--builder-name", 921 "--builder-name",
871 "win_chromium_variable", 922 "win_chromium_variable",
872 "--build-number", 923 "--build-number",
873 "1", 924 "1",
874 "--test-type", 925 "--test-type",
875 "test r1.affected_tests (r1) on Windows-7-SP1", 926 "test r1.affected_tests (r1) on Windows-7-SP1",
876 "--test-results-server", 927 "--test-results-server",
877 "test-results.appspot.com", 928 "test-results.appspot.com",
878 "--chrome-revision", 929 "--chrome-revision",
879 "170242" 930 "170242"
880 ], 931 ],
932 "cwd": "[BUILDER_CACHE]\\win",
881 "env": { 933 "env": {
882 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 934 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
883 }, 935 },
884 "name": "test r1.Upload to test-results [test r1.affected_tests (r1) on Wind ows-7-SP1]", 936 "name": "test r1.Upload to test-results [test r1.affected_tests (r1) on Wind ows-7-SP1]",
885 "~followup_annotations": [ 937 "~followup_annotations": [
886 "@@@STEP_NEST_LEVEL@1@@@" 938 "@@@STEP_NEST_LEVEL@1@@@"
887 ] 939 ]
888 }, 940 },
889 { 941 {
890 "cmd": [ 942 "cmd": [
891 "python", 943 "python",
892 "-u", 944 "-u",
893 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 945 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
894 "--target", 946 "--target",
895 "Release" 947 "Release"
896 ], 948 ],
949 "cwd": "[BUILDER_CACHE]\\win",
897 "env": { 950 "env": {
898 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 951 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
899 }, 952 },
900 "name": "test r1.process_dumps", 953 "name": "test r1.process_dumps",
901 "~followup_annotations": [ 954 "~followup_annotations": [
902 "@@@STEP_NEST_LEVEL@1@@@" 955 "@@@STEP_NEST_LEVEL@1@@@"
903 ] 956 ]
904 }, 957 },
905 { 958 {
906 "cmd": [ 959 "cmd": [
(...skipping 23 matching lines...) Expand all
930 "@@@STEP_LOG_END@report@@@", 983 "@@@STEP_LOG_END@report@@@",
931 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 984 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
932 ] 985 ]
933 }, 986 },
934 { 987 {
935 "name": "$result", 988 "name": "$result",
936 "recipe_result": null, 989 "recipe_result": null,
937 "status_code": 0 990 "status_code": 0
938 } 991 }
939 ] 992 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698