| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Mac10.9", | 10 "WebKit Mac10.9", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 101 ] | 101 ] |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "cmd": [], | |
| 105 "cwd": "[SLAVE_BUILD]", | |
| 106 "name": "ensure_goma" | |
| 107 }, | |
| 108 { | |
| 109 "cmd": [ | |
| 110 "python", | |
| 111 "-u", | |
| 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 113 "--platform", | |
| 114 "mac-amd64", | |
| 115 "--dest-directory", | |
| 116 "[SLAVE_BUILD]/cipd", | |
| 117 "--json-output", | |
| 118 "/path/to/tmp/json" | |
| 119 ], | |
| 120 "cwd": "[SLAVE_BUILD]", | |
| 121 "name": "ensure_goma.install cipd", | |
| 122 "~followup_annotations": [ | |
| 123 "@@@STEP_NEST_LEVEL@1@@@", | |
| 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 125 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 128 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 129 "@@@STEP_LOG_END@json.output@@@" | |
| 130 ] | |
| 131 }, | |
| 132 { | |
| 133 "cmd": [ | |
| 134 "[SLAVE_BUILD]/cipd/cipd", | |
| 135 "ensure", | |
| 136 "--root", | |
| 137 "[CACHE]/cipd/goma", | |
| 138 "--list", | |
| 139 "infra_internal/goma/client/mac-amd64 release", | |
| 140 "--json-output", | |
| 141 "/path/to/tmp/json", | |
| 142 "--service-account-json", | |
| 143 "/creds/service_accounts/service-account-goma-client.json" | |
| 144 ], | |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "ensure_goma.ensure_installed", | |
| 147 "~followup_annotations": [ | |
| 148 "@@@STEP_NEST_LEVEL@1@@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | |
| 154 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 157 "@@@STEP_LOG_END@json.output@@@" | |
| 158 ] | |
| 159 }, | |
| 160 { | |
| 161 "cmd": [ | 104 "cmd": [ |
| 162 "python", | 105 "python", |
| 163 "-u", | 106 "-u", |
| 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 107 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 165 "--version" | 108 "--version" |
| 166 ], | 109 ], |
| 167 "cwd": "[SLAVE_BUILD]", | 110 "cwd": "[SLAVE_BUILD]", |
| 168 "name": "swarming.py --version", | 111 "name": "swarming.py --version", |
| 169 "stdout": "/path/to/tmp/", | 112 "stdout": "/path/to/tmp/", |
| 170 "~followup_annotations": [ | 113 "~followup_annotations": [ |
| 171 "@@@STEP_TEXT@0.4.10@@@" | 114 "@@@STEP_TEXT@0.4.10@@@" |
| 172 ] | 115 ] |
| 173 }, | 116 }, |
| 174 { | 117 { |
| 175 "cmd": [ | 118 "cmd": [ |
| 176 "python", | 119 "python", |
| 177 "-u", | 120 "-u", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 179 "runhooks" | 122 "runhooks" |
| 180 ], | 123 ], |
| 181 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
| 182 "env": { | 125 "env": { |
| 183 "GYP_CHROMIUM_NO_ACTION": "1", | 126 "GYP_CHROMIUM_NO_ACTION": "1", |
| 184 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1", | 127 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 128 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 186 }, | 129 }, |
| 187 "name": "gclient runhooks" | 130 "name": "gclient runhooks" |
| 188 }, | 131 }, |
| 189 { | 132 { |
| 190 "cmd": [ | 133 "cmd": [ |
| 191 "python", | 134 "python", |
| 192 "-u", | 135 "-u", |
| 193 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 136 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 194 "--output", | 137 "--output", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "-u", | 185 "-u", |
| 243 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 186 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 244 "gen", | 187 "gen", |
| 245 "-m", | 188 "-m", |
| 246 "chromium.webkit", | 189 "chromium.webkit", |
| 247 "-b", | 190 "-b", |
| 248 "WebKit Mac10.9", | 191 "WebKit Mac10.9", |
| 249 "--config-file", | 192 "--config-file", |
| 250 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 193 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 251 "--goma-dir", | 194 "--goma-dir", |
| 252 "[CACHE]/cipd/goma", | 195 "[BUILD]/goma", |
| 253 "//out/Release" | 196 "//out/Release" |
| 254 ], | 197 ], |
| 255 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "generate_build_files" | 199 "name": "generate_build_files" |
| 257 }, | 200 }, |
| 258 { | 201 { |
| 259 "allow_subannotations": true, | 202 "allow_subannotations": true, |
| 260 "cmd": [ | 203 "cmd": [ |
| 261 "python", | 204 "python", |
| 262 "-u", | 205 "-u", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "--goma-cache-dir", | 237 "--goma-cache-dir", |
| 295 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
| 296 "--build-tool", | 239 "--build-tool", |
| 297 "ninja", | 240 "ninja", |
| 298 "--build-data-dir", | 241 "--build-data-dir", |
| 299 "[ROOT]/build_data_dir", | 242 "[ROOT]/build_data_dir", |
| 300 "--compiler", | 243 "--compiler", |
| 301 "goma-clang", | 244 "goma-clang", |
| 302 "--goma-jsonstatus", | 245 "--goma-jsonstatus", |
| 303 "/path/to/tmp/json", | 246 "/path/to/tmp/json", |
| 304 "--goma-service-account-json-file", | |
| 305 "/creds/service_accounts/service-account-goma-client.json", | |
| 306 "--goma-dir", | 247 "--goma-dir", |
| 307 "[CACHE]/cipd/goma", | 248 "[BUILD]/goma", |
| 308 "--", | 249 "--", |
| 309 "blink_tests" | 250 "blink_tests" |
| 310 ], | 251 ], |
| 311 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 312 "name": "compile", | 253 "name": "compile", |
| 313 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 315 "@@@STEP_LOG_END@json.output (invalid)@@@" | 256 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 316 ] | 257 ] |
| 317 }, | 258 }, |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 345 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
| 405 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 346 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
| 406 ] | 347 ] |
| 407 }, | 348 }, |
| 408 { | 349 { |
| 409 "name": "$result", | 350 "name": "$result", |
| 410 "recipe_result": null, | 351 "recipe_result": null, |
| 411 "status_code": 0 | 352 "status_code": 0 |
| 412 } | 353 } |
| 413 ] | 354 ] |
| OLD | NEW |