| 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 (VS2012)", | 10 "Win64 Release (VS2012)", |
| (...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_DEFINES": "component=static_library fastbuild=1 gomadir='[BUILD]\\gom
a' target_arch=x64 use_goma=1", | 113 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=x64 use_goma=1", |
| 60 "GYP_MSVS_VERSION": "2012", | 114 "GYP_MSVS_VERSION": "2012", |
| 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 80 "[SLAVE_BUILD]\\src", | 134 "[SLAVE_BUILD]\\src", |
| 81 "--goma-cache-dir", | 135 "--goma-cache-dir", |
| 82 "[GOMA_CACHE]", | 136 "[GOMA_CACHE]", |
| 83 "--compiler", | 137 "--compiler", |
| 84 "goma", | 138 "goma", |
| 85 "--goma-jsonstatus", | 139 "--goma-jsonstatus", |
| 86 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
| 87 "--goma-service-account-json-file", | 141 "--goma-service-account-json-file", |
| 88 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 142 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 89 "--goma-dir", | 143 "--goma-dir", |
| 90 "[BUILD]\\goma", | 144 "[CACHE]\\cipd\\goma", |
| 91 "--", | 145 "--", |
| 92 "All" | 146 "All" |
| 93 ], | 147 ], |
| 94 "env": { | 148 "env": { |
| 95 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 96 }, | 150 }, |
| 97 "name": "compile", | 151 "name": "compile", |
| 98 "~followup_annotations": [ | 152 "~followup_annotations": [ |
| 99 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 100 "@@@STEP_LOG_END@json.output (invalid)@@@" | 154 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 16 matching lines...) Expand all Loading... |
| 117 "libyuv_unittest.exe" | 171 "libyuv_unittest.exe" |
| 118 ], | 172 ], |
| 119 "name": "libyuv_unittest" | 173 "name": "libyuv_unittest" |
| 120 }, | 174 }, |
| 121 { | 175 { |
| 122 "name": "$result", | 176 "name": "$result", |
| 123 "recipe_result": null, | 177 "recipe_result": null, |
| 124 "status_code": 0 | 178 "status_code": 0 |
| 125 } | 179 } |
| 126 ] | 180 ] |
| OLD | NEW |