| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "env": { | 11 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 14 }, | 13 }, |
| 15 "name": "gclient setup" | 14 "name": "gclient setup" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 22 "sync", | 21 "sync", |
| 23 "--nohooks", | 22 "--nohooks", |
| 24 "--force", | 23 "--force", |
| 25 "--verbose", | 24 "--verbose", |
| 26 "--delete_unversioned_trees", | 25 "--delete_unversioned_trees", |
| 27 "--revision", | 26 "--revision", |
| 28 "skia@origin/master", | 27 "skia@origin/master", |
| 29 "--output-json", | 28 "--output-json", |
| 30 "/path/to/tmp/json" | 29 "/path/to/tmp/json" |
| 31 ], | 30 ], |
| 32 "cwd": "[SLAVE_BUILD]", | |
| 33 "env": { | 31 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 33 }, |
| 36 "name": "gclient sync", | 34 "name": "gclient sync", |
| 37 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ }@@@", | 40 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 89 "@@@STEP_LOG_END@json.output@@@" | 87 "@@@STEP_LOG_END@json.output@@@" |
| 90 ] | 88 ] |
| 91 }, | 89 }, |
| 92 { | 90 { |
| 93 "cmd": [ | 91 "cmd": [ |
| 94 "python", | 92 "python", |
| 95 "-u", | 93 "-u", |
| 96 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" | 94 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" |
| 97 ], | 95 ], |
| 98 "cwd": "[SLAVE_BUILD]", | |
| 99 "env": { | 96 "env": { |
| 100 "BUILDTYPE": "Debug", | 97 "BUILDTYPE": "Debug", |
| 101 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | 98 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
| 102 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" | 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" |
| 103 }, | 100 }, |
| 104 "name": "has ccache?", | 101 "name": "has ccache?", |
| 105 "stdout": "/path/to/tmp/json", | 102 "stdout": "/path/to/tmp/json", |
| 106 "~followup_annotations": [ | 103 "~followup_annotations": [ |
| 107 "@@@STEP_LOG_LINE@json.output@{@@@", | 104 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" | 137 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" |
| 141 }, | 138 }, |
| 142 "name": "build most" | 139 "name": "build most" |
| 143 }, | 140 }, |
| 144 { | 141 { |
| 145 "name": "$result", | 142 "name": "$result", |
| 146 "recipe_result": null, | 143 "recipe_result": null, |
| 147 "status_code": 0 | 144 "status_code": 0 |
| 148 } | 145 } |
| 149 ] | 146 ] |
| OLD | NEW |