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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.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_n6", 10 "android_n6",
(...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 component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 {
171 "cmd": [ 155 "cmd": [
172 "python", 156 "python",
173 "-u", 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 component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm 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 "cmd": [
172 "python",
173 "-u",
174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
175 "--show-path", 175 "--show-path",
176 "python", 176 "python",
177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
178 "--gsutil-py-path", 178 "--gsutil-py-path",
179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
180 "--ninja-path", 180 "--ninja-path",
181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
182 "--target", 182 "--target",
183 "Debug", 183 "Debug",
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 689 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
690 "@@@STEP_LOG_END@python.inline@@@" 690 "@@@STEP_LOG_END@python.inline@@@"
691 ] 691 ]
692 }, 692 },
693 { 693 {
694 "name": "$result", 694 "name": "$result",
695 "recipe_result": null, 695 "recipe_result": null,
696 "status_code": 0 696 "status_code": 0
697 } 697 }
698 ] 698 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698