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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux32_arm.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.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux32 ARM", 10 "Linux32 ARM",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "python", 69 "python",
70 "-u", 70 "-u",
71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
72 "--show-path", 72 "--show-path",
73 "python", 73 "python",
74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
75 ], 75 ],
76 "name": "cleanup_temp" 76 "name": "cleanup_temp"
77 }, 77 },
78 { 78 {
79 "cmd": [
80 "python",
81 "-u",
82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
83 "runhooks"
84 ],
85 "cwd": "[SLAVE_BUILD]/src",
86 "env": {
87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
88 "GYP_CROSSCOMPILE": "1",
89 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=arm use_goma=1",
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
91 },
92 "name": "gclient runhooks"
93 },
94 {
95 "cmd": [], 79 "cmd": [],
96 "name": "ensure_goma" 80 "name": "ensure_goma"
97 }, 81 },
98 { 82 {
99 "cmd": [ 83 "cmd": [
100 "python", 84 "python",
101 "-u", 85 "-u",
102 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 86 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
103 "--platform", 87 "--platform",
104 "linux-386", 88 "linux-386",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "@@@STEP_LOG_LINE@json.output@ }@@@", 126 "@@@STEP_LOG_LINE@json.output@ }@@@",
143 "@@@STEP_LOG_LINE@json.output@ ]@@@", 127 "@@@STEP_LOG_LINE@json.output@ ]@@@",
144 "@@@STEP_LOG_LINE@json.output@}@@@", 128 "@@@STEP_LOG_LINE@json.output@}@@@",
145 "@@@STEP_LOG_END@json.output@@@" 129 "@@@STEP_LOG_END@json.output@@@"
146 ] 130 ]
147 }, 131 },
148 { 132 {
149 "cmd": [ 133 "cmd": [
150 "python", 134 "python",
151 "-u", 135 "-u",
136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
137 "runhooks"
138 ],
139 "cwd": "[SLAVE_BUILD]/src",
140 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
142 "GYP_CROSSCOMPILE": "1",
143 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=arm use_goma=1",
144 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
145 },
146 "name": "gclient runhooks"
147 },
148 {
149 "cmd": [
150 "python",
151 "-u",
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
153 "--show-path", 153 "--show-path",
154 "python", 154 "python",
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
156 "--gsutil-py-path", 156 "--gsutil-py-path",
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
158 "--ninja-path", 158 "--ninja-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
160 "--target", 160 "--target",
161 "Release", 161 "Release",
(...skipping 22 matching lines...) Expand all
184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
185 "@@@STEP_LOG_END@json.output (invalid)@@@" 185 "@@@STEP_LOG_END@json.output (invalid)@@@"
186 ] 186 ]
187 }, 187 },
188 { 188 {
189 "name": "$result", 189 "name": "$result",
190 "recipe_result": null, 190 "recipe_result": null,
191 "status_code": 0 191 "status_code": 0
192 } 192 }
193 ] 193 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698