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

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

Issue 2162343002: tryserver.chromium.linux: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_chromium_rel_ng", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 27 matching lines...) Expand all
45 "--patchset", 45 "--patchset",
46 "1", 46 "1",
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://codereview.chromium.org", 48 "https://codereview.chromium.org",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@HEAD", 52 "src@HEAD",
53 "--output_manifest" 53 "--output_manifest"
54 ], 54 ],
55 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", 55 "cwd": "[BUILDER_CACHE]/linux",
56 "env": { 56 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 58 },
59 "name": "bot_update", 59 "name": "bot_update",
60 "~followup_annotations": [ 60 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@", 61 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@", 62 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "@@@STEP_LOG_LINE@json.output@ }@@@", 183 "@@@STEP_LOG_LINE@json.output@ }@@@",
184 "@@@STEP_LOG_LINE@json.output@ ]@@@", 184 "@@@STEP_LOG_LINE@json.output@ ]@@@",
185 "@@@STEP_LOG_LINE@json.output@}@@@", 185 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_END@json.output@@@" 186 "@@@STEP_LOG_END@json.output@@@"
187 ] 187 ]
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client/swarming. py", 193 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
194 "--version" 194 "--version"
195 ], 195 ],
196 "name": "swarming.py --version", 196 "name": "swarming.py --version",
197 "stdout": "/path/to/tmp/", 197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_TEXT@0.8.6@@@" 199 "@@@STEP_TEXT@0.8.6@@@"
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "cmd": [ 203 "cmd": [
204 "python", 204 "python",
205 "-u", 205 "-u",
206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
207 "runhooks" 207 "runhooks"
208 ], 208 ],
209 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 209 "cwd": "[BUILDER_CACHE]/linux/src",
210 "env": { 210 "env": {
211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
212 "GYP_CHROMIUM_NO_ACTION": "1", 212 "GYP_CHROMIUM_NO_ACTION": "1",
213 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", 213 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
215 }, 215 },
216 "name": "gclient runhooks (with patch)" 216 "name": "gclient runhooks (with patch)"
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/scripts/get_compile_tar gets.py", 222 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
223 "--output", 223 "--output",
224 "/path/to/tmp/json", 224 "/path/to/tmp/json",
225 "--", 225 "--",
226 "--build-config-fs", 226 "--build-config-fs",
227 "Release", 227 "Release",
228 "--use-src-side-runtest-py", 228 "--use-src-side-runtest-py",
229 "--paths", 229 "--paths",
230 "{\"checkout\": \"[BUILDER_CACHE]/linux_chromium_rel_ng/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 230 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
231 "--properties", 231 "--properties",
232 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}" 232 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
233 ], 233 ],
234 "name": "get compile targets for scripts", 234 "name": "get compile targets for scripts",
235 "~followup_annotations": [ 235 "~followup_annotations": [
236 "@@@STEP_LOG_LINE@json.output@{}@@@", 236 "@@@STEP_LOG_LINE@json.output@{}@@@",
237 "@@@STEP_LOG_END@json.output@@@" 237 "@@@STEP_LOG_END@json.output@@@"
238 ] 238 ]
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
245 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/chromium.gpu.j son", 245 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gpu.json",
246 "/path/to/tmp/json" 246 "/path/to/tmp/json"
247 ], 247 ],
248 "name": "read test spec (chromium.gpu.json)", 248 "name": "read test spec (chromium.gpu.json)",
249 "~followup_annotations": [ 249 "~followup_annotations": [
250 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buil dbot/chromium.gpu.json@@@", 250 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.gp u.json@@@",
251 "@@@STEP_LOG_LINE@json.output@{}@@@", 251 "@@@STEP_LOG_LINE@json.output@{}@@@",
252 "@@@STEP_LOG_END@json.output@@@" 252 "@@@STEP_LOG_END@json.output@@@"
253 ] 253 ]
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 259 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
260 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/chromium.linux .json", 260 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json",
261 "/path/to/tmp/json" 261 "/path/to/tmp/json"
262 ], 262 ],
263 "name": "read test spec (chromium.linux.json)", 263 "name": "read test spec (chromium.linux.json)",
264 "~followup_annotations": [ 264 "~followup_annotations": [
265 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buil dbot/chromium.linux.json@@@", 265 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li nux.json@@@",
266 "@@@STEP_LOG_LINE@json.output@{@@@", 266 "@@@STEP_LOG_LINE@json.output@{@@@",
267 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 267 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
268 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", 268 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@",
269 "@@@STEP_LOG_LINE@json.output@ {@@@", 269 "@@@STEP_LOG_LINE@json.output@ {@@@",
270 "@@@STEP_LOG_LINE@json.output@ \"name\": \"script_test\", @@@", 270 "@@@STEP_LOG_LINE@json.output@ \"name\": \"script_test\", @@@",
271 "@@@STEP_LOG_LINE@json.output@ \"override_compile_targets\": [@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"override_compile_targets\": [@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"overridden_target\"@@@", 272 "@@@STEP_LOG_LINE@json.output@ \"overridden_target\"@@@",
273 "@@@STEP_LOG_LINE@json.output@ ], @@@", 273 "@@@STEP_LOG_LINE@json.output@ ], @@@",
274 "@@@STEP_LOG_LINE@json.output@ \"script\": \"fake_script.py\"@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"script\": \"fake_script.py\"@@@",
275 "@@@STEP_LOG_LINE@json.output@ }@@@", 275 "@@@STEP_LOG_LINE@json.output@ }@@@",
276 "@@@STEP_LOG_LINE@json.output@ ]@@@", 276 "@@@STEP_LOG_LINE@json.output@ ]@@@",
277 "@@@STEP_LOG_LINE@json.output@ }@@@", 277 "@@@STEP_LOG_LINE@json.output@ }@@@",
278 "@@@STEP_LOG_LINE@json.output@}@@@", 278 "@@@STEP_LOG_LINE@json.output@}@@@",
279 "@@@STEP_LOG_END@json.output@@@" 279 "@@@STEP_LOG_END@json.output@@@"
280 ] 280 ]
281 }, 281 },
282 { 282 {
283 "cmd": [ 283 "cmd": [
284 "git", 284 "git",
285 "diff", 285 "diff",
286 "--cached", 286 "--cached",
287 "--name-only" 287 "--name-only"
288 ], 288 ],
289 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 289 "cwd": "[BUILDER_CACHE]/linux/src",
290 "name": "git diff to analyze patch", 290 "name": "git diff to analyze patch",
291 "stdout": "/path/to/tmp/", 291 "stdout": "/path/to/tmp/",
292 "~followup_annotations": [ 292 "~followup_annotations": [
293 "@@@STEP_LOG_LINE@files@foo.cc@@@", 293 "@@@STEP_LOG_LINE@files@foo.cc@@@",
294 "@@@STEP_LOG_END@files@@@", 294 "@@@STEP_LOG_END@files@@@",
295 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 295 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
296 ] 296 ]
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 302 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
303 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/testing/buildbot/trybot_analyze _config.json", 303 "[BUILDER_CACHE]/linux/src/testing/buildbot/trybot_analyze_config.json",
304 "/path/to/tmp/json" 304 "/path/to/tmp/json"
305 ], 305 ],
306 "name": "read filter exclusion spec", 306 "name": "read filter exclusion spec",
307 "~followup_annotations": [ 307 "~followup_annotations": [
308 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 308 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
309 "@@@STEP_LOG_LINE@json.output@{@@@", 309 "@@@STEP_LOG_LINE@json.output@{@@@",
310 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 310 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
311 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 311 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
312 "@@@STEP_LOG_LINE@json.output@ }, @@@", 312 "@@@STEP_LOG_LINE@json.output@ }, @@@",
313 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 313 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
315 "@@@STEP_LOG_LINE@json.output@ }, @@@", 315 "@@@STEP_LOG_LINE@json.output@ }, @@@",
316 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 316 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
317 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 317 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
318 "@@@STEP_LOG_LINE@json.output@ }@@@", 318 "@@@STEP_LOG_LINE@json.output@ }@@@",
319 "@@@STEP_LOG_LINE@json.output@}@@@", 319 "@@@STEP_LOG_LINE@json.output@}@@@",
320 "@@@STEP_LOG_END@json.output@@@" 320 "@@@STEP_LOG_END@json.output@@@"
321 ] 321 ]
322 }, 322 },
323 { 323 {
324 "cmd": [ 324 "cmd": [
325 "python", 325 "python",
326 "-u", 326 "-u",
327 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb.py", 327 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
328 "analyze", 328 "analyze",
329 "-m", 329 "-m",
330 "tryserver.chromium.linux", 330 "tryserver.chromium.linux",
331 "-b", 331 "-b",
332 "linux_chromium_rel_ng", 332 "linux_chromium_rel_ng",
333 "-v", 333 "-v",
334 "//out/Release", 334 "//out/Release",
335 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"overridden_target\"]}", 335 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"overridden_target\"]}",
336 "/path/to/tmp/json" 336 "/path/to/tmp/json"
337 ], 337 ],
(...skipping 30 matching lines...) Expand all
368 "import sys; sys.exit(0)" 368 "import sys; sys.exit(0)"
369 ], 369 ],
370 "name": "mark: before_tests" 370 "name": "mark: before_tests"
371 }, 371 },
372 { 372 {
373 "name": "$result", 373 "name": "$result",
374 "recipe_result": null, 374 "recipe_result": null,
375 "status_code": 0 375 "status_code": 0
376 } 376 }
377 ] 377 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698