| 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 "Win32 Release (Clang)", | 10 "Win32 Release (Clang)", |
| (...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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | |
| 88 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 target_arch=ia32 use_gom
a=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 "windows-386", | 88 "windows-386", |
| (...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/windows-amd64\"@@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 142 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=ia32 u
se_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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 206 "@@@STEP_LOG_END@json.output (invalid)@@@" | 206 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 207 ] | 207 ] |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 "name": "$result", | 210 "name": "$result", |
| 211 "recipe_result": null, | 211 "recipe_result": null, |
| 212 "status_code": 0 | 212 "status_code": 0 |
| 213 } | 213 } |
| 214 ] | 214 ] |
| OLD | NEW |