| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_ubsan", | 10 "linux_ubsan", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 78 "--show-path", | 78 "--show-path", |
| 79 "python", | 79 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 81 ], | 81 ], |
| 82 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | |
| 86 "python", | |
| 87 "-u", | |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 89 "runhooks" | |
| 90 ], | |
| 91 "cwd": "[SLAVE_BUILD]/src", | |
| 92 "env": { | |
| 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 94 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sa
nitize-recover=undefined rtc_use_h264=1 target_arch=x64 ubsan=1 use_goma=1", | |
| 95 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 96 }, | |
| 97 "name": "gclient runhooks" | |
| 98 }, | |
| 99 { | |
| 100 "cmd": [], | 85 "cmd": [], |
| 101 "name": "ensure_goma" | 86 "name": "ensure_goma" |
| 102 }, | 87 }, |
| 103 { | 88 { |
| 104 "cmd": [ | 89 "cmd": [ |
| 105 "python", | 90 "python", |
| 106 "-u", | 91 "-u", |
| 107 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 92 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 108 "--platform", | 93 "--platform", |
| 109 "linux-amd64", | 94 "linux-amd64", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "@@@STEP_LOG_LINE@json.output@ {@@@", | 129 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 130 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ }@@@", | 132 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 133 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 136 ] |
| 152 }, | 137 }, |
| 153 { | 138 { |
| 139 "cmd": [ |
| 140 "python", |
| 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 143 "runhooks" |
| 144 ], |
| 145 "cwd": "[SLAVE_BUILD]/src", |
| 146 "env": { |
| 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 148 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' release_extra_cflags=-f
no-sanitize-recover=undefined rtc_use_h264=1 target_arch=x64 ubsan=1 use_goma=1"
, |
| 149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 150 }, |
| 151 "name": "gclient runhooks" |
| 152 }, |
| 153 { |
| 154 "allow_subannotations": true, | 154 "allow_subannotations": true, |
| 155 "cmd": [ | 155 "cmd": [ |
| 156 "python", | 156 "python", |
| 157 "-u", | 157 "-u", |
| 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 159 "--src-dir", | 159 "--src-dir", |
| 160 "[SLAVE_BUILD]/src", | 160 "[SLAVE_BUILD]/src", |
| 161 "--output-json", | 161 "--output-json", |
| 162 "/path/to/tmp/json" | 162 "/path/to/tmp/json" |
| 163 ], | 163 ], |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 "webrtc_nonparallel_tests" | 612 "webrtc_nonparallel_tests" |
| 613 ], | 613 ], |
| 614 "name": "webrtc_nonparallel_tests" | 614 "name": "webrtc_nonparallel_tests" |
| 615 }, | 615 }, |
| 616 { | 616 { |
| 617 "name": "$result", | 617 "name": "$result", |
| 618 "recipe_result": null, | 618 "recipe_result": null, |
| 619 "status_code": 0 | 619 "status_code": 0 |
| 620 } | 620 } |
| 621 ] | 621 ] |
| OLD | NEW |