| 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 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
| 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):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "config", | 29 "--master", |
| 30 "client.skia.compile", |
| 31 "--builder", |
| 32 "Housekeeper-Weekly-RecreateSKPs", |
| 33 "--slave", |
| 34 "skiabot-linux-swarm-000", |
| 30 "--spec", | 35 "--spec", |
| 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'},
{'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.
googlesource.com/chromium/src.git'}]\ntarget_os = ['llvm']" | 36 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'},
{'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.
googlesource.com/chromium/src.git'}]\ntarget_os = ['llvm']", |
| 37 "--root", |
| 38 "skia", |
| 39 "--revision_mapping_file", |
| 40 "{\"skia\": \"got_revision\"}", |
| 41 "--git-cache-dir", |
| 42 "[CUSTOM_/_B_CACHE]", |
| 43 "--output_json", |
| 44 "/path/to/tmp/json", |
| 45 "--revision", |
| 46 "skia@abc123", |
| 47 "--revision", |
| 48 "src@origin/lkgr", |
| 49 "--force", |
| 50 "--output_manifest" |
| 32 ], | 51 ], |
| 33 "cwd": "[CUSTOM_/_B_WORK]", | 52 "cwd": "[CUSTOM_/_B_WORK]", |
| 34 "env": { | 53 "env": { |
| 35 "BUILDTYPE": "Release", | 54 "BUILDTYPE": "Release", |
| 36 "CHROME_HEADLESS": "1", | 55 "CHROME_HEADLESS": "1", |
| 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 38 "SKIA_OUT": "[SLAVE_BUILD]/out" | 57 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 39 }, | 58 }, |
| 40 "name": "gclient setup" | 59 "name": "bot_update", |
| 41 }, | |
| 42 { | |
| 43 "cmd": [ | |
| 44 "python", | |
| 45 "-u", | |
| 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 47 "sync", | |
| 48 "--nohooks", | |
| 49 "--force", | |
| 50 "--verbose", | |
| 51 "--delete_unversioned_trees", | |
| 52 "--revision", | |
| 53 "skia@abc123", | |
| 54 "--revision", | |
| 55 "src@origin/lkgr", | |
| 56 "--output-json", | |
| 57 "/path/to/tmp/json" | |
| 58 ], | |
| 59 "cwd": "[CUSTOM_/_B_WORK]", | |
| 60 "env": { | |
| 61 "BUILDTYPE": "Release", | |
| 62 "CHROME_HEADLESS": "1", | |
| 63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
| 64 "SKIA_OUT": "[SLAVE_BUILD]/out" | |
| 65 }, | |
| 66 "name": "gclient sync", | |
| 67 "~followup_annotations": [ | 60 "~followup_annotations": [ |
| 61 "@@@STEP_TEXT@Some step text@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@{@@@", | 62 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\", @@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkgr\"@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/ski
a.git\", @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ }@@@", | 72 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ }@@@", | 73 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"skia\", @@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"9046e2e693bb92a76e97
2b694580e5d17ad10748\", @@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#164710}\"@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"root\": \"skia\", @@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@}@@@", | 82 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 78 "@@@STEP_LOG_END@json.output@@@", | 83 "@@@STEP_LOG_END@json.output@@@", |
| 79 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 84 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@", |
| 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#164710}\"@@@" |
| 80 ] | 86 ] |
| 81 }, | 87 }, |
| 82 { | 88 { |
| 83 "cmd": [ | 89 "cmd": [ |
| 84 "python", | 90 "python", |
| 85 "-u", | 91 "-u", |
| 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 87 "runhooks" | 93 "runhooks" |
| 88 ], | 94 ], |
| 89 "cwd": "[CUSTOM_/_B_WORK]", | 95 "cwd": "[CUSTOM_/_B_WORK]", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "@@@STEP_LOG_LINE@python.inline@ os.rename(backup_file, token_file)@@@", | 302 "@@@STEP_LOG_LINE@python.inline@ os.rename(backup_file, token_file)@@@", |
| 297 "@@@STEP_LOG_END@python.inline@@@" | 303 "@@@STEP_LOG_END@python.inline@@@" |
| 298 ] | 304 ] |
| 299 }, | 305 }, |
| 300 { | 306 { |
| 301 "name": "$result", | 307 "name": "$result", |
| 302 "recipe_result": null, | 308 "recipe_result": null, |
| 303 "status_code": 0 | 309 "status_code": 0 |
| 304 } | 310 } |
| 305 ] | 311 ] |
| OLD | NEW |