| 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", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 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_PACKAGE_REPO[depot_tools]/gclient.py", |
| 29 "config", | 29 "config", |
| 30 "--spec", | 30 "--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']" | 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git',
'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi
t'}, {'deps_file': '.DEPS.git', 'managed': False, 'name': 'src', 'url': 'https:/
/chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['llvm']" |
| 32 ], | 32 ], |
| 33 "cwd": "[CUSTOM_/_B_WORK]", | 33 "cwd": "[CUSTOM_/_B_WORK]", |
| 34 "env": { | 34 "env": { |
| 35 "CHROME_HEADLESS": "1", | 35 "CHROME_HEADLESS": "1", |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 37 "PYTHONPATH": "[BUILD]/scripts" | 37 "PYTHONPATH": "[BUILD]/scripts" |
| 38 }, | 38 }, |
| 39 "name": "gclient setup" | 39 "name": "gclient setup" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "sync", | 46 "sync", |
| 47 "--verbose", |
| 48 "--with_branch_heads", |
| 47 "--nohooks", | 49 "--nohooks", |
| 50 "-j8", |
| 51 "--reset", |
| 48 "--force", | 52 "--force", |
| 49 "--verbose", | 53 "--upstream", |
| 54 "--no-nag-max", |
| 50 "--delete_unversioned_trees", | 55 "--delete_unversioned_trees", |
| 51 "--revision", | 56 "--revision", |
| 52 "skia@abc123", | 57 "skia@abc123", |
| 53 "--revision", | 58 "--revision", |
| 54 "src@origin/lkgr", | 59 "src@origin/lkgr", |
| 55 "--output-json", | 60 "--output-json", |
| 56 "/path/to/tmp/json" | 61 "/path/to/tmp/json" |
| 57 ], | 62 ], |
| 58 "cwd": "[CUSTOM_/_B_WORK]", | 63 "cwd": "[CUSTOM_/_B_WORK]", |
| 59 "env": { | 64 "env": { |
| 60 "CHROME_HEADLESS": "1", | 65 "CHROME_HEADLESS": "1", |
| 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 62 "PYTHONPATH": "[BUILD]/scripts" | 67 "PYTHONPATH": "[BUILD]/scripts" |
| 63 }, | 68 }, |
| 64 "name": "gclient sync", | 69 "name": "gclient sync", |
| 65 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 66 "@@@STEP_LOG_LINE@json.output@{@@@", | 71 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 75 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ }@@@", | 78 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@}@@@", | 80 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 76 "@@@STEP_LOG_END@json.output@@@", | 81 "@@@STEP_LOG_END@json.output@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 82 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 78 ] | 83 ] |
| 79 }, | 84 }, |
| 80 { | 85 { |
| 81 "cmd": [ | 86 "cmd": [ |
| 82 "python", | 87 "python", |
| 83 "-u", | 88 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 89 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 90 "recurse", |
| 91 "git", |
| 92 "config", |
| 93 "user.name", |
| 94 "local_bot" |
| 95 ], |
| 96 "cwd": "[CUSTOM_/_B_WORK]", |
| 97 "env": { |
| 98 "CHROME_HEADLESS": "1", |
| 99 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 100 "PYTHONPATH": "[BUILD]/scripts" |
| 101 }, |
| 102 "name": "gclient recurse (git config user.name)" |
| 103 }, |
| 104 { |
| 105 "cmd": [ |
| 106 "python", |
| 107 "-u", |
| 108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 109 "recurse", |
| 110 "git", |
| 111 "config", |
| 112 "user.email", |
| 113 "local_bot@example.com" |
| 114 ], |
| 115 "cwd": "[CUSTOM_/_B_WORK]", |
| 116 "env": { |
| 117 "CHROME_HEADLESS": "1", |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 119 "PYTHONPATH": "[BUILD]/scripts" |
| 120 }, |
| 121 "name": "gclient recurse (git config user.email)" |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 85 "runhooks" | 128 "runhooks" |
| 86 ], | 129 ], |
| 87 "cwd": "[CUSTOM_/_B_WORK]", | 130 "cwd": "[CUSTOM_/_B_WORK]", |
| 88 "env": { | 131 "env": { |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 133 }, |
| 91 "name": "gclient runhooks" | 134 "name": "gclient runhooks" |
| 92 }, | 135 }, |
| 93 { | 136 { |
| 94 "cmd": [ | 137 "cmd": [ |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "@@@STEP_LOG_LINE@python.inline@ os.rename(backup_file, token_file)@@@", | 387 "@@@STEP_LOG_LINE@python.inline@ os.rename(backup_file, token_file)@@@", |
| 345 "@@@STEP_LOG_END@python.inline@@@" | 388 "@@@STEP_LOG_END@python.inline@@@" |
| 346 ] | 389 ] |
| 347 }, | 390 }, |
| 348 { | 391 { |
| 349 "name": "$result", | 392 "name": "$result", |
| 350 "recipe_result": null, | 393 "recipe_result": null, |
| 351 "status_code": 0 | 394 "status_code": 0 |
| 352 } | 395 } |
| 353 ] | 396 ] |
| OLD | NEW |