| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux 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-amd64", | |
| 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-amd64 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-amd64\"@@@", | |
| 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 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 162 "--version" | 105 "--version" |
| 163 ], | 106 ], |
| 164 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
| 165 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
| 166 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
| 167 "~followup_annotations": [ | 110 "~followup_annotations": [ |
| 168 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
| 169 ] | 112 ] |
| 170 }, | 113 }, |
| 171 { | 114 { |
| 172 "cmd": [ | 115 "cmd": [ |
| 173 "python", | 116 "python", |
| 174 "-u", | 117 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 176 "runhooks" | 119 "runhooks" |
| 177 ], | 120 ], |
| 178 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
| 179 "env": { | 122 "env": { |
| 180 "GYP_CHROMIUM_NO_ACTION": "1", | 123 "GYP_CHROMIUM_NO_ACTION": "1", |
| 181 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", | 124 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isola
tion_mode=prepare use_goma=1", |
| 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 183 }, | 126 }, |
| 184 "name": "gclient runhooks" | 127 "name": "gclient runhooks" |
| 185 }, | 128 }, |
| 186 { | 129 { |
| 187 "cmd": [ | 130 "cmd": [ |
| 188 "python", | 131 "python", |
| 189 "-u", | 132 "-u", |
| 190 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 133 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 191 "--output", | 134 "--output", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "-u", | 204 "-u", |
| 262 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 205 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 263 "gen", | 206 "gen", |
| 264 "-m", | 207 "-m", |
| 265 "chromium.linux", | 208 "chromium.linux", |
| 266 "-b", | 209 "-b", |
| 267 "Linux Builder", | 210 "Linux Builder", |
| 268 "--config-file", | 211 "--config-file", |
| 269 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 212 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 270 "--goma-dir", | 213 "--goma-dir", |
| 271 "[CACHE]/cipd/goma", | 214 "[BUILD]/goma", |
| 272 "--swarming-targets-file", | 215 "--swarming-targets-file", |
| 273 "telemetry_gpu_unittests\n", | 216 "telemetry_gpu_unittests\n", |
| 274 "//out/Release" | 217 "//out/Release" |
| 275 ], | 218 ], |
| 276 "cwd": "[SLAVE_BUILD]", | 219 "cwd": "[SLAVE_BUILD]", |
| 277 "name": "generate_build_files", | 220 "name": "generate_build_files", |
| 278 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 279 "@@@STEP_LOG_LINE@swarming-targets-file.txt@telemetry_gpu_unittests@@@", | 222 "@@@STEP_LOG_LINE@swarming-targets-file.txt@telemetry_gpu_unittests@@@", |
| 280 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 223 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 281 ] | 224 ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 297 "--src-dir", | 240 "--src-dir", |
| 298 "[SLAVE_BUILD]/src", | 241 "[SLAVE_BUILD]/src", |
| 299 "--goma-cache-dir", | 242 "--goma-cache-dir", |
| 300 "[GOMA_CACHE]", | 243 "[GOMA_CACHE]", |
| 301 "--build-tool", | 244 "--build-tool", |
| 302 "ninja", | 245 "ninja", |
| 303 "--compiler", | 246 "--compiler", |
| 304 "goma", | 247 "goma", |
| 305 "--goma-jsonstatus", | 248 "--goma-jsonstatus", |
| 306 "/path/to/tmp/json", | 249 "/path/to/tmp/json", |
| 307 "--goma-service-account-json-file", | |
| 308 "/creds/service_accounts/service-account-goma-client.json", | |
| 309 "--goma-dir", | 250 "--goma-dir", |
| 310 "[CACHE]/cipd/goma", | 251 "[BUILD]/goma", |
| 311 "--ninja-ensure-up-to-date", | 252 "--ninja-ensure-up-to-date", |
| 312 "--", | 253 "--", |
| 313 "chromium_swarm_tests", | 254 "chromium_swarm_tests", |
| 314 "telemetry_gpu_unittests" | 255 "telemetry_gpu_unittests" |
| 315 ], | 256 ], |
| 316 "cwd": "[SLAVE_BUILD]", | 257 "cwd": "[SLAVE_BUILD]", |
| 317 "name": "compile", | 258 "name": "compile", |
| 318 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 260 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 320 "@@@STEP_LOG_END@json.output (invalid)@@@" | 261 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 "~followup_annotations": [ | 368 "~followup_annotations": [ |
| 428 "@@@STEP_TEXT@Linux Tests@@@" | 369 "@@@STEP_TEXT@Linux Tests@@@" |
| 429 ] | 370 ] |
| 430 }, | 371 }, |
| 431 { | 372 { |
| 432 "name": "$result", | 373 "name": "$result", |
| 433 "recipe_result": null, | 374 "recipe_result": null, |
| 434 "status_code": 0 | 375 "status_code": 0 |
| 435 } | 376 } |
| 436 ] | 377 ] |
| OLD | NEW |