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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_release.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ], 106 ],
107 "cwd": "[SLAVE_BUILD]/src", 107 "cwd": "[SLAVE_BUILD]/src",
108 "env": { 108 "env": {
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
110 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_goma= 1", 110 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_goma= 1",
111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
112 }, 112 },
113 "name": "gclient runhooks" 113 "name": "gclient runhooks"
114 }, 114 },
115 { 115 {
116 "cmd": [],
117 "name": "ensure_goma"
118 },
119 {
120 "cmd": [
121 "python",
122 "-u",
123 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
124 "--platform",
125 "mac-amd64",
126 "--dest-directory",
127 "[SLAVE_BUILD]/cipd",
128 "--json-output",
129 "/path/to/tmp/json"
130 ],
131 "name": "ensure_goma.install cipd",
132 "~followup_annotations": [
133 "@@@STEP_NEST_LEVEL@1@@@",
134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
135 "@@@STEP_LOG_LINE@json.output@{@@@",
136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
138 "@@@STEP_LOG_LINE@json.output@}@@@",
139 "@@@STEP_LOG_END@json.output@@@"
140 ]
141 },
142 {
143 "cmd": [
144 "[SLAVE_BUILD]/cipd/cipd",
145 "ensure",
146 "--root",
147 "[CACHE]/cipd/goma",
148 "--list",
149 "infra_internal/goma/client/mac-amd64 release",
150 "--json-output",
151 "/path/to/tmp/json",
152 "--service-account-json",
153 "/creds/service_accounts/service-account-goma-client.json"
154 ],
155 "name": "ensure_goma.ensure_installed",
156 "~followup_annotations": [
157 "@@@STEP_NEST_LEVEL@1@@@",
158 "@@@STEP_LOG_LINE@json.output@{@@@",
159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
160 "@@@STEP_LOG_LINE@json.output@ {@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
163 "@@@STEP_LOG_LINE@json.output@ }@@@",
164 "@@@STEP_LOG_LINE@json.output@ ]@@@",
165 "@@@STEP_LOG_LINE@json.output@}@@@",
166 "@@@STEP_LOG_END@json.output@@@"
167 ]
168 },
169 {
116 "allow_subannotations": true, 170 "allow_subannotations": true,
117 "cmd": [ 171 "cmd": [
118 "python", 172 "python",
119 "-u", 173 "-u",
120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
121 "--src-dir", 175 "--src-dir",
122 "[SLAVE_BUILD]/src", 176 "[SLAVE_BUILD]/src",
123 "--output-json", 177 "--output-json",
124 "/path/to/tmp/json" 178 "/path/to/tmp/json"
125 ], 179 ],
(...skipping 28 matching lines...) Expand all
154 "[GOMA_CACHE]", 208 "[GOMA_CACHE]",
155 "--build-tool", 209 "--build-tool",
156 "ninja", 210 "ninja",
157 "--compiler", 211 "--compiler",
158 "goma-clang", 212 "goma-clang",
159 "--goma-jsonstatus", 213 "--goma-jsonstatus",
160 "/path/to/tmp/json", 214 "/path/to/tmp/json",
161 "--goma-service-account-json-file", 215 "--goma-service-account-json-file",
162 "/creds/service_accounts/service-account-goma-client.json", 216 "/creds/service_accounts/service-account-goma-client.json",
163 "--goma-dir", 217 "--goma-dir",
164 "[BUILD]/goma", 218 "[CACHE]/cipd/goma",
165 "--", 219 "--",
166 "All" 220 "All"
167 ], 221 ],
168 "env": { 222 "env": {
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
170 }, 224 },
171 "name": "compile", 225 "name": "compile",
172 "~followup_annotations": [ 226 "~followup_annotations": [
173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
174 "@@@STEP_LOG_END@json.output (invalid)@@@" 228 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 "webrtc_nonparallel_tests" 637 "webrtc_nonparallel_tests"
584 ], 638 ],
585 "name": "webrtc_nonparallel_tests" 639 "name": "webrtc_nonparallel_tests"
586 }, 640 },
587 { 641 {
588 "name": "$result", 642 "name": "$result",
589 "recipe_result": null, 643 "recipe_result": null,
590 "status_code": 0 644 "status_code": 0
591 } 645 }
592 ] 646 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698