| 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 14 matching lines...) Expand all Loading... |
| 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', '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']" |
| 32 ], | 32 ], |
| 33 "cwd": "[CUSTOM_/_B_WORK]", | 33 "cwd": "[CUSTOM_/_B_WORK]", |
| 34 "env": { | 34 "env": { |
| 35 "BUILDTYPE": "Debug", |
| 36 "CC": "/usr/bin/clang", |
| 35 "CHROME_HEADLESS": "1", | 37 "CHROME_HEADLESS": "1", |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 38 "CXX": "/usr/bin/clang++", |
| 39 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff
er=1 skia_warnings_as_errors=1", |
| 40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 41 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma
ndBuffer" |
| 37 }, | 42 }, |
| 38 "name": "gclient setup" | 43 "name": "gclient setup" |
| 39 }, | 44 }, |
| 40 { | 45 { |
| 41 "cmd": [ | 46 "cmd": [ |
| 42 "python", | 47 "python", |
| 43 "-u", | 48 "-u", |
| 44 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 49 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 45 "sync", | 50 "sync", |
| 46 "--nohooks", | 51 "--nohooks", |
| 47 "--force", | 52 "--force", |
| 48 "--verbose", | 53 "--verbose", |
| 49 "--delete_unversioned_trees", | 54 "--delete_unversioned_trees", |
| 50 "--revision", | 55 "--revision", |
| 51 "skia@abc123", | 56 "skia@abc123", |
| 52 "--revision", | 57 "--revision", |
| 53 "src@origin/lkgr", | 58 "src@origin/lkgr", |
| 54 "--output-json", | 59 "--output-json", |
| 55 "/path/to/tmp/json" | 60 "/path/to/tmp/json" |
| 56 ], | 61 ], |
| 57 "cwd": "[CUSTOM_/_B_WORK]", | 62 "cwd": "[CUSTOM_/_B_WORK]", |
| 58 "env": { | 63 "env": { |
| 64 "BUILDTYPE": "Debug", |
| 65 "CC": "/usr/bin/clang", |
| 59 "CHROME_HEADLESS": "1", | 66 "CHROME_HEADLESS": "1", |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" | 67 "CXX": "/usr/bin/clang++", |
| 68 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff
er=1 skia_warnings_as_errors=1", |
| 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 70 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma
ndBuffer" |
| 61 }, | 71 }, |
| 62 "name": "gclient sync", | 72 "name": "gclient sync", |
| 63 "~followup_annotations": [ | 73 "~followup_annotations": [ |
| 64 "@@@STEP_LOG_LINE@json.output@{@@@", | 74 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 78 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 168 "@@@STEP_LOG_END@python.inline@@@" | 178 "@@@STEP_LOG_END@python.inline@@@" |
| 169 ] | 179 ] |
| 170 }, | 180 }, |
| 171 { | 181 { |
| 172 "name": "$result", | 182 "name": "$result", |
| 173 "recipe_result": null, | 183 "recipe_result": null, |
| 174 "status_code": 0 | 184 "status_code": 0 |
| 175 } | 185 } |
| 176 ] | 186 ] |
| OLD | NEW |