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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_compile_dbg.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_compile_dbg", 10 "linux_compile_dbg",
(...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": "/creds/service_accounts/service-account -goma-client.json", 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
94 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_g oma=1", 94 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_g oma=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 {
100 "cmd": [ 104 "cmd": [
101 "python", 105 "python",
102 "-u", 106 "-u",
107 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
108 "--platform",
109 "linux-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/linux-amd64 release",
134 "--json-output",
135 "/path/to/tmp/json",
136 "--service-account-json",
137 "/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/linux-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 {
154 "cmd": [
155 "python",
156 "-u",
103 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
104 "--show-path", 158 "--show-path",
105 "python", 159 "python",
106 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
107 "--gsutil-py-path", 161 "--gsutil-py-path",
108 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
109 "--ninja-path", 163 "--ninja-path",
110 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
111 "--target", 165 "--target",
112 "Debug", 166 "Debug",
113 "--src-dir", 167 "--src-dir",
114 "[SLAVE_BUILD]/src", 168 "[SLAVE_BUILD]/src",
115 "--goma-cache-dir", 169 "--goma-cache-dir",
116 "[GOMA_CACHE]", 170 "[GOMA_CACHE]",
117 "--build-tool", 171 "--build-tool",
118 "ninja", 172 "ninja",
119 "--compiler", 173 "--compiler",
120 "goma", 174 "goma",
121 "--goma-jsonstatus", 175 "--goma-jsonstatus",
122 "/path/to/tmp/json", 176 "/path/to/tmp/json",
123 "--goma-service-account-json-file", 177 "--goma-service-account-json-file",
124 "/creds/service_accounts/service-account-goma-client.json", 178 "/creds/service_accounts/service-account-goma-client.json",
125 "--goma-dir", 179 "--goma-dir",
126 "[BUILD]/goma", 180 "[CACHE]/cipd/goma",
127 "--goma-fail-fast", 181 "--goma-fail-fast",
128 "--goma-disable-local-fallback", 182 "--goma-disable-local-fallback",
129 "--", 183 "--",
130 "All" 184 "All"
131 ], 185 ],
132 "env": { 186 "env": {
133 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
134 }, 188 },
135 "name": "compile", 189 "name": "compile",
136 "~followup_annotations": [ 190 "~followup_annotations": [
137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
138 "@@@STEP_LOG_END@json.output (invalid)@@@" 192 "@@@STEP_LOG_END@json.output (invalid)@@@"
139 ] 193 ]
140 }, 194 },
141 { 195 {
142 "name": "$result", 196 "name": "$result",
143 "recipe_result": null, 197 "recipe_result": null,
144 "status_code": 0 198 "status_code": 0
145 } 199 }
146 ] 200 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698