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