| 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 "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 Loading... |
| 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 Loading... |
| 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\": \"gl_tests\"@@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_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@ ]@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 513 "~followup_annotations": [ | 560 "~followup_annotations": [ |
| 514 "@@@STEP_NEST_LEVEL@1@@@" | 561 "@@@STEP_NEST_LEVEL@1@@@" |
| 515 ] | 562 ] |
| 516 }, | 563 }, |
| 517 { | 564 { |
| 518 "cmd": [ | 565 "cmd": [ |
| 519 "python", | 566 "python", |
| 520 "-u", | 567 "-u", |
| 521 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 568 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 522 "--build-dir", | 569 "--build-dir", |
| 523 "[SLAVE_BUILD]\\src\\out\\Release", | 570 "[BUILDER_CACHE]\\win\\src\\out\\Release", |
| 524 "--clean-isolated-files" | 571 "--clean-isolated-files" |
| 525 ], | 572 ], |
| 526 "name": "test r1.clean isolated files", | 573 "name": "test r1.clean isolated files", |
| 527 "~followup_annotations": [ | 574 "~followup_annotations": [ |
| 528 "@@@STEP_NEST_LEVEL@1@@@" | 575 "@@@STEP_NEST_LEVEL@1@@@" |
| 529 ] | 576 ] |
| 530 }, | 577 }, |
| 531 { | 578 { |
| 532 "cmd": [ | 579 "cmd": [ |
| 533 "python", | 580 "python", |
| 534 "-u", | 581 "-u", |
| 535 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 582 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", |
| 536 "gen", | 583 "gen", |
| 537 "-m", | 584 "-m", |
| 538 "chromium.win", | 585 "chromium.win", |
| 539 "-b", | 586 "-b", |
| 540 "Win Builder", | 587 "Win Builder", |
| 541 "--config-file", | 588 "--config-file", |
| 542 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 589 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", |
| 543 "--goma-dir", | 590 "--goma-dir", |
| 544 "[CACHE]\\cipd\\goma", | 591 "[CACHE]\\cipd\\goma", |
| 545 "--swarming-targets-file", | 592 "--swarming-targets-file", |
| 546 "gl_tests\n", | 593 "gl_tests\n", |
| 547 "//out/Release" | 594 "//out/Release" |
| 548 ], | 595 ], |
| 549 "cwd": "[SLAVE_BUILD]\\src", | 596 "cwd": "[BUILDER_CACHE]\\win\\src", |
| 550 "env": { | 597 "env": { |
| 551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 552 }, | 599 }, |
| 553 "name": "test r1.generate_build_files", | 600 "name": "test r1.generate_build_files", |
| 554 "~followup_annotations": [ | 601 "~followup_annotations": [ |
| 555 "@@@STEP_NEST_LEVEL@1@@@", | 602 "@@@STEP_NEST_LEVEL@1@@@", |
| 556 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 603 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
| 557 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 604 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 558 ] | 605 ] |
| 559 }, | 606 }, |
| 560 { | 607 { |
| 561 "cmd": [ | 608 "cmd": [ |
| 562 "python", | 609 "python", |
| 563 "-u", | 610 "-u", |
| 564 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 611 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 565 "--show-path", | 612 "--show-path", |
| 566 "python", | 613 "python", |
| 567 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 614 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 568 "--gsutil-py-path", | 615 "--gsutil-py-path", |
| 569 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 616 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 570 "--ninja-path", | 617 "--ninja-path", |
| 571 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 618 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 572 "--target", | 619 "--target", |
| 573 "Release", | 620 "Release", |
| 574 "--src-dir", | 621 "--src-dir", |
| 575 "[SLAVE_BUILD]\\src", | 622 "[BUILDER_CACHE]\\win\\src", |
| 576 "--goma-cache-dir", | 623 "--goma-cache-dir", |
| 577 "[GOMA_CACHE]", | 624 "[GOMA_CACHE]", |
| 625 "--goma-deps-cache-dir", |
| 626 "[GOMA_DEPS_CACHE]", |
| 578 "--compiler", | 627 "--compiler", |
| 579 "goma", | 628 "goma", |
| 580 "--goma-jsonstatus", | 629 "--goma-jsonstatus", |
| 581 "/path/to/tmp/json", | 630 "/path/to/tmp/json", |
| 582 "--goma-service-account-json-file", | 631 "--goma-service-account-json-file", |
| 583 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 632 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 584 "--goma-dir", | 633 "--goma-dir", |
| 585 "[CACHE]\\cipd\\goma", | 634 "[CACHE]\\cipd\\goma", |
| 586 "--ninja-ensure-up-to-date", | 635 "--ninja-ensure-up-to-date", |
| 587 "--", | 636 "--", |
| 588 "gl_tests", | 637 "gl_tests", |
| 589 "gl_tests_run" | 638 "gl_tests_run" |
| 590 ], | 639 ], |
| 591 "env": { | 640 "env": { |
| 592 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 641 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 593 }, | 642 }, |
| 594 "name": "test r1.compile", | 643 "name": "test r1.compile", |
| 595 "~followup_annotations": [ | 644 "~followup_annotations": [ |
| 596 "@@@STEP_NEST_LEVEL@1@@@", | 645 "@@@STEP_NEST_LEVEL@1@@@", |
| 597 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 646 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 598 "@@@STEP_LOG_END@json.output (invalid)@@@" | 647 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 599 ] | 648 ] |
| 600 }, | 649 }, |
| 601 { | 650 { |
| 602 "cmd": [ | 651 "cmd": [ |
| 603 "python", | 652 "python", |
| 604 "-u", | 653 "-u", |
| 605 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 654 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
| 606 "--build-dir", | 655 "--build-dir", |
| 607 "[SLAVE_BUILD]\\src\\out\\Release", | 656 "[BUILDER_CACHE]\\win\\src\\out\\Release", |
| 608 "--src-dir", | 657 "--src-dir", |
| 609 "[SLAVE_BUILD]\\src" | 658 "[BUILDER_CACHE]\\win\\src" |
| 610 ], | 659 ], |
| 611 "cwd": "[SLAVE_BUILD]", | 660 "cwd": "[SLAVE_BUILD]", |
| 612 "name": "test r1.remove_build_metadata", | 661 "name": "test r1.remove_build_metadata", |
| 613 "~followup_annotations": [ | 662 "~followup_annotations": [ |
| 614 "@@@STEP_NEST_LEVEL@1@@@" | 663 "@@@STEP_NEST_LEVEL@1@@@" |
| 615 ] | 664 ] |
| 616 }, | 665 }, |
| 617 { | 666 { |
| 618 "cmd": [ | 667 "cmd": [ |
| 619 "python", | 668 "python", |
| 620 "-u", | 669 "-u", |
| 621 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 670 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 622 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 671 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", |
| 623 "batcharchive", | 672 "batcharchive", |
| 624 "--dump-json", | 673 "--dump-json", |
| 625 "/path/to/tmp/json", | 674 "/path/to/tmp/json", |
| 626 "--isolate-server", | 675 "--isolate-server", |
| 627 "https://isolateserver.appspot.com", | 676 "https://isolateserver.appspot.com", |
| 628 "--verbose", | 677 "--verbose", |
| 629 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json" | 678 "[BUILDER_CACHE]\\win\\src\\out\\Release\\gl_tests.isolated.gen.json" |
| 630 ], | 679 ], |
| 631 "name": "test r1.isolate tests", | 680 "name": "test r1.isolate tests", |
| 632 "~followup_annotations": [ | 681 "~followup_annotations": [ |
| 633 "@@@STEP_NEST_LEVEL@1@@@", | 682 "@@@STEP_NEST_LEVEL@1@@@", |
| 634 "@@@STEP_LOG_LINE@json.output@{@@@", | 683 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 635 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", | 684 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", |
| 636 "@@@STEP_LOG_LINE@json.output@}@@@", | 685 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 637 "@@@STEP_LOG_END@json.output@@@" | 686 "@@@STEP_LOG_END@json.output@@@" |
| 638 ] | 687 ] |
| 639 }, | 688 }, |
| 640 { | 689 { |
| 641 "cmd": [ | 690 "cmd": [ |
| 642 "python", | 691 "python", |
| 643 "-u", | 692 "-u", |
| 644 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 693 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", |
| 645 "trigger", | 694 "trigger", |
| 646 "--swarming", | 695 "--swarming", |
| 647 "https://chromium-swarm.appspot.com", | 696 "https://chromium-swarm.appspot.com", |
| 648 "--isolate-server", | 697 "--isolate-server", |
| 649 "https://isolateserver.appspot.com", | 698 "https://isolateserver.appspot.com", |
| 650 "--priority", | 699 "--priority", |
| 651 "25", | 700 "25", |
| 652 "--shards", | 701 "--shards", |
| 653 "1", | 702 "1", |
| 654 "--task-name", | 703 "--task-name", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "--tag", | 743 "--tag", |
| 695 "slavename:build1-a1", | 744 "slavename:build1-a1", |
| 696 "--tag", | 745 "--tag", |
| 697 "stepname:gl_tests (r1) on Windows-7-SP1", | 746 "stepname:gl_tests (r1) on Windows-7-SP1", |
| 698 "--idempotent", | 747 "--idempotent", |
| 699 "[dummy hash for gl_tests]", | 748 "[dummy hash for gl_tests]", |
| 700 "--", | 749 "--", |
| 701 "--gtest_filter=Test.One:Test.Two:Test.Three", | 750 "--gtest_filter=Test.One:Test.Two:Test.Three", |
| 702 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 751 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 703 ], | 752 ], |
| 753 "cwd": "[BUILDER_CACHE]\\win", |
| 704 "env": { | 754 "env": { |
| 705 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 755 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 706 }, | 756 }, |
| 707 "name": "test r1.[trigger] gl_tests (r1) on Windows-7-SP1", | 757 "name": "test r1.[trigger] gl_tests (r1) on Windows-7-SP1", |
| 708 "~followup_annotations": [ | 758 "~followup_annotations": [ |
| 709 "@@@STEP_NEST_LEVEL@1@@@", | 759 "@@@STEP_NEST_LEVEL@1@@@", |
| 710 "@@@STEP_LOG_LINE@json.output@{@@@", | 760 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 711 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (r1)/Window
s-7-SP1/[dummy has/win_chromium_variable/1\", @@@", | 761 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (r1)/Window
s-7-SP1/[dummy has/win_chromium_variable/1\", @@@", |
| 712 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 762 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 713 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (r1)/Windows-7-SP1/[dummy has
/win_chromium_variable/1\": {@@@", | 763 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (r1)/Windows-7-SP1/[dummy has
/win_chromium_variable/1\": {@@@", |
| 714 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 764 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 715 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 765 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 716 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 766 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 717 "@@@STEP_LOG_LINE@json.output@ }@@@", | 767 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 718 "@@@STEP_LOG_LINE@json.output@ }@@@", | 768 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 719 "@@@STEP_LOG_LINE@json.output@}@@@", | 769 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 720 "@@@STEP_LOG_END@json.output@@@", | 770 "@@@STEP_LOG_END@json.output@@@", |
| 721 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 771 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 722 ] | 772 ] |
| 723 }, | 773 }, |
| 724 { | 774 { |
| 725 "allow_subannotations": true, | 775 "allow_subannotations": true, |
| 726 "cmd": [ | 776 "cmd": [ |
| 727 "python", | 777 "python", |
| 728 "-u", | 778 "-u", |
| 729 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 779 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 730 "python", | 780 "python", |
| 731 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 781 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 732 "--swarming-client-dir", | 782 "--swarming-client-dir", |
| 733 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 783 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", |
| 734 "--temp-root-dir", | 784 "--temp-root-dir", |
| 735 "[TMP_BASE]", | 785 "[TMP_BASE]", |
| 736 "--merged-test-output", | 786 "--merged-test-output", |
| 737 "/path/to/tmp/json", | 787 "/path/to/tmp/json", |
| 738 "--", | 788 "--", |
| 739 "collect", | 789 "collect", |
| 740 "--swarming", | 790 "--swarming", |
| 741 "https://chromium-swarm.appspot.com", | 791 "https://chromium-swarm.appspot.com", |
| 742 "--decorate", | 792 "--decorate", |
| 743 "--print-status-updates", | 793 "--print-status-updates", |
| 744 "--json", | 794 "--json", |
| 745 "{\"base_task_name\": \"gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromiu
m_variable/1\", \"tasks\": {\"gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromiu
m_variable/1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10000\"}}}" | 795 "{\"base_task_name\": \"gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromiu
m_variable/1\", \"tasks\": {\"gl_tests (r1)/Windows-7-SP1/[dummy has/win_chromiu
m_variable/1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10000\"}}}" |
| 746 ], | 796 ], |
| 797 "cwd": "[BUILDER_CACHE]\\win", |
| 747 "env": { | 798 "env": { |
| 748 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 799 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 749 }, | 800 }, |
| 750 "name": "test r1.gl_tests (r1) on Windows-7-SP1", | 801 "name": "test r1.gl_tests (r1) on Windows-7-SP1", |
| 751 "~followup_annotations": [ | 802 "~followup_annotations": [ |
| 752 "@@@STEP_NEST_LEVEL@1@@@", | 803 "@@@STEP_NEST_LEVEL@1@@@", |
| 753 "step returned non-zero exit code: 1", | 804 "step returned non-zero exit code: 1", |
| 754 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", | 805 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", |
| 755 "@@@STEP_FAILURE@@@" | 806 "@@@STEP_FAILURE@@@" |
| 756 ] | 807 ] |
| (...skipping 11 matching lines...) Expand all Loading... |
| 768 "win_chromium_variable", | 819 "win_chromium_variable", |
| 769 "--build-number", | 820 "--build-number", |
| 770 "1", | 821 "1", |
| 771 "--test-type", | 822 "--test-type", |
| 772 "test r1.gl_tests (r1) on Windows-7-SP1", | 823 "test r1.gl_tests (r1) on Windows-7-SP1", |
| 773 "--test-results-server", | 824 "--test-results-server", |
| 774 "test-results.appspot.com", | 825 "test-results.appspot.com", |
| 775 "--chrome-revision", | 826 "--chrome-revision", |
| 776 "170242" | 827 "170242" |
| 777 ], | 828 ], |
| 829 "cwd": "[BUILDER_CACHE]\\win", |
| 778 "env": { | 830 "env": { |
| 779 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 831 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 780 }, | 832 }, |
| 781 "name": "test r1.Upload to test-results [test r1.gl_tests (r1) on Windows-7-
SP1]", | 833 "name": "test r1.Upload to test-results [test r1.gl_tests (r1) on Windows-7-
SP1]", |
| 782 "~followup_annotations": [ | 834 "~followup_annotations": [ |
| 783 "@@@STEP_NEST_LEVEL@1@@@" | 835 "@@@STEP_NEST_LEVEL@1@@@" |
| 784 ] | 836 ] |
| 785 }, | 837 }, |
| 786 { | 838 { |
| 787 "cmd": [ | 839 "cmd": [ |
| 788 "python", | 840 "python", |
| 789 "-u", | 841 "-u", |
| 790 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 842 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 791 "--target", | 843 "--target", |
| 792 "Release" | 844 "Release" |
| 793 ], | 845 ], |
| 846 "cwd": "[BUILDER_CACHE]\\win", |
| 794 "env": { | 847 "env": { |
| 795 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 848 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 796 }, | 849 }, |
| 797 "name": "test r1.process_dumps", | 850 "name": "test r1.process_dumps", |
| 798 "~followup_annotations": [ | 851 "~followup_annotations": [ |
| 799 "@@@STEP_NEST_LEVEL@1@@@" | 852 "@@@STEP_NEST_LEVEL@1@@@" |
| 800 ] | 853 ] |
| 801 }, | 854 }, |
| 802 { | 855 { |
| 803 "cmd": [ | 856 "cmd": [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 833 "@@@STEP_LOG_END@report@@@", | 886 "@@@STEP_LOG_END@report@@@", |
| 834 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" | 887 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" |
| 835 ] | 888 ] |
| 836 }, | 889 }, |
| 837 { | 890 { |
| 838 "name": "$result", | 891 "name": "$result", |
| 839 "recipe_result": null, | 892 "recipe_result": null, |
| 840 "status_code": 0 | 893 "status_code": 0 |
| 841 } | 894 } |
| 842 ] | 895 ] |
| OLD | NEW |