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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json

Issue 1716093002: Flip linux_chromium_clobber_rel_ng to mirror Linux x64 on p/chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 | Annotate | Revision Log
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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "RECIPE_PACKAGE[depot_tools]/gclient.py", 109 "RECIPE_PACKAGE[depot_tools]/gclient.py",
110 "runhooks" 110 "runhooks"
111 ], 111 ],
112 "cwd": "[SLAVE_BUILD]", 112 "cwd": "[SLAVE_BUILD]",
113 "env": { 113 "env": {
114 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1", 114 "GYP_CHROMIUM_NO_ACTION": "1",
115 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=no op use_goma=1",
115 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 116 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
116 }, 117 },
117 "name": "gclient runhooks (with patch)" 118 "name": "gclient runhooks (with patch)"
118 }, 119 },
119 { 120 {
120 "cmd": [ 121 "cmd": [
121 "python", 122 "python",
122 "-u", 123 "-u",
123 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
124 "--output", 125 "--output",
(...skipping 11 matching lines...) Expand all
136 "~followup_annotations": [ 137 "~followup_annotations": [
137 "@@@STEP_LOG_LINE@json.output@{}@@@", 138 "@@@STEP_LOG_LINE@json.output@{}@@@",
138 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
139 ] 140 ]
140 }, 141 },
141 { 142 {
142 "cmd": [ 143 "cmd": [
143 "python", 144 "python",
144 "-u", 145 "-u",
145 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 146 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
146 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 147 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json",
147 "/path/to/tmp/json" 148 "/path/to/tmp/json"
148 ], 149 ],
149 "cwd": "[SLAVE_BUILD]", 150 "cwd": "[SLAVE_BUILD]",
150 "name": "read test spec", 151 "name": "read test spec",
151 "~followup_annotations": [ 152 "~followup_annotations": [
152 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@ @", 153 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.json@@@",
153 "@@@STEP_LOG_LINE@json.output@{}@@@", 154 "@@@STEP_LOG_LINE@json.output@{}@@@",
154 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
155 ] 156 ]
156 }, 157 },
157 { 158 {
158 "cmd": [ 159 "cmd": [
159 "git", 160 "git",
160 "diff", 161 "diff",
161 "--cached", 162 "--cached",
162 "--name-only" 163 "--name-only"
(...skipping 30 matching lines...) Expand all
193 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 194 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
194 "@@@STEP_LOG_LINE@json.output@ }@@@", 195 "@@@STEP_LOG_LINE@json.output@ }@@@",
195 "@@@STEP_LOG_LINE@json.output@}@@@", 196 "@@@STEP_LOG_LINE@json.output@}@@@",
196 "@@@STEP_LOG_END@json.output@@@" 197 "@@@STEP_LOG_END@json.output@@@"
197 ] 198 ]
198 }, 199 },
199 { 200 {
200 "cmd": [ 201 "cmd": [
201 "python", 202 "python",
202 "-u", 203 "-u",
203 "[SLAVE_BUILD]/src/build/gyp_chromium", 204 "[SLAVE_BUILD]/src/tools/mb/mb.py",
204 "--analyzer", 205 "analyze",
205 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}", 206 "-m",
207 "tryserver.chromium.linux",
208 "-b",
209 "linux_chromium_clobber_rel_ng",
210 "-v",
211 "//out/Release",
212 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": []}",
206 "/path/to/tmp/json" 213 "/path/to/tmp/json"
207 ], 214 ],
208 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
209 "env": {
210 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
211 },
212 "name": "analyze", 216 "name": "analyze",
213 "~followup_annotations": [ 217 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output@{@@@", 218 "@@@STEP_LOG_LINE@json.output@{@@@",
215 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 219 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
216 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 220 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
217 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", 221 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
218 "@@@STEP_LOG_LINE@json.output@ ], @@@", 222 "@@@STEP_LOG_LINE@json.output@ ], @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 223 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
220 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 224 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
221 "@@@STEP_LOG_LINE@json.output@}@@@", 225 "@@@STEP_LOG_LINE@json.output@}@@@",
222 "@@@STEP_LOG_END@json.output@@@", 226 "@@@STEP_LOG_END@json.output@@@",
223 "@@@STEP_LOG_LINE@analyze_details@{@@@", 227 "@@@STEP_LOG_LINE@analyze_details@{@@@",
224 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 228 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
225 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
226 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
227 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 229 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
228 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 230 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
229 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 231 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
230 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 232 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 233 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
232 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 234 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
233 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 235 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
234 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 236 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
235 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 237 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
236 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 238 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
237 "@@@STEP_LOG_LINE@analyze_details@}@@@", 239 "@@@STEP_LOG_LINE@analyze_details@}@@@",
238 "@@@STEP_LOG_END@analyze_details@@@" 240 "@@@STEP_LOG_END@analyze_details@@@"
239 ] 241 ]
240 }, 242 },
241 { 243 {
242 "cmd": [ 244 "cmd": [
243 "python", 245 "python",
244 "-u", 246 "-u",
245 "[BUILD]/scripts/slave/cleanup_temp.py" 247 "[BUILD]/scripts/slave/cleanup_temp.py"
246 ], 248 ],
247 "cwd": "[SLAVE_BUILD]", 249 "cwd": "[SLAVE_BUILD]",
248 "name": "cleanup_temp" 250 "name": "cleanup_temp"
249 }, 251 },
250 { 252 {
251 "cmd": [ 253 "cmd": [
252 "python", 254 "python",
253 "-u", 255 "-u",
256 "[SLAVE_BUILD]/src/tools/mb/mb.py",
257 "gen",
258 "-m",
259 "tryserver.chromium.linux",
260 "-b",
261 "linux_chromium_clobber_rel_ng",
262 "--config-file",
263 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
264 "--goma-dir",
265 "[BUILD]/goma",
266 "//out/Release"
267 ],
268 "cwd": "[SLAVE_BUILD]",
269 "name": "generate_build_files (with patch)"
270 },
271 {
272 "cmd": [
273 "python",
274 "-u",
254 "[BUILD]/scripts/slave/compile.py", 275 "[BUILD]/scripts/slave/compile.py",
255 "--target", 276 "--target",
256 "Release", 277 "Release",
257 "--src-dir", 278 "--src-dir",
258 "[SLAVE_BUILD]/src", 279 "[SLAVE_BUILD]/src",
259 "--build-tool", 280 "--build-tool",
260 "ninja", 281 "ninja",
261 "--compiler", 282 "--compiler",
262 "goma", 283 "goma",
263 "--goma-jsonstatus", 284 "--goma-jsonstatus",
(...skipping 23 matching lines...) Expand all
287 ], 308 ],
288 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
289 "name": "mark: before_tests" 310 "name": "mark: before_tests"
290 }, 311 },
291 { 312 {
292 "name": "$result", 313 "name": "$result",
293 "recipe_result": null, 314 "recipe_result": null,
294 "status_code": 0 315 "status_code": 0
295 } 316 }
296 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698