| 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@ \"scripts\": [@@@", | 537 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", |
| 491 "@@@STEP_LOG_LINE@json.output@ {@@@", | 538 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 492 "@@@STEP_LOG_LINE@json.output@ \"name\": \"checkperms\", @@@", | 539 "@@@STEP_LOG_LINE@json.output@ \"name\": \"checkperms\", @@@", |
| 493 "@@@STEP_LOG_LINE@json.output@ \"script\": \"checkperms.py\"@@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"script\": \"checkperms.py\"@@@", |
| 494 "@@@STEP_LOG_LINE@json.output@ }@@@", | 541 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 495 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 542 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 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_END@json.output@@@" | 545 "@@@STEP_LOG_END@json.output@@@" |
| 499 ] | 546 ] |
| 500 }, | 547 }, |
| 501 { | 548 { |
| 502 "cmd": [ | 549 "cmd": [ |
| 503 "python", | 550 "python", |
| 504 "-u", | 551 "-u", |
| 505 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", | 552 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\checkperms.py", |
| 506 "--build-config-fs", | 553 "--build-config-fs", |
| 507 "Release", | 554 "Release", |
| 508 "--use-src-side-runtest-py", | 555 "--use-src-side-runtest-py", |
| 509 "--paths", | 556 "--paths", |
| 510 "{\"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\"}", | 557 "{\"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\"}", |
| 511 "--properties", | 558 "--properties", |
| 512 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", | 559 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", |
| 513 "run", | 560 "run", |
| 514 "--output", | 561 "--output", |
| 515 "/path/to/tmp/json" | 562 "/path/to/tmp/json" |
| 516 ], | 563 ], |
| 564 "cwd": "[BUILDER_CACHE]\\win", |
| 517 "env": { | 565 "env": { |
| 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 519 }, | 567 }, |
| 520 "name": "test r1.checkperms (r1)", | 568 "name": "test r1.checkperms (r1)", |
| 521 "~followup_annotations": [ | 569 "~followup_annotations": [ |
| 522 "@@@STEP_NEST_LEVEL@1@@@", | 570 "@@@STEP_NEST_LEVEL@1@@@", |
| 523 "@@@STEP_LOG_LINE@json.output@{@@@", | 571 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 524 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 525 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 526 "@@@STEP_LOG_LINE@json.output@}@@@", | 574 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 527 "@@@STEP_LOG_END@json.output@@@" | 575 "@@@STEP_LOG_END@json.output@@@" |
| 528 ] | 576 ] |
| 529 }, | 577 }, |
| 530 { | 578 { |
| 531 "cmd": [ | 579 "cmd": [ |
| 532 "python", | 580 "python", |
| 533 "-u", | 581 "-u", |
| 534 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 582 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 535 "--target", | 583 "--target", |
| 536 "Release" | 584 "Release" |
| 537 ], | 585 ], |
| 586 "cwd": "[BUILDER_CACHE]\\win", |
| 538 "env": { | 587 "env": { |
| 539 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 588 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 540 }, | 589 }, |
| 541 "name": "test r1.process_dumps", | 590 "name": "test r1.process_dumps", |
| 542 "~followup_annotations": [ | 591 "~followup_annotations": [ |
| 543 "@@@STEP_NEST_LEVEL@1@@@" | 592 "@@@STEP_NEST_LEVEL@1@@@" |
| 544 ] | 593 ] |
| 545 }, | 594 }, |
| 546 { | 595 { |
| 547 "cmd": [ | 596 "cmd": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 567 "@@@STEP_LOG_END@report@@@", | 616 "@@@STEP_LOG_END@report@@@", |
| 568 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}}}}@@@" | 617 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}}}}@@@" |
| 569 ] | 618 ] |
| 570 }, | 619 }, |
| 571 { | 620 { |
| 572 "name": "$result", | 621 "name": "$result", |
| 573 "recipe_result": null, | 622 "recipe_result": null, |
| 574 "status_code": 0 | 623 "status_code": 0 |
| 575 } | 624 } |
| 576 ] | 625 ] |
| OLD | NEW |