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

Side by Side Diff: scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json

Issue 595143002: Enable isolate on Linux release builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: review comments Created 6 years, 2 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397 5671d43e399\"@@@", 55 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397 5671d43e399\"@@@",
56 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d a93418c623137f4\"@@@", 56 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d a93418c623137f4\"@@@",
57 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d daa4c759c837980b63b99566\"@@@", 57 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d daa4c759c837980b63b99566\"@@@",
58 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd 0fe58cb9\"@@@" 58 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd 0fe58cb9\"@@@"
59 ] 59 ]
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
66 "--version"
67 ],
68 "name": "swarming.py --version",
69 "stdout": "/path/to/tmp/",
70 "~followup_annotations": [
71 "@@@STEP_TEXT@0.4.10@@@"
72 ]
73 },
74 {
75 "cmd": [
76 "python",
77 "-u",
65 "[DEPOT_TOOLS]/gclient.py", 78 "[DEPOT_TOOLS]/gclient.py",
66 "runhooks" 79 "runhooks"
67 ], 80 ],
68 "env": { 81 "env": {
69 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1" 82 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.ap pspot.com use_goma=1"
70 }, 83 },
71 "name": "gclient runhooks" 84 "name": "gclient runhooks"
72 }, 85 },
73 { 86 {
74 "cmd": [ 87 "cmd": [
75 "python", 88 "python",
76 "-u", 89 "-u",
77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 91 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
79 "/path/to/tmp/json" 92 "/path/to/tmp/json"
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "/path/to/tmp/json" 308 "/path/to/tmp/json"
296 ], 309 ],
297 "name": "telemetry_perf_unittests" 310 "name": "telemetry_perf_unittests"
298 }, 311 },
299 { 312 {
300 "name": "$final_result", 313 "name": "$final_result",
301 "reason": "Build failed due to 1 test failures", 314 "reason": "Build failed due to 1 test failures",
302 "status_code": 1 315 "status_code": 1
303 } 316 }
304 ] 317 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_bisect_builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698