| 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.webrtc", | 8 "chromium.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tester", | 10 "Linux Tester", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 110 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 110 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 112 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 113 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 113 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 114 ] | 114 ] |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [], | |
| 118 "cwd": "[SLAVE_BUILD]", | |
| 119 "name": "ensure_goma" | |
| 120 }, | |
| 121 { | |
| 122 "cmd": [ | |
| 123 "python", | |
| 124 "-u", | |
| 125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 126 "--platform", | |
| 127 "linux-amd64", | |
| 128 "--dest-directory", | |
| 129 "[SLAVE_BUILD]/cipd", | |
| 130 "--json-output", | |
| 131 "/path/to/tmp/json" | |
| 132 ], | |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "ensure_goma.install cipd", | |
| 135 "~followup_annotations": [ | |
| 136 "@@@STEP_NEST_LEVEL@1@@@", | |
| 137 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 138 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 139 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 140 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 141 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 142 "@@@STEP_LOG_END@json.output@@@" | |
| 143 ] | |
| 144 }, | |
| 145 { | |
| 146 "cmd": [ | |
| 147 "[SLAVE_BUILD]/cipd/cipd", | |
| 148 "ensure", | |
| 149 "--root", | |
| 150 "[CACHE]/cipd/goma", | |
| 151 "--list", | |
| 152 "infra_internal/goma/client/linux-amd64 release", | |
| 153 "--json-output", | |
| 154 "/path/to/tmp/json", | |
| 155 "--service-account-json", | |
| 156 "/creds/service_accounts/service-account-goma-client.json" | |
| 157 ], | |
| 158 "cwd": "[SLAVE_BUILD]", | |
| 159 "name": "ensure_goma.ensure_installed", | |
| 160 "~followup_annotations": [ | |
| 161 "@@@STEP_NEST_LEVEL@1@@@", | |
| 162 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 163 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 164 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 165 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 166 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 167 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 168 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 169 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 170 "@@@STEP_LOG_END@json.output@@@" | |
| 171 ] | |
| 172 }, | |
| 173 { | |
| 174 "cmd": [ | 117 "cmd": [ |
| 175 "python", | 118 "python", |
| 176 "-u", | 119 "-u", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 178 "runhooks" | 121 "runhooks" |
| 179 ], | 122 ], |
| 180 "cwd": "[SLAVE_BUILD]", | 123 "cwd": "[SLAVE_BUILD]", |
| 181 "env": { | 124 "env": { |
| 182 "GYP_DEFINES": "component=static_library ffmpeg_branding=Chrome gomadir='[
CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 use_goma=1", | 125 "GYP_DEFINES": "component=static_library ffmpeg_branding=Chrome gomadir='[
BUILD]/goma' proprietary_codecs=1 target_arch=x64 use_goma=1", |
| 183 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 184 }, | 127 }, |
| 185 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
| 186 }, | 129 }, |
| 187 { | 130 { |
| 188 "cmd": [ | 131 "cmd": [ |
| 189 "python", | 132 "python", |
| 190 "-u", | 133 "-u", |
| 191 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 192 "--output", | 135 "--output", |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 ], | 368 ], |
| 426 "cwd": "[SLAVE_BUILD]", | 369 "cwd": "[SLAVE_BUILD]", |
| 427 "name": "remoting_unittests" | 370 "name": "remoting_unittests" |
| 428 }, | 371 }, |
| 429 { | 372 { |
| 430 "name": "$result", | 373 "name": "$result", |
| 431 "recipe_result": null, | 374 "recipe_result": null, |
| 432 "status_code": 0 | 375 "status_code": 0 |
| 433 } | 376 } |
| 434 ] | 377 ] |
| OLD | NEW |