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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__gn_.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux64 Debug (GN)", 10 "Linux64 Debug (GN)",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "-u", 97 "-u",
98 "[DEPOT_TOOLS]/gn.py", 98 "[DEPOT_TOOLS]/gn.py",
99 "--root=[SLAVE_BUILD]/src", 99 "--root=[SLAVE_BUILD]/src",
100 "gen", 100 "gen",
101 "//out/Debug", 101 "//out/Debug",
102 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" 102 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\""
103 ], 103 ],
104 "name": "gn" 104 "name": "gn"
105 }, 105 },
106 { 106 {
107 "cmd": [],
108 "name": "ensure_goma"
109 },
110 {
107 "cmd": [ 111 "cmd": [
108 "python", 112 "python",
109 "-u", 113 "-u",
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
115 "--platform",
116 "linux-amd64",
117 "--dest-directory",
118 "[SLAVE_BUILD]/cipd",
119 "--json-output",
120 "/path/to/tmp/json"
121 ],
122 "name": "ensure_goma.install cipd",
123 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@",
125 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
126 "@@@STEP_LOG_LINE@json.output@{@@@",
127 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
128 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
129 "@@@STEP_LOG_LINE@json.output@}@@@",
130 "@@@STEP_LOG_END@json.output@@@"
131 ]
132 },
133 {
134 "cmd": [
135 "[SLAVE_BUILD]/cipd/cipd",
136 "ensure",
137 "--root",
138 "[CACHE]/cipd/goma",
139 "--list",
140 "infra_internal/goma/client/linux-amd64 release",
141 "--json-output",
142 "/path/to/tmp/json",
143 "--service-account-json",
144 "/creds/service_accounts/service-account-goma-client.json"
145 ],
146 "name": "ensure_goma.ensure_installed",
147 "~followup_annotations": [
148 "@@@STEP_NEST_LEVEL@1@@@",
149 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
151 "@@@STEP_LOG_LINE@json.output@ {@@@",
152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
154 "@@@STEP_LOG_LINE@json.output@ }@@@",
155 "@@@STEP_LOG_LINE@json.output@ ]@@@",
156 "@@@STEP_LOG_LINE@json.output@}@@@",
157 "@@@STEP_LOG_END@json.output@@@"
158 ]
159 },
160 {
161 "cmd": [
162 "python",
163 "-u",
110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
111 "--show-path", 165 "--show-path",
112 "python", 166 "python",
113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
114 "--gsutil-py-path", 168 "--gsutil-py-path",
115 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
116 "--ninja-path", 170 "--ninja-path",
117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
118 "--target", 172 "--target",
119 "Debug", 173 "Debug",
120 "--src-dir", 174 "--src-dir",
121 "[SLAVE_BUILD]/src", 175 "[SLAVE_BUILD]/src",
122 "--goma-cache-dir", 176 "--goma-cache-dir",
123 "[GOMA_CACHE]", 177 "[GOMA_CACHE]",
124 "--build-tool", 178 "--build-tool",
125 "ninja", 179 "ninja",
126 "--compiler", 180 "--compiler",
127 "goma", 181 "goma",
128 "--goma-jsonstatus", 182 "--goma-jsonstatus",
129 "/path/to/tmp/json", 183 "/path/to/tmp/json",
130 "--goma-service-account-json-file", 184 "--goma-service-account-json-file",
131 "/creds/service_accounts/service-account-goma-client.json", 185 "/creds/service_accounts/service-account-goma-client.json",
132 "--goma-dir", 186 "--goma-dir",
133 "[BUILD]/goma", 187 "[CACHE]/cipd/goma",
134 "--", 188 "--",
135 "all" 189 "all"
136 ], 190 ],
137 "env": { 191 "env": {
138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
139 }, 193 },
140 "name": "compile", 194 "name": "compile",
141 "~followup_annotations": [ 195 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
143 "@@@STEP_LOG_END@json.output (invalid)@@@" 197 "@@@STEP_LOG_END@json.output (invalid)@@@"
144 ] 198 ]
145 }, 199 },
146 { 200 {
147 "name": "$result", 201 "name": "$result",
148 "recipe_result": null, 202 "recipe_result": null,
149 "status_code": 0 203 "status_code": 0
150 } 204 }
151 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698