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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_swarming.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 "linux_swarming", 10 "linux_swarming",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 88 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
89 "--build-dir", 89 "--build-dir",
90 "[SLAVE_BUILD]/src/out/Debug", 90 "[SLAVE_BUILD]/src/out/Debug",
91 "--clean-isolated-files" 91 "--clean-isolated-files"
92 ], 92 ],
93 "name": "clean isolated files" 93 "name": "clean isolated files"
94 }, 94 },
95 { 95 {
96 "cmd": [
97 "python",
98 "-u",
99 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
100 "runhooks"
101 ],
102 "cwd": "[SLAVE_BUILD]/src",
103 "env": {
104 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
105 "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 test_ isolation_mode=prepare use_goma=1",
106 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
107 },
108 "name": "gclient runhooks"
109 },
110 {
111 "cmd": [
112 "python",
113 "-u",
114 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
115 "--version"
116 ],
117 "name": "swarming.py --version",
118 "stdout": "/path/to/tmp/",
119 "~followup_annotations": [
120 "@@@STEP_TEXT@0.4.10@@@"
121 ]
122 },
123 {
124 "cmd": [], 96 "cmd": [],
125 "name": "ensure_goma" 97 "name": "ensure_goma"
126 }, 98 },
127 { 99 {
128 "cmd": [ 100 "cmd": [
129 "python", 101 "python",
130 "-u", 102 "-u",
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 103 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
132 "--platform", 104 "--platform",
133 "linux-amd64", 105 "linux-amd64",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "@@@STEP_LOG_LINE@json.output@ }@@@", 143 "@@@STEP_LOG_LINE@json.output@ }@@@",
172 "@@@STEP_LOG_LINE@json.output@ ]@@@", 144 "@@@STEP_LOG_LINE@json.output@ ]@@@",
173 "@@@STEP_LOG_LINE@json.output@}@@@", 145 "@@@STEP_LOG_LINE@json.output@}@@@",
174 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
175 ] 147 ]
176 }, 148 },
177 { 149 {
178 "cmd": [ 150 "cmd": [
179 "python", 151 "python",
180 "-u", 152 "-u",
153 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
154 "runhooks"
155 ],
156 "cwd": "[SLAVE_BUILD]/src",
157 "env": {
158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
159 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
160 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
161 },
162 "name": "gclient runhooks"
163 },
164 {
165 "cmd": [
166 "python",
167 "-u",
168 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
169 "--version"
170 ],
171 "name": "swarming.py --version",
172 "stdout": "/path/to/tmp/",
173 "~followup_annotations": [
174 "@@@STEP_TEXT@0.4.10@@@"
175 ]
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 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2387 "@@@STEP_LOG_END@json.output@@@", 2387 "@@@STEP_LOG_END@json.output@@@",
2388 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2388 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2389 ] 2389 ]
2390 }, 2390 },
2391 { 2391 {
2392 "name": "$result", 2392 "name": "$result",
2393 "recipe_result": null, 2393 "recipe_result": null,
2394 "status_code": 0 2394 "status_code": 0
2395 } 2395 }
2396 ] 2396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698