| 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 Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
| (...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 "linux-386", | |
| 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/linux-386 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/linux-386\"@@@", | |
| 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 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 165 "runhooks" | 108 "runhooks" |
| 166 ], | 109 ], |
| 167 "cwd": "[SLAVE_BUILD]", | 110 "cwd": "[SLAVE_BUILD]", |
| 168 "env": { | 111 "env": { |
| 169 "GYP_CHROMIUM_NO_ACTION": "1", | 112 "GYP_CHROMIUM_NO_ACTION": "1", |
| 170 "GYP_CROSSCOMPILE": "1", | 113 "GYP_CROSSCOMPILE": "1", |
| 171 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 114 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", |
| 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 115 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 173 }, | 116 }, |
| 174 "name": "gclient runhooks" | 117 "name": "gclient runhooks" |
| 175 }, | 118 }, |
| 176 { | 119 { |
| 177 "cmd": [ | 120 "cmd": [ |
| 178 "python", | 121 "python", |
| 179 "-u", | 122 "-u", |
| 180 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 123 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 181 "--output", | 124 "--output", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 674 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 732 "@@@STEP_LOG_END@python.inline@@@" | 675 "@@@STEP_LOG_END@python.inline@@@" |
| 733 ] | 676 ] |
| 734 }, | 677 }, |
| 735 { | 678 { |
| 736 "name": "$result", | 679 "name": "$result", |
| 737 "recipe_result": null, | 680 "recipe_result": null, |
| 738 "status_code": 0 | 681 "status_code": 0 |
| 739 } | 682 } |
| 740 ] | 683 ] |
| OLD | NEW |