Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_rel.json

Issue 2026473002: WebRTC: Use goma from cipd (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "win_x64_clang_rel", 10 "win_x64_clang_rel",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ], 90 ],
91 "cwd": "[SLAVE_BUILD]\\src", 91 "cwd": "[SLAVE_BUILD]\\src",
92 "env": { 92 "env": {
93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
94 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 target_arch= x64 use_goma=1", 94 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 target_arch= x64 use_goma=1",
95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
96 }, 96 },
97 "name": "gclient runhooks" 97 "name": "gclient runhooks"
98 }, 98 },
99 { 99 {
100 "cmd": [],
101 "name": "ensure_goma"
102 },
103 {
104 "cmd": [
105 "python",
106 "-u",
107 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
108 "--platform",
109 "windows-amd64",
110 "--dest-directory",
111 "[SLAVE_BUILD]\\cipd",
112 "--json-output",
113 "/path/to/tmp/json"
114 ],
115 "name": "ensure_goma.install cipd",
116 "~followup_annotations": [
117 "@@@STEP_NEST_LEVEL@1@@@",
118 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
119 "@@@STEP_LOG_LINE@json.output@{@@@",
120 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
122 "@@@STEP_LOG_LINE@json.output@}@@@",
123 "@@@STEP_LOG_END@json.output@@@"
124 ]
125 },
126 {
127 "cmd": [
128 "[SLAVE_BUILD]\\cipd\\cipd",
129 "ensure",
130 "--root",
131 "[CACHE]\\cipd\\goma",
132 "--list",
133 "infra_internal/goma/client/windows-amd64 release",
134 "--json-output",
135 "/path/to/tmp/json",
136 "--service-account-json",
137 "C:\\creds\\service_accounts\\service-account-goma-client.json"
138 ],
139 "name": "ensure_goma.ensure_installed",
140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@",
142 "@@@STEP_LOG_LINE@json.output@{@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
144 "@@@STEP_LOG_LINE@json.output@ {@@@",
145 "@@@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/windows-amd64\"@@@",
147 "@@@STEP_LOG_LINE@json.output@ }@@@",
148 "@@@STEP_LOG_LINE@json.output@ ]@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@"
151 ]
152 },
153 {
100 "allow_subannotations": true, 154 "allow_subannotations": true,
101 "cmd": [ 155 "cmd": [
102 "python", 156 "python",
103 "-u", 157 "-u",
104 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
105 "--src-dir", 159 "--src-dir",
106 "[SLAVE_BUILD]\\src", 160 "[SLAVE_BUILD]\\src",
107 "--output-json", 161 "--output-json",
108 "/path/to/tmp/json" 162 "/path/to/tmp/json"
109 ], 163 ],
(...skipping 28 matching lines...) Expand all
138 "[GOMA_CACHE]", 192 "[GOMA_CACHE]",
139 "--build-tool", 193 "--build-tool",
140 "ninja", 194 "ninja",
141 "--compiler", 195 "--compiler",
142 "goma-clang", 196 "goma-clang",
143 "--goma-jsonstatus", 197 "--goma-jsonstatus",
144 "/path/to/tmp/json", 198 "/path/to/tmp/json",
145 "--goma-service-account-json-file", 199 "--goma-service-account-json-file",
146 "C:\\creds\\service_accounts\\service-account-goma-client.json", 200 "C:\\creds\\service_accounts\\service-account-goma-client.json",
147 "--goma-dir", 201 "--goma-dir",
148 "[BUILD]\\goma", 202 "[CACHE]\\cipd\\goma",
149 "--goma-fail-fast", 203 "--goma-fail-fast",
150 "--goma-disable-local-fallback", 204 "--goma-disable-local-fallback",
151 "--", 205 "--",
152 "All" 206 "All"
153 ], 207 ],
154 "env": { 208 "env": {
155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
156 }, 210 },
157 "name": "compile", 211 "name": "compile",
158 "~followup_annotations": [ 212 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
160 "@@@STEP_LOG_END@json.output (invalid)@@@" 214 "@@@STEP_LOG_END@json.output (invalid)@@@"
161 ] 215 ]
162 }, 216 },
163 { 217 {
164 "name": "$result", 218 "name": "$result",
165 "recipe_result": null, 219 "recipe_result": null,
166 "status_code": 0 220 "status_code": 0
167 } 221 }
168 ] 222 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698