| 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\": \"unaffected_tests\"@@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unaffected_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@ \"scripts\": [@@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", |
| 499 "@@@STEP_LOG_LINE@json.output@ {@@@", | 546 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 500 "@@@STEP_LOG_LINE@json.output@ \"name\": \"checkperms\", @@@", | 547 "@@@STEP_LOG_LINE@json.output@ \"name\": \"checkperms\", @@@", |
| 501 "@@@STEP_LOG_LINE@json.output@ \"script\": \"checkperms.py\"@@@", | 548 "@@@STEP_LOG_LINE@json.output@ \"script\": \"checkperms.py\"@@@", |
| 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\": [\"unaffected_tests\", \"unaffected_tests_run\"]}", | 611 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"unaffected_tests\", \"unaffected_tests_run\"]}", |
| 565 "/path/to/tmp/json" | 612 "/path/to/tmp/json" |
| 566 ], | 613 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 587 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@", | 634 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@", |
| 588 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | 635 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
| 589 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 636 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 590 "@@@STEP_LOG_END@analyze_details@@@" | 637 "@@@STEP_LOG_END@analyze_details@@@" |
| 591 ] | 638 ] |
| 592 }, | 639 }, |
| 593 { | 640 { |
| 594 "cmd": [ | 641 "cmd": [ |
| 595 "python", | 642 "python", |
| 596 "-u", | 643 "-u", |
| 597 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", | 644 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\checkperms.py", |
| 598 "--build-config-fs", | 645 "--build-config-fs", |
| 599 "Release", | 646 "Release", |
| 600 "--use-src-side-runtest-py", | 647 "--use-src-side-runtest-py", |
| 601 "--paths", | 648 "--paths", |
| 602 "{\"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\"}", | 649 "{\"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\"}", |
| 603 "--properties", | 650 "--properties", |
| 604 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", | 651 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", |
| 605 "run", | 652 "run", |
| 606 "--output", | 653 "--output", |
| 607 "/path/to/tmp/json" | 654 "/path/to/tmp/json" |
| 608 ], | 655 ], |
| 656 "cwd": "[BUILDER_CACHE]\\win", |
| 609 "env": { | 657 "env": { |
| 610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 658 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 611 }, | 659 }, |
| 612 "name": "test r1.checkperms (r1)", | 660 "name": "test r1.checkperms (r1)", |
| 613 "~followup_annotations": [ | 661 "~followup_annotations": [ |
| 614 "@@@STEP_NEST_LEVEL@1@@@", | 662 "@@@STEP_NEST_LEVEL@1@@@", |
| 615 "@@@STEP_LOG_LINE@json.output@{@@@", | 663 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 616 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 664 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 617 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 665 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 618 "@@@STEP_LOG_LINE@json.output@}@@@", | 666 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 619 "@@@STEP_LOG_END@json.output@@@" | 667 "@@@STEP_LOG_END@json.output@@@" |
| 620 ] | 668 ] |
| 621 }, | 669 }, |
| 622 { | 670 { |
| 623 "cmd": [ | 671 "cmd": [ |
| 624 "python", | 672 "python", |
| 625 "-u", | 673 "-u", |
| 626 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 674 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 627 "--target", | 675 "--target", |
| 628 "Release" | 676 "Release" |
| 629 ], | 677 ], |
| 678 "cwd": "[BUILDER_CACHE]\\win", |
| 630 "env": { | 679 "env": { |
| 631 "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" |
| 632 }, | 681 }, |
| 633 "name": "test r1.process_dumps", | 682 "name": "test r1.process_dumps", |
| 634 "~followup_annotations": [ | 683 "~followup_annotations": [ |
| 635 "@@@STEP_NEST_LEVEL@1@@@" | 684 "@@@STEP_NEST_LEVEL@1@@@" |
| 636 ] | 685 ] |
| 637 }, | 686 }, |
| 638 { | 687 { |
| 639 "cmd": [ | 688 "cmd": [ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 663 "@@@STEP_LOG_END@report@@@", | 712 "@@@STEP_LOG_END@report@@@", |
| 664 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 713 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 665 ] | 714 ] |
| 666 }, | 715 }, |
| 667 { | 716 { |
| 668 "name": "$result", | 717 "name": "$result", |
| 669 "recipe_result": null, | 718 "recipe_result": null, |
| 670 "status_code": 0 | 719 "status_code": 0 |
| 671 } | 720 } |
| 672 ] | 721 ] |
| OLD | NEW |