| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tsan v2", | 10 "Linux Tsan v2", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "python", | 69 "python", |
| 70 "-u", | 70 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 72 "--show-path", | 72 "--show-path", |
| 73 "python", | 73 "python", |
| 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 75 ], | 75 ], |
| 76 "name": "cleanup_temp" | 76 "name": "cleanup_temp" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "cmd": [ | |
| 80 "python", | |
| 81 "-u", | |
| 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 83 "runhooks" | |
| 84 ], | |
| 85 "cwd": "[SLAVE_BUILD]/src", | |
| 86 "env": { | |
| 87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 88 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl
e_nacl=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arc
h=x64 tsan=1 use_goma=1", | |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 90 }, | |
| 91 "name": "gclient runhooks" | |
| 92 }, | |
| 93 { | |
| 94 "cmd": [], | 79 "cmd": [], |
| 95 "name": "ensure_goma" | 80 "name": "ensure_goma" |
| 96 }, | 81 }, |
| 97 { | 82 { |
| 98 "cmd": [ | 83 "cmd": [ |
| 99 "python", | 84 "python", |
| 100 "-u", | 85 "-u", |
| 101 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 86 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 102 "--platform", | 87 "--platform", |
| 103 "linux-amd64", | 88 "linux-amd64", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "@@@STEP_LOG_LINE@json.output@ {@@@", | 123 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ }@@@", | 126 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 127 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 144 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
| 145 ] | 130 ] |
| 146 }, | 131 }, |
| 147 { | 132 { |
| 133 "cmd": [ |
| 134 "python", |
| 135 "-u", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 137 "runhooks" |
| 138 ], |
| 139 "cwd": "[SLAVE_BUILD]/src", |
| 140 "env": { |
| 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 142 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl
e_nacl=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 targe
t_arch=x64 tsan=1 use_goma=1", |
| 143 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 144 }, |
| 145 "name": "gclient runhooks" |
| 146 }, |
| 147 { |
| 148 "allow_subannotations": true, | 148 "allow_subannotations": true, |
| 149 "cmd": [ | 149 "cmd": [ |
| 150 "python", | 150 "python", |
| 151 "-u", | 151 "-u", |
| 152 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 152 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 153 "--src-dir", | 153 "--src-dir", |
| 154 "[SLAVE_BUILD]/src", | 154 "[SLAVE_BUILD]/src", |
| 155 "--output-json", | 155 "--output-json", |
| 156 "/path/to/tmp/json" | 156 "/path/to/tmp/json" |
| 157 ], | 157 ], |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "webrtc_nonparallel_tests" | 623 "webrtc_nonparallel_tests" |
| 624 ], | 624 ], |
| 625 "name": "webrtc_nonparallel_tests" | 625 "name": "webrtc_nonparallel_tests" |
| 626 }, | 626 }, |
| 627 { | 627 { |
| 628 "name": "$result", | 628 "name": "$result", |
| 629 "recipe_result": null, | 629 "recipe_result": null, |
| 630 "status_code": 0 | 630 "status_code": 0 |
| 631 } | 631 } |
| 632 ] | 632 ] |
| OLD | NEW |