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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_compile_mips_dbg", 10 "android_compile_mips_dbg",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 91 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
92 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 92 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
93 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 93 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
94 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 94 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
95 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 95 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
96 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 96 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
97 "@@@STEP_LOG_END@python.inline@@@" 97 "@@@STEP_LOG_END@python.inline@@@"
98 ] 98 ]
99 }, 99 },
100 { 100 {
101 "cmd": [
102 "python",
103 "-u",
104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
105 "runhooks"
106 ],
107 "cwd": "[SLAVE_BUILD]/src",
108 "env": {
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
110 "GYP_CROSSCOMPILE": "1",
111 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=mipsel use_goma=1",
112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
113 },
114 "name": "gclient runhooks"
115 },
116 {
117 "cmd": [], 101 "cmd": [],
118 "name": "ensure_goma" 102 "name": "ensure_goma"
119 }, 103 },
120 { 104 {
121 "cmd": [ 105 "cmd": [
122 "python", 106 "python",
123 "-u", 107 "-u",
124 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
125 "--platform", 109 "--platform",
126 "linux-386", 110 "linux-386",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "@@@STEP_LOG_LINE@json.output@ {@@@", 145 "@@@STEP_LOG_LINE@json.output@ {@@@",
162 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-386\"@@@", 147 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-386\"@@@",
164 "@@@STEP_LOG_LINE@json.output@ }@@@", 148 "@@@STEP_LOG_LINE@json.output@ }@@@",
165 "@@@STEP_LOG_LINE@json.output@ ]@@@", 149 "@@@STEP_LOG_LINE@json.output@ ]@@@",
166 "@@@STEP_LOG_LINE@json.output@}@@@", 150 "@@@STEP_LOG_LINE@json.output@}@@@",
167 "@@@STEP_LOG_END@json.output@@@" 151 "@@@STEP_LOG_END@json.output@@@"
168 ] 152 ]
169 }, 153 },
170 { 154 {
155 "cmd": [
156 "python",
157 "-u",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
159 "runhooks"
160 ],
161 "cwd": "[SLAVE_BUILD]/src",
162 "env": {
163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
164 "GYP_CROSSCOMPILE": "1",
165 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1",
166 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
167 },
168 "name": "gclient runhooks"
169 },
170 {
171 "allow_subannotations": true, 171 "allow_subannotations": true,
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
176 "--src-dir", 176 "--src-dir",
177 "[SLAVE_BUILD]/src", 177 "[SLAVE_BUILD]/src",
178 "--output-json", 178 "--output-json",
179 "/path/to/tmp/json" 179 "/path/to/tmp/json"
180 ], 180 ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
232 "@@@STEP_LOG_END@json.output (invalid)@@@" 232 "@@@STEP_LOG_END@json.output (invalid)@@@"
233 ] 233 ]
234 }, 234 },
235 { 235 {
236 "name": "$result", 236 "name": "$result",
237 "recipe_result": null, 237 "recipe_result": null,
238 "status_code": 0 238 "status_code": 0
239 } 239 }
240 ] 240 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698