| 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\":
false@@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
false@@@", |
| 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 13 matching lines...) Expand all Loading... |
| 511 ], | 558 ], |
| 512 "name": "test r1.cleanup_temp", | 559 "name": "test r1.cleanup_temp", |
| 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 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 568 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", |
| 522 "gen", | 569 "gen", |
| 523 "-m", | 570 "-m", |
| 524 "chromium.win", | 571 "chromium.win", |
| 525 "-b", | 572 "-b", |
| 526 "Win Builder", | 573 "Win Builder", |
| 527 "--config-file", | 574 "--config-file", |
| 528 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 575 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", |
| 529 "--goma-dir", | 576 "--goma-dir", |
| 530 "[CACHE]\\cipd\\goma", | 577 "[CACHE]\\cipd\\goma", |
| 531 "//out/Release" | 578 "//out/Release" |
| 532 ], | 579 ], |
| 533 "cwd": "[SLAVE_BUILD]\\src", | 580 "cwd": "[BUILDER_CACHE]\\win\\src", |
| 534 "env": { | 581 "env": { |
| 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 582 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 536 }, | 583 }, |
| 537 "name": "test r1.generate_build_files", | 584 "name": "test r1.generate_build_files", |
| 538 "~followup_annotations": [ | 585 "~followup_annotations": [ |
| 539 "@@@STEP_NEST_LEVEL@1@@@" | 586 "@@@STEP_NEST_LEVEL@1@@@" |
| 540 ] | 587 ] |
| 541 }, | 588 }, |
| 542 { | 589 { |
| 543 "cmd": [ | 590 "cmd": [ |
| 544 "python", | 591 "python", |
| 545 "-u", | 592 "-u", |
| 546 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 593 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 547 "--show-path", | 594 "--show-path", |
| 548 "python", | 595 "python", |
| 549 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 596 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 550 "--gsutil-py-path", | 597 "--gsutil-py-path", |
| 551 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 598 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 552 "--ninja-path", | 599 "--ninja-path", |
| 553 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 600 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 554 "--target", | 601 "--target", |
| 555 "Release", | 602 "Release", |
| 556 "--src-dir", | 603 "--src-dir", |
| 557 "[SLAVE_BUILD]\\src", | 604 "[BUILDER_CACHE]\\win\\src", |
| 558 "--goma-cache-dir", | 605 "--goma-cache-dir", |
| 559 "[GOMA_CACHE]", | 606 "[GOMA_CACHE]", |
| 607 "--goma-deps-cache-dir", |
| 608 "[GOMA_DEPS_CACHE]", |
| 560 "--compiler", | 609 "--compiler", |
| 561 "goma", | 610 "goma", |
| 562 "--goma-jsonstatus", | 611 "--goma-jsonstatus", |
| 563 "/path/to/tmp/json", | 612 "/path/to/tmp/json", |
| 564 "--goma-service-account-json-file", | 613 "--goma-service-account-json-file", |
| 565 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 614 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 566 "--goma-dir", | 615 "--goma-dir", |
| 567 "[CACHE]\\cipd\\goma", | 616 "[CACHE]\\cipd\\goma", |
| 568 "--ninja-ensure-up-to-date", | 617 "--ninja-ensure-up-to-date", |
| 569 "--", | 618 "--", |
| 570 "gl_tests" | 619 "gl_tests" |
| 571 ], | 620 ], |
| 572 "env": { | 621 "env": { |
| 573 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 622 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 574 }, | 623 }, |
| 575 "name": "test r1.compile", | 624 "name": "test r1.compile", |
| 576 "~followup_annotations": [ | 625 "~followup_annotations": [ |
| 577 "@@@STEP_NEST_LEVEL@1@@@", | 626 "@@@STEP_NEST_LEVEL@1@@@", |
| 578 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 627 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 579 "@@@STEP_LOG_END@json.output (invalid)@@@" | 628 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 580 ] | 629 ] |
| 581 }, | 630 }, |
| 582 { | 631 { |
| 583 "allow_subannotations": true, | 632 "allow_subannotations": true, |
| 584 "cmd": [ | 633 "cmd": [ |
| 585 "python", | 634 "python", |
| 586 "-u", | 635 "-u", |
| 587 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", | 636 "[BUILDER_CACHE]\\win\\src\\infra\\scripts\\runtest_wrapper.py", |
| 588 "--", | 637 "--", |
| 589 "--target", | 638 "--target", |
| 590 "Release", | 639 "Release", |
| 591 "--factory-properties", | 640 "--factory-properties", |
| 592 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", | 641 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"path_config\": \"kitchen\", \"recipe\": \"findit/chromium/test\", \"s
lavename\": \"build1-a1\", \"target_mastername\": \"chromium.win\", \"target_tes
tername\": \"Win7 Tests (1)\", \"tests\": {\"gl_tests\": [\"Test.One\", \"Test.T
wo\", \"Test.Three\"]}, \"use_analyze\": false}", |
| 593 "--build-properties", | 642 "--build-properties", |
| 594 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"recipe\": \"findit/chromium/test\", \"slavename\": \"build1-a1\", \"t
arget_mastername\": \"chromium.win\", \"target_testername\": \"Win7 Tests (1)\",
\"tests\": {\"gl_tests\": [\"Test.One\", \"Test.Two\", \"Test.Three\"]}, \"use_
analyze\": false}", | 643 "{\"bad_revision\": \"r1\", \"buildername\": \"win_chromium_variable\", \"
buildnumber\": 1, \"good_revision\": \"r0\", \"mastername\": \"tryserver.chromiu
m.win\", \"path_config\": \"kitchen\", \"recipe\": \"findit/chromium/test\", \"s
lavename\": \"build1-a1\", \"target_mastername\": \"chromium.win\", \"target_tes
tername\": \"Win7 Tests (1)\", \"tests\": {\"gl_tests\": [\"Test.One\", \"Test.T
wo\", \"Test.Three\"]}, \"use_analyze\": false}", |
| 595 "--annotate=gtest", | 644 "--annotate=gtest", |
| 596 "--test-type=gl_tests", | 645 "--test-type=gl_tests", |
| 597 "--step-name=gl_tests (r1)", | 646 "--step-name=gl_tests (r1)", |
| 598 "--test-launcher-summary-output", | 647 "--test-launcher-summary-output", |
| 599 "/path/to/tmp/json", | 648 "/path/to/tmp/json", |
| 600 "--generate-json-file", | 649 "--generate-json-file", |
| 601 "-o", | 650 "-o", |
| 602 "gtest-results/gl_tests.exe", | 651 "gtest-results/gl_tests.exe", |
| 603 "--builder-name=win_chromium_variable", | 652 "--builder-name=win_chromium_variable", |
| 604 "--slave-name=build1-a1", | 653 "--slave-name=build1-a1", |
| 605 "--build-number=1", | 654 "--build-number=1", |
| 606 "gl_tests.exe", | 655 "gl_tests.exe", |
| 607 "Test.One\nTest.Two\nTest.Three" | 656 "Test.One\nTest.Two\nTest.Three" |
| 608 ], | 657 ], |
| 658 "cwd": "[BUILDER_CACHE]\\win", |
| 609 "env": { | 659 "env": { |
| 610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 660 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 611 }, | 661 }, |
| 612 "name": "test r1.gl_tests (r1)", | 662 "name": "test r1.gl_tests (r1)", |
| 613 "~followup_annotations": [ | 663 "~followup_annotations": [ |
| 614 "@@@STEP_NEST_LEVEL@1@@@", | 664 "@@@STEP_NEST_LEVEL@1@@@", |
| 615 "step returned non-zero exit code: 1", | 665 "step returned non-zero exit code: 1", |
| 616 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", | 666 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", |
| 617 "@@@STEP_FAILURE@@@" | 667 "@@@STEP_FAILURE@@@" |
| 618 ] | 668 ] |
| 619 }, | 669 }, |
| 620 { | 670 { |
| 621 "cmd": [ | 671 "cmd": [ |
| 622 "python", | 672 "python", |
| 623 "-u", | 673 "-u", |
| 624 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 674 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 625 "--target", | 675 "--target", |
| 626 "Release" | 676 "Release" |
| 627 ], | 677 ], |
| 678 "cwd": "[BUILDER_CACHE]\\win", |
| 628 "env": { | 679 "env": { |
| 629 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 680 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 630 }, | 681 }, |
| 631 "name": "test r1.process_dumps", | 682 "name": "test r1.process_dumps", |
| 632 "~followup_annotations": [ | 683 "~followup_annotations": [ |
| 633 "@@@STEP_NEST_LEVEL@1@@@" | 684 "@@@STEP_NEST_LEVEL@1@@@" |
| 634 ] | 685 ] |
| 635 }, | 686 }, |
| 636 { | 687 { |
| 637 "cmd": [ | 688 "cmd": [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 667 "@@@STEP_LOG_END@report@@@", | 718 "@@@STEP_LOG_END@report@@@", |
| 668 "@@@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}}}}@@@" | 719 "@@@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}}}}@@@" |
| 669 ] | 720 ] |
| 670 }, | 721 }, |
| 671 { | 722 { |
| 672 "name": "$result", | 723 "name": "$result", |
| 673 "recipe_result": null, | 724 "recipe_result": null, |
| 674 "status_code": 0 | 725 "status_code": 0 |
| 675 } | 726 } |
| 676 ] | 727 ] |
| OLD | NEW |