| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 98 ] | 98 ] |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [], | |
| 102 "cwd": "[SLAVE_BUILD]", | |
| 103 "name": "ensure_goma" | |
| 104 }, | |
| 105 { | |
| 106 "cmd": [ | |
| 107 "python", | |
| 108 "-u", | |
| 109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 110 "--platform", | |
| 111 "linux-386", | |
| 112 "--dest-directory", | |
| 113 "[SLAVE_BUILD]/cipd", | |
| 114 "--json-output", | |
| 115 "/path/to/tmp/json" | |
| 116 ], | |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "name": "ensure_goma.install cipd", | |
| 119 "~followup_annotations": [ | |
| 120 "@@@STEP_NEST_LEVEL@1@@@", | |
| 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 122 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 125 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 126 "@@@STEP_LOG_END@json.output@@@" | |
| 127 ] | |
| 128 }, | |
| 129 { | |
| 130 "cmd": [ | |
| 131 "[SLAVE_BUILD]/cipd/cipd", | |
| 132 "ensure", | |
| 133 "--root", | |
| 134 "[CACHE]/cipd/goma", | |
| 135 "--list", | |
| 136 "infra_internal/goma/client/linux-386 release", | |
| 137 "--json-output", | |
| 138 "/path/to/tmp/json", | |
| 139 "--service-account-json", | |
| 140 "/creds/service_accounts/service-account-goma-client.json" | |
| 141 ], | |
| 142 "cwd": "[SLAVE_BUILD]", | |
| 143 "name": "ensure_goma.ensure_installed", | |
| 144 "~followup_annotations": [ | |
| 145 "@@@STEP_NEST_LEVEL@1@@@", | |
| 146 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 147 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 153 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 154 "@@@STEP_LOG_END@json.output@@@" | |
| 155 ] | |
| 156 }, | |
| 157 { | |
| 158 "cmd": [ | 101 "cmd": [ |
| 159 "python", | 102 "python", |
| 160 "-u", | 103 "-u", |
| 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 162 "runhooks" | 105 "runhooks" |
| 163 ], | 106 ], |
| 164 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
| 165 "env": { | 108 "env": { |
| 166 "GYP_CHROMIUM_NO_ACTION": "1", | 109 "GYP_CHROMIUM_NO_ACTION": "1", |
| 167 "GYP_CROSSCOMPILE": "1", | 110 "GYP_CROSSCOMPILE": "1", |
| 168 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1"
, | 111 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
| 169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 170 }, | 113 }, |
| 171 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
| 172 }, | 115 }, |
| 173 { | 116 { |
| 174 "cmd": [ | 117 "cmd": [ |
| 175 "python", | 118 "python", |
| 176 "-u", | 119 "-u", |
| 177 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 178 "--show-path", | 121 "--show-path", |
| 179 "python", | 122 "python", |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 181 ], | 124 ], |
| 182 "cwd": "[SLAVE_BUILD]", | 125 "cwd": "[SLAVE_BUILD]", |
| 183 "name": "cleanup_temp" | 126 "name": "cleanup_temp" |
| 184 }, | 127 }, |
| 185 { | 128 { |
| 186 "cmd": [ | 129 "cmd": [ |
| 187 "python", | 130 "python", |
| 188 "-u", | 131 "-u", |
| 189 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 132 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 190 "gen", | 133 "gen", |
| 191 "-m", | 134 "-m", |
| 192 "chromium.perf", | 135 "chromium.perf", |
| 193 "-b", | 136 "-b", |
| 194 "Android Builder", | 137 "Android Builder", |
| 195 "--config-file", | 138 "--config-file", |
| 196 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 139 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 197 "--goma-dir", | 140 "--goma-dir", |
| 198 "[CACHE]/cipd/goma", | 141 "[BUILD]/goma", |
| 199 "//out/Release" | 142 "//out/Release" |
| 200 ], | 143 ], |
| 201 "cwd": "[SLAVE_BUILD]", | 144 "cwd": "[SLAVE_BUILD]", |
| 202 "name": "generate_build_files" | 145 "name": "generate_build_files" |
| 203 }, | 146 }, |
| 204 { | 147 { |
| 205 "cmd": [ | 148 "cmd": [ |
| 206 "python", | 149 "python", |
| 207 "-u", | 150 "-u", |
| 208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 151 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 220 "--goma-cache-dir", | 163 "--goma-cache-dir", |
| 221 "[GOMA_CACHE]", | 164 "[GOMA_CACHE]", |
| 222 "--build-tool", | 165 "--build-tool", |
| 223 "ninja", | 166 "ninja", |
| 224 "--build-data-dir", | 167 "--build-data-dir", |
| 225 "[ROOT]/build_data_dir", | 168 "[ROOT]/build_data_dir", |
| 226 "--compiler", | 169 "--compiler", |
| 227 "goma", | 170 "goma", |
| 228 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
| 229 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
| 230 "--goma-service-account-json-file", | |
| 231 "/creds/service_accounts/service-account-goma-client.json", | |
| 232 "--mode", | 173 "--mode", |
| 233 "official", | 174 "official", |
| 234 "--goma-dir", | 175 "--goma-dir", |
| 235 "[CACHE]/cipd/goma", | 176 "[BUILD]/goma", |
| 236 "--goma-hermetic", | 177 "--goma-hermetic", |
| 237 "fallback", | 178 "fallback", |
| 238 "--" | 179 "--" |
| 239 ], | 180 ], |
| 240 "cwd": "[SLAVE_BUILD]", | 181 "cwd": "[SLAVE_BUILD]", |
| 241 "env": { | 182 "env": { |
| 242 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 243 }, | 184 }, |
| 244 "name": "compile", | 185 "name": "compile", |
| 245 "~followup_annotations": [ | 186 "~followup_annotations": [ |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 "~followup_annotations": [ | 696 "~followup_annotations": [ |
| 756 "@@@STEP_TEXT@Android One Perf (3)@@@" | 697 "@@@STEP_TEXT@Android One Perf (3)@@@" |
| 757 ] | 698 ] |
| 758 }, | 699 }, |
| 759 { | 700 { |
| 760 "name": "$result", | 701 "name": "$result", |
| 761 "recipe_result": null, | 702 "recipe_result": null, |
| 762 "status_code": 0 | 703 "status_code": 0 |
| 763 } | 704 } |
| 764 ] | 705 ] |
| OLD | NEW |