| 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 = '[ROOT]/b/build/slave/cache_dir'\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]", |
| 11 "env": { | 12 "env": { |
| 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 13 }, | 14 }, |
| 14 "name": "gclient setup" | 15 "name": "gclient setup" |
| 15 }, | 16 }, |
| 16 { | 17 { |
| 17 "cmd": [ | 18 "cmd": [ |
| 18 "python", | 19 "python", |
| 19 "-u", | 20 "-u", |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 21 "sync", | 22 "sync", |
| 22 "--nohooks", | 23 "--nohooks", |
| 23 "--force", | 24 "--force", |
| 24 "--verbose", | 25 "--verbose", |
| 25 "--delete_unversioned_trees", | 26 "--delete_unversioned_trees", |
| 26 "--revision", | 27 "--revision", |
| 27 "skia@origin/master", | 28 "skia@origin/master", |
| 28 "--output-json", | 29 "--output-json", |
| 29 "/path/to/tmp/json" | 30 "/path/to/tmp/json" |
| 30 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
| 31 "env": { | 33 "env": { |
| 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 33 }, | 35 }, |
| 34 "name": "gclient sync", | 36 "name": "gclient sync", |
| 35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ }@@@", | 42 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ }@@@", | 43 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 43 "@@@STEP_LOG_END@json.output@@@", | 45 "@@@STEP_LOG_END@json.output@@@", |
| 44 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 46 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 45 ] | 47 ] |
| 46 }, | 48 }, |
| 47 { | 49 { |
| 48 "cmd": [ | 50 "cmd": [ |
| 49 "python", | 51 "python", |
| 50 "-u", | 52 "-u", |
| 51 "[CWD]/skia/tools/buildbot_spec.py", | 53 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 52 "/path/to/tmp/json", | 54 "/path/to/tmp/json", |
| 53 "Housekeeper-PerCommit-Trybot" | 55 "Housekeeper-PerCommit-Trybot" |
| 54 ], | 56 ], |
| 55 "cwd": "[CWD]/skia", | 57 "cwd": "[SLAVE_BUILD]/skia", |
| 56 "name": "exec buildbot_spec.py", | 58 "name": "exec buildbot_spec.py", |
| 57 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 58 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 63 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 80 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 82 "@@@STEP_LOG_END@json.output@@@" | 84 "@@@STEP_LOG_END@json.output@@@" |
| 83 ] | 85 ] |
| 84 }, | 86 }, |
| 85 { | 87 { |
| 86 "cmd": [ | 88 "cmd": [ |
| 87 "make", | 89 "make", |
| 88 "most" | 90 "most" |
| 89 ], | 91 ], |
| 90 "cwd": "[CWD]/skia", | 92 "cwd": "[SLAVE_BUILD]/skia", |
| 91 "env": { | 93 "env": { |
| 92 "BUILDTYPE": "Release", | 94 "BUILDTYPE": "Release", |
| 93 "CHROME_PATH": "[HOME]/src", | 95 "CHROME_PATH": "[HOME]/src", |
| 94 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 96 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
| 95 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit-Trybot" | 97 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
| 96 }, | 98 }, |
| 97 "name": "build most" | 99 "name": "build most" |
| 98 }, | 100 }, |
| 99 { | 101 { |
| 100 "cmd": [ | 102 "cmd": [ |
| 101 "python", | 103 "python", |
| 102 "[CWD]/skia/platform_tools/android/tests/run_all.py" | 104 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py" |
| 103 ], | 105 ], |
| 104 "cwd": "[CWD]/skia", | 106 "cwd": "[SLAVE_BUILD]/skia", |
| 105 "env": { | 107 "env": { |
| 106 "BUILDTYPE": "Release", | 108 "BUILDTYPE": "Release", |
| 107 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 109 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
| 108 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit-Trybot" | 110 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
| 109 }, | 111 }, |
| 110 "name": "android platform self-tests" | 112 "name": "android platform self-tests" |
| 111 }, | 113 }, |
| 112 { | 114 { |
| 113 "cmd": [ | 115 "cmd": [ |
| 114 "git", | 116 "git", |
| 115 "show", | 117 "show", |
| 116 "HEAD", | 118 "HEAD", |
| 117 "--format=%at", | 119 "--format=%at", |
| 118 "-s" | 120 "-s" |
| 119 ], | 121 ], |
| 120 "cwd": "[CWD]/skia", | 122 "cwd": "[SLAVE_BUILD]/skia", |
| 121 "name": "git show", | 123 "name": "git show", |
| 122 "stdout": "/path/to/tmp/" | 124 "stdout": "/path/to/tmp/" |
| 123 }, | 125 }, |
| 124 { | 126 { |
| 125 "cmd": [ | 127 "cmd": [ |
| 126 "python", | 128 "python", |
| 127 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py", | 129 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py", |
| 128 "--library", | 130 "--library", |
| 129 "[CWD]/skia/out/Housekeeper-PerCommit-Trybot/Release/lib/libskia.so", | 131 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot/Release/lib/libskia.s
o", |
| 130 "--githash", | 132 "--githash", |
| 131 "164710", | 133 "164710", |
| 132 "--commit_ts", | 134 "--commit_ts", |
| 133 "1408633190", | 135 "1408633190", |
| 134 "--gsutil_path", | 136 "--gsutil_path", |
| 135 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil", | 137 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", |
| 136 "--issue_number", | 138 "--issue_number", |
| 137 "500" | 139 "500" |
| 138 ], | 140 ], |
| 139 "cwd": "[CWD]/skia", | 141 "cwd": "[SLAVE_BUILD]/skia", |
| 140 "env": { | 142 "env": { |
| 141 "BUILDTYPE": "Release", | 143 "BUILDTYPE": "Release", |
| 142 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 144 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
| 143 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit-Trybot" | 145 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
| 144 }, | 146 }, |
| 145 "name": "generate and upload binary size data" | 147 "name": "generate and upload binary size data" |
| 146 }, | 148 }, |
| 147 { | 149 { |
| 148 "name": "$result", | 150 "name": "$result", |
| 149 "recipe_result": null, | 151 "recipe_result": null, |
| 150 "status_code": 0 | 152 "status_code": 0 |
| 151 } | 153 } |
| 152 ] | 154 ] |
| OLD | NEW |