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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_swarming.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 "linux_swarming", 10 "linux_swarming",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 114 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
115 "--version" 115 "--version"
116 ], 116 ],
117 "name": "swarming.py --version", 117 "name": "swarming.py --version",
118 "stdout": "/path/to/tmp/", 118 "stdout": "/path/to/tmp/",
119 "~followup_annotations": [ 119 "~followup_annotations": [
120 "@@@STEP_TEXT@0.4.10@@@" 120 "@@@STEP_TEXT@0.4.10@@@"
121 ] 121 ]
122 }, 122 },
123 { 123 {
124 "cmd": [],
125 "name": "ensure_goma"
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
132 "--platform",
133 "linux-amd64",
134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd",
136 "--json-output",
137 "/path/to/tmp/json"
138 ],
139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@",
142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
143 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@"
148 ]
149 },
150 {
151 "cmd": [
152 "[SLAVE_BUILD]/cipd/cipd",
153 "ensure",
154 "--root",
155 "[CACHE]/cipd/goma",
156 "--list",
157 "infra_internal/goma/client/linux-amd64 release",
158 "--json-output",
159 "/path/to/tmp/json",
160 "--service-account-json",
161 "/creds/service_accounts/service-account-goma-client.json"
162 ],
163 "name": "ensure_goma.ensure_installed",
164 "~followup_annotations": [
165 "@@@STEP_NEST_LEVEL@1@@@",
166 "@@@STEP_LOG_LINE@json.output@{@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
168 "@@@STEP_LOG_LINE@json.output@ {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
171 "@@@STEP_LOG_LINE@json.output@ }@@@",
172 "@@@STEP_LOG_LINE@json.output@ ]@@@",
173 "@@@STEP_LOG_LINE@json.output@}@@@",
174 "@@@STEP_LOG_END@json.output@@@"
175 ]
176 },
177 {
124 "cmd": [ 178 "cmd": [
125 "python", 179 "python",
126 "-u", 180 "-u",
127 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 181 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
128 "--show-path", 182 "--show-path",
129 "python", 183 "python",
130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
131 "--gsutil-py-path", 185 "--gsutil-py-path",
132 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
133 "--ninja-path", 187 "--ninja-path",
134 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
135 "--target", 189 "--target",
136 "Debug", 190 "Debug",
137 "--src-dir", 191 "--src-dir",
138 "[SLAVE_BUILD]/src", 192 "[SLAVE_BUILD]/src",
139 "--goma-cache-dir", 193 "--goma-cache-dir",
140 "[GOMA_CACHE]", 194 "[GOMA_CACHE]",
141 "--build-tool", 195 "--build-tool",
142 "ninja", 196 "ninja",
143 "--compiler", 197 "--compiler",
144 "goma", 198 "goma",
145 "--goma-jsonstatus", 199 "--goma-jsonstatus",
146 "/path/to/tmp/json", 200 "/path/to/tmp/json",
147 "--goma-service-account-json-file", 201 "--goma-service-account-json-file",
148 "/creds/service_accounts/service-account-goma-client.json", 202 "/creds/service_accounts/service-account-goma-client.json",
149 "--goma-dir", 203 "--goma-dir",
150 "[BUILD]/goma", 204 "[CACHE]/cipd/goma",
151 "--goma-fail-fast", 205 "--goma-fail-fast",
152 "--goma-disable-local-fallback", 206 "--goma-disable-local-fallback",
153 "--", 207 "--",
154 "All" 208 "All"
155 ], 209 ],
156 "env": { 210 "env": {
157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
158 }, 212 },
159 "name": "compile", 213 "name": "compile",
160 "~followup_annotations": [ 214 "~followup_annotations": [
(...skipping 2172 matching lines...) Expand 10 before | Expand all | Expand 10 after
2333 "@@@STEP_LOG_END@json.output@@@", 2387 "@@@STEP_LOG_END@json.output@@@",
2334 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2388 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2335 ] 2389 ]
2336 }, 2390 },
2337 { 2391 {
2338 "name": "$result", 2392 "name": "$result",
2339 "recipe_result": null, 2393 "recipe_result": null,
2340 "status_code": 0 2394 "status_code": 0
2341 } 2395 }
2342 ] 2396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698