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

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

Issue 2030133002: WebRTC: Move ensure_goma step to before runhooks step. (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 "Android32 GN (dbg)", 10 "Android32 GN (dbg)",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
86 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 86 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
91 "@@@STEP_LOG_END@python.inline@@@" 91 "@@@STEP_LOG_END@python.inline@@@"
92 ] 92 ]
93 }, 93 },
94 { 94 {
95 "cmd": [
96 "python",
97 "-u",
98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
99 "runhooks"
100 ],
101 "cwd": "[SLAVE_BUILD]/src",
102 "env": {
103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
104 "GYP_CHROMIUM_NO_ACTION": "1",
105 "GYP_CROSSCOMPILE": "1",
106 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1",
107 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
108 },
109 "name": "gclient runhooks"
110 },
111 {
112 "cmd": [
113 "python",
114 "-u",
115 "[DEPOT_TOOLS]/gn.py",
116 "--root=[SLAVE_BUILD]/src",
117 "gen",
118 "//out/Debug",
119 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[BUILD]/goma\""
120 ],
121 "name": "gn"
122 },
123 {
124 "cmd": [], 95 "cmd": [],
125 "name": "ensure_goma" 96 "name": "ensure_goma"
126 }, 97 },
127 { 98 {
128 "cmd": [ 99 "cmd": [
129 "python", 100 "python",
130 "-u", 101 "-u",
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 102 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
132 "--platform", 103 "--platform",
133 "linux-386", 104 "linux-386",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "@@@STEP_LOG_LINE@json.output@ }@@@", 142 "@@@STEP_LOG_LINE@json.output@ }@@@",
172 "@@@STEP_LOG_LINE@json.output@ ]@@@", 143 "@@@STEP_LOG_LINE@json.output@ ]@@@",
173 "@@@STEP_LOG_LINE@json.output@}@@@", 144 "@@@STEP_LOG_LINE@json.output@}@@@",
174 "@@@STEP_LOG_END@json.output@@@" 145 "@@@STEP_LOG_END@json.output@@@"
175 ] 146 ]
176 }, 147 },
177 { 148 {
178 "cmd": [ 149 "cmd": [
179 "python", 150 "python",
180 "-u", 151 "-u",
152 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
153 "runhooks"
154 ],
155 "cwd": "[SLAVE_BUILD]/src",
156 "env": {
157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
158 "GYP_CHROMIUM_NO_ACTION": "1",
159 "GYP_CROSSCOMPILE": "1",
160 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
161 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
162 },
163 "name": "gclient runhooks"
164 },
165 {
166 "cmd": [
167 "python",
168 "-u",
169 "[DEPOT_TOOLS]/gn.py",
170 "--root=[SLAVE_BUILD]/src",
171 "gen",
172 "//out/Debug",
173 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[CACHE]/cipd/goma\""
174 ],
175 "name": "gn"
176 },
177 {
178 "cmd": [
179 "python",
180 "-u",
181 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 181 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
182 "--show-path", 182 "--show-path",
183 "python", 183 "python",
184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
185 "--gsutil-py-path", 185 "--gsutil-py-path",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
187 "--ninja-path", 187 "--ninja-path",
188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
189 "--target", 189 "--target",
190 "Debug", 190 "Debug",
(...skipping 23 matching lines...) Expand all
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
215 "@@@STEP_LOG_END@json.output (invalid)@@@" 215 "@@@STEP_LOG_END@json.output (invalid)@@@"
216 ] 216 ]
217 }, 217 },
218 { 218 {
219 "name": "$result", 219 "name": "$result",
220 "recipe_result": null, 220 "recipe_result": null,
221 "status_code": 0 221 "status_code": 0
222 } 222 }
223 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698