| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng", | 7 "[BUILDER_CACHE]/linux_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 45 "--patchset", | 45 "--patchset", |
| 46 "1", | 46 "1", |
| 47 "--rietveld_server", | 47 "--rietveld_server", |
| 48 "https://codereview.chromium.org", | 48 "https://codereview.chromium.org", |
| 49 "--output_json", | 49 "--output_json", |
| 50 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 51 "--revision", | 51 "--revision", |
| 52 "src@HEAD", | 52 "src@HEAD", |
| 53 "--output_manifest" | 53 "--output_manifest" |
| 54 ], | 54 ], |
| 55 "cwd": "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng", | 55 "cwd": "[BUILDER_CACHE]/linux_clobber", |
| 56 "env": { | 56 "env": { |
| 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 58 }, | 58 }, |
| 59 "name": "bot_update", | 59 "name": "bot_update", |
| 60 "~followup_annotations": [ | 60 "~followup_annotations": [ |
| 61 "@@@STEP_TEXT@Some step text@@@", | 61 "@@@STEP_TEXT@Some step text@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@{@@@", | 62 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 184 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@}@@@", | 185 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 186 "@@@STEP_LOG_END@json.output@@@" | 186 "@@@STEP_LOG_END@json.output@@@" |
| 187 ] | 187 ] |
| 188 }, | 188 }, |
| 189 { | 189 { |
| 190 "cmd": [ | 190 "cmd": [ |
| 191 "python", | 191 "python", |
| 192 "-u", | 192 "-u", |
| 193 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 193 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 194 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/out/Release" | 194 "[BUILDER_CACHE]/linux_clobber/src/out/Release" |
| 195 ], | 195 ], |
| 196 "name": "rmtree clobber", | 196 "name": "rmtree clobber", |
| 197 "~followup_annotations": [ | 197 "~followup_annotations": [ |
| 198 "@@@STEP_LOG_LINE@python.inline@@@@", | 198 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 199 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 200 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@@@@", | 201 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@@@@", | 202 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 203 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 204 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 205 "@@@STEP_LOG_END@python.inline@@@" | 205 "@@@STEP_LOG_END@python.inline@@@" |
| 206 ] | 206 ] |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "cmd": [ | 209 "cmd": [ |
| 210 "python", | 210 "python", |
| 211 "-u", | 211 "-u", |
| 212 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 212 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 213 "runhooks" | 213 "runhooks" |
| 214 ], | 214 ], |
| 215 "cwd": "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", | 215 "cwd": "[BUILDER_CACHE]/linux_clobber/src", |
| 216 "env": { | 216 "env": { |
| 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 218 "GYP_CHROMIUM_NO_ACTION": "1", | 218 "GYP_CHROMIUM_NO_ACTION": "1", |
| 219 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mo
de=noop use_goma=1", | 219 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mo
de=noop use_goma=1", |
| 220 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 220 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 221 }, | 221 }, |
| 222 "name": "gclient runhooks (with patch)" | 222 "name": "gclient runhooks (with patch)" |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "cmd": [ | 225 "cmd": [ |
| 226 "python", | 226 "python", |
| 227 "-u", | 227 "-u", |
| 228 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/testing/scripts/get_com
pile_targets.py", | 228 "[BUILDER_CACHE]/linux_clobber/src/testing/scripts/get_compile_targets.py"
, |
| 229 "--output", | 229 "--output", |
| 230 "/path/to/tmp/json", | 230 "/path/to/tmp/json", |
| 231 "--", | 231 "--", |
| 232 "--build-config-fs", | 232 "--build-config-fs", |
| 233 "Release", | 233 "Release", |
| 234 "--paths", | 234 "--paths", |
| 235 "{\"checkout\": \"[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src\", \"r
unit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\"
: \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 235 "{\"checkout\": \"[BUILDER_CACHE]/linux_clobber/src\", \"runit.py\": \"REC
IPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKA
GE_REPO[build]/scripts/slave/runtest.py\"}", |
| 236 "--properties", | 236 "--properties", |
| 237 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571
, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\"
, \"target_platform\": \"linux\"}" | 237 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571
, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\"
, \"target_platform\": \"linux\"}" |
| 238 ], | 238 ], |
| 239 "name": "get compile targets for scripts", | 239 "name": "get compile targets for scripts", |
| 240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 241 "@@@STEP_LOG_LINE@json.output@{}@@@", | 241 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 242 "@@@STEP_LOG_END@json.output@@@" | 242 "@@@STEP_LOG_END@json.output@@@" |
| 243 ] | 243 ] |
| 244 }, | 244 }, |
| 245 { | 245 { |
| 246 "cmd": [ | 246 "cmd": [ |
| 247 "python", | 247 "python", |
| 248 "-u", | 248 "-u", |
| 249 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 249 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 250 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/testing/buildbot/chromi
um.json", | 250 "[BUILDER_CACHE]/linux_clobber/src/testing/buildbot/chromium.json", |
| 251 "/path/to/tmp/json" | 251 "/path/to/tmp/json" |
| 252 ], | 252 ], |
| 253 "name": "read test spec (chromium.json)", | 253 "name": "read test spec (chromium.json)", |
| 254 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 255 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/test
ing/buildbot/chromium.json@@@", | 255 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_clobber/src/testing/buildbot/chr
omium.json@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@{}@@@", | 256 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 257 "@@@STEP_LOG_END@json.output@@@" | 257 "@@@STEP_LOG_END@json.output@@@" |
| 258 ] | 258 ] |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "git", | 262 "git", |
| 263 "diff", | 263 "diff", |
| 264 "--cached", | 264 "--cached", |
| 265 "--name-only" | 265 "--name-only" |
| 266 ], | 266 ], |
| 267 "cwd": "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", | 267 "cwd": "[BUILDER_CACHE]/linux_clobber/src", |
| 268 "name": "git diff to analyze patch", | 268 "name": "git diff to analyze patch", |
| 269 "stdout": "/path/to/tmp/", | 269 "stdout": "/path/to/tmp/", |
| 270 "~followup_annotations": [ | 270 "~followup_annotations": [ |
| 271 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 271 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 272 "@@@STEP_LOG_END@files@@@", | 272 "@@@STEP_LOG_END@files@@@", |
| 273 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 273 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 274 ] | 274 ] |
| 275 }, | 275 }, |
| 276 { | 276 { |
| 277 "cmd": [ | 277 "cmd": [ |
| 278 "python", | 278 "python", |
| 279 "-u", | 279 "-u", |
| 280 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 280 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 281 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/testing/buildbot/trybot
_analyze_config.json", | 281 "[BUILDER_CACHE]/linux_clobber/src/testing/buildbot/trybot_analyze_config.
json", |
| 282 "/path/to/tmp/json" | 282 "/path/to/tmp/json" |
| 283 ], | 283 ], |
| 284 "name": "read filter exclusion spec", | 284 "name": "read filter exclusion spec", |
| 285 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 286 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 286 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@{@@@", | 287 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 290 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ }@@@", | 296 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@}@@@", | 297 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 298 "@@@STEP_LOG_END@json.output@@@" | 298 "@@@STEP_LOG_END@json.output@@@" |
| 299 ] | 299 ] |
| 300 }, | 300 }, |
| 301 { | 301 { |
| 302 "cmd": [ | 302 "cmd": [ |
| 303 "python", | 303 "python", |
| 304 "-u", | 304 "-u", |
| 305 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/tools/mb/mb.py", | 305 "[BUILDER_CACHE]/linux_clobber/src/tools/mb/mb.py", |
| 306 "analyze", | 306 "analyze", |
| 307 "-m", | 307 "-m", |
| 308 "tryserver.chromium.linux", | 308 "tryserver.chromium.linux", |
| 309 "-b", | 309 "-b", |
| 310 "linux_chromium_clobber_rel_ng", | 310 "linux_chromium_clobber_rel_ng", |
| 311 "-v", | 311 "-v", |
| 312 "//out/Release", | 312 "//out/Release", |
| 313 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", | 313 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", |
| 314 "/path/to/tmp/json" | 314 "/path/to/tmp/json" |
| 315 ], | 315 ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "--show-path", | 351 "--show-path", |
| 352 "python", | 352 "python", |
| 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 354 ], | 354 ], |
| 355 "name": "cleanup_temp" | 355 "name": "cleanup_temp" |
| 356 }, | 356 }, |
| 357 { | 357 { |
| 358 "cmd": [ | 358 "cmd": [ |
| 359 "python", | 359 "python", |
| 360 "-u", | 360 "-u", |
| 361 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/tools/mb/mb.py", | 361 "[BUILDER_CACHE]/linux_clobber/src/tools/mb/mb.py", |
| 362 "gen", | 362 "gen", |
| 363 "-m", | 363 "-m", |
| 364 "tryserver.chromium.linux", | 364 "tryserver.chromium.linux", |
| 365 "-b", | 365 "-b", |
| 366 "linux_chromium_clobber_rel_ng", | 366 "linux_chromium_clobber_rel_ng", |
| 367 "--config-file", | 367 "--config-file", |
| 368 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src/tools/mb/mb_config.pyl"
, | 368 "[BUILDER_CACHE]/linux_clobber/src/tools/mb/mb_config.pyl", |
| 369 "--goma-dir", | 369 "--goma-dir", |
| 370 "[CACHE]/cipd/goma", | 370 "[CACHE]/cipd/goma", |
| 371 "//out/Release" | 371 "//out/Release" |
| 372 ], | 372 ], |
| 373 "cwd": "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", | 373 "cwd": "[BUILDER_CACHE]/linux_clobber/src", |
| 374 "env": { | 374 "env": { |
| 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 376 }, | 376 }, |
| 377 "name": "generate_build_files (with patch)" | 377 "name": "generate_build_files (with patch)" |
| 378 }, | 378 }, |
| 379 { | 379 { |
| 380 "cmd": [ | 380 "cmd": [ |
| 381 "python", | 381 "python", |
| 382 "-u", | 382 "-u", |
| 383 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 383 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 384 "--show-path", | 384 "--show-path", |
| 385 "python", | 385 "python", |
| 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 387 "--gsutil-py-path", | 387 "--gsutil-py-path", |
| 388 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 388 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 389 "--ninja-path", | 389 "--ninja-path", |
| 390 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 390 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 391 "--target", | 391 "--target", |
| 392 "Release", | 392 "Release", |
| 393 "--src-dir", | 393 "--src-dir", |
| 394 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", | 394 "[BUILDER_CACHE]/linux_clobber/src", |
| 395 "--goma-cache-dir", | 395 "--goma-cache-dir", |
| 396 "[GOMA_CACHE]", | 396 "[GOMA_CACHE]", |
| 397 "--goma-deps-cache-dir", | 397 "--goma-deps-cache-dir", |
| 398 "[GOMA_DEPS_CACHE]", | 398 "[GOMA_DEPS_CACHE]", |
| 399 "--compiler", | 399 "--compiler", |
| 400 "goma", | 400 "goma", |
| 401 "--goma-jsonstatus", | 401 "--goma-jsonstatus", |
| 402 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
| 403 "--goma-service-account-json-file", | 403 "--goma-service-account-json-file", |
| 404 "/creds/service_accounts/service-account-goma-client.json", | 404 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 427 "import sys; sys.exit(0)" | 427 "import sys; sys.exit(0)" |
| 428 ], | 428 ], |
| 429 "name": "mark: before_tests" | 429 "name": "mark: before_tests" |
| 430 }, | 430 }, |
| 431 { | 431 { |
| 432 "name": "$result", | 432 "name": "$result", |
| 433 "recipe_result": null, | 433 "recipe_result": null, |
| 434 "status_code": 0 | 434 "status_code": 0 |
| 435 } | 435 } |
| 436 ] | 436 ] |
| OLD | NEW |