| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win64 Release (GN)", | 10 "Win64 Release (GN)", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 46 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 47 ] | 47 ] |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "cmd": [], |
| 51 "name": "ensure_goma" |
| 52 }, |
| 53 { |
| 54 "cmd": [ |
| 55 "python", |
| 56 "-u", |
| 57 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 58 "--platform", |
| 59 "windows-amd64", |
| 60 "--dest-directory", |
| 61 "[SLAVE_BUILD]\\cipd", |
| 62 "--json-output", |
| 63 "/path/to/tmp/json" |
| 64 ], |
| 65 "name": "ensure_goma.install cipd", |
| 66 "~followup_annotations": [ |
| 67 "@@@STEP_NEST_LEVEL@1@@@", |
| 68 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 73 "@@@STEP_LOG_END@json.output@@@" |
| 74 ] |
| 75 }, |
| 76 { |
| 77 "cmd": [ |
| 78 "[SLAVE_BUILD]\\cipd\\cipd", |
| 79 "ensure", |
| 80 "--root", |
| 81 "[CACHE]\\cipd\\goma", |
| 82 "--list", |
| 83 "infra_internal/goma/client/windows-amd64 release", |
| 84 "--json-output", |
| 85 "/path/to/tmp/json", |
| 86 "--service-account-json", |
| 87 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 88 ], |
| 89 "name": "ensure_goma.ensure_installed", |
| 90 "~followup_annotations": [ |
| 91 "@@@STEP_NEST_LEVEL@1@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 95 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 96 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 97 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 100 "@@@STEP_LOG_END@json.output@@@" |
| 101 ] |
| 102 }, |
| 103 { |
| 50 "cmd": [ | 104 "cmd": [ |
| 51 "python", | 105 "python", |
| 52 "-u", | 106 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 54 "runhooks" | 108 "runhooks" |
| 55 ], | 109 ], |
| 56 "cwd": "[SLAVE_BUILD]\\src", | 110 "cwd": "[SLAVE_BUILD]\\src", |
| 57 "env": { | 111 "env": { |
| 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 59 "GYP_CHROMIUM_NO_ACTION": "1", | 113 "GYP_CHROMIUM_NO_ACTION": "1", |
| 60 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]\\goma' t
arget_arch=x64 use_goma=1", | 114 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]\\cipd\\g
oma' target_arch=x64 use_goma=1", |
| 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 115 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 62 }, | 116 }, |
| 63 "name": "gclient runhooks" | 117 "name": "gclient runhooks" |
| 64 }, | 118 }, |
| 65 { | 119 { |
| 66 "cmd": [ | 120 "cmd": [ |
| 67 "python", | 121 "python", |
| 68 "-u", | 122 "-u", |
| 69 "[DEPOT_TOOLS]\\gn.py", | 123 "[DEPOT_TOOLS]\\gn.py", |
| 70 "--root=[SLAVE_BUILD]\\src", | 124 "--root=[SLAVE_BUILD]\\src", |
| 71 "gen", | 125 "gen", |
| 72 "//out/Release_x64", | 126 "//out/Release_x64", |
| 73 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]
\\goma\"" | 127 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
\\cipd\\goma\"" |
| 74 ], | 128 ], |
| 75 "name": "gn" | 129 "name": "gn" |
| 76 }, | 130 }, |
| 77 { | 131 { |
| 78 "allow_subannotations": true, | 132 "allow_subannotations": true, |
| 79 "cmd": [ | 133 "cmd": [ |
| 80 "python", | 134 "python", |
| 81 "-u", | 135 "-u", |
| 82 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 136 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 83 "--src-dir", | 137 "--src-dir", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 114 "[SLAVE_BUILD]\\src", | 168 "[SLAVE_BUILD]\\src", |
| 115 "--goma-cache-dir", | 169 "--goma-cache-dir", |
| 116 "[GOMA_CACHE]", | 170 "[GOMA_CACHE]", |
| 117 "--compiler", | 171 "--compiler", |
| 118 "goma-clang", | 172 "goma-clang", |
| 119 "--goma-jsonstatus", | 173 "--goma-jsonstatus", |
| 120 "/path/to/tmp/json", | 174 "/path/to/tmp/json", |
| 121 "--goma-service-account-json-file", | 175 "--goma-service-account-json-file", |
| 122 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 176 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 123 "--goma-dir", | 177 "--goma-dir", |
| 124 "[BUILD]\\goma", | 178 "[CACHE]\\cipd\\goma", |
| 125 "--", | 179 "--", |
| 126 "all" | 180 "all" |
| 127 ], | 181 ], |
| 128 "env": { | 182 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 130 }, | 184 }, |
| 131 "name": "compile", | 185 "name": "compile", |
| 132 "~followup_annotations": [ | 186 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 134 "@@@STEP_LOG_END@json.output (invalid)@@@" | 188 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 135 ] | 189 ] |
| 136 }, | 190 }, |
| 137 { | 191 { |
| 138 "name": "$result", | 192 "name": "$result", |
| 139 "recipe_result": null, | 193 "recipe_result": null, |
| 140 "status_code": 0 | 194 "status_code": 0 |
| 141 } | 195 } |
| 142 ] | 196 ] |
| OLD | NEW |