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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.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
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 Builder", 10 "Linux Builder",
(...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"
80 ], 93 ],
81 "name": "read test spec", 94 "name": "read test spec",
82 "~followup_annotations": [ 95 "~followup_annotations": [
83 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 96 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
84 "@@@STEP_LOG_LINE@json.output@{@@@", 97 "@@@STEP_LOG_LINE@json.output@{@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 98 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 99 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
88 "@@@STEP_LOG_LINE@json.output@ {@@@", 100 "@@@STEP_LOG_LINE@json.output@ {@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 101 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\", @@@", 102 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"total_shards\": 2@@@", 103 "@@@STEP_LOG_LINE@json.output@ }, @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
92 "@@@STEP_LOG_LINE@json.output@ }@@@", 105 "@@@STEP_LOG_LINE@json.output@ }@@@",
93 "@@@STEP_LOG_LINE@json.output@ ]@@@", 106 "@@@STEP_LOG_LINE@json.output@ ]@@@",
94 "@@@STEP_LOG_LINE@json.output@ }@@@", 107 "@@@STEP_LOG_LINE@json.output@ }@@@",
95 "@@@STEP_LOG_LINE@json.output@}@@@", 108 "@@@STEP_LOG_LINE@json.output@}@@@",
96 "@@@STEP_LOG_END@json.output@@@" 109 "@@@STEP_LOG_END@json.output@@@"
97 ] 110 ]
98 }, 111 },
99 { 112 {
100 "cmd": [ 113 "cmd": [
101 "python", 114 "python",
(...skipping 11 matching lines...) Expand all
113 "Release", 126 "Release",
114 "--src-dir", 127 "--src-dir",
115 "[SLAVE_BUILD]/src", 128 "[SLAVE_BUILD]/src",
116 "--build-tool", 129 "--build-tool",
117 "ninja", 130 "ninja",
118 "--compiler", 131 "--compiler",
119 "goma", 132 "goma",
120 "--goma-dir", 133 "--goma-dir",
121 "[BUILD]/goma", 134 "[BUILD]/goma",
122 "--", 135 "--",
123 "base_unittests", 136 "browser_tests_run",
124 "browser_tests",
125 "chrome", 137 "chrome",
126 "chromium_swarm_tests", 138 "chromium_swarm_tests",
127 "mojo_public_test_interfaces", 139 "mojo_public_test_interfaces",
128 "mojo_python" 140 "mojo_python"
129 ], 141 ],
130 "name": "compile" 142 "name": "compile"
131 }, 143 },
132 { 144 {
133 "cmd": [ 145 "cmd": [
134 "python", 146 "python",
135 "-u", 147 "-u",
136 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 148 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
137 "--json", 149 "--json",
138 "/path/to/tmp/json" 150 "/path/to/tmp/json"
139 ], 151 ],
140 "name": "checkdeps", 152 "name": "checkdeps",
141 "~followup_annotations": [ 153 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output@[]@@@", 154 "@@@STEP_LOG_LINE@json.output@[]@@@",
143 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
144 ] 156 ]
145 }, 157 },
146 { 158 {
147 "cmd": [ 159 "cmd": [
148 "python", 160 "python",
149 "-u", 161 "-u",
162 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
163 "--build-dir",
164 "[SLAVE_BUILD]/src/out/Release",
165 "--output-json",
166 "/path/to/tmp/json"
167 ],
168 "name": "find isolated tests",
169 "~followup_annotations": [
170 "@@@STEP_LOG_LINE@json.output@{@@@",
171 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
172 "@@@STEP_LOG_LINE@json.output@}@@@",
173 "@@@STEP_LOG_END@json.output@@@",
174 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for browser_tests]\"}@@@"
175 ]
176 },
177 {
178 "cmd": [
179 "python",
180 "-u",
150 "[BUILD]/scripts/slave/archive_dependencies.py", 181 "[BUILD]/scripts/slave/archive_dependencies.py",
151 "--src-dir", 182 "--src-dir",
152 "[SLAVE_BUILD]/src", 183 "[SLAVE_BUILD]/src",
153 "--target", 184 "--target",
154 "Release", 185 "Release",
155 "--master", 186 "--master",
156 "chromium.linux", 187 "chromium.linux",
157 "--builder", 188 "--builder",
158 "Linux Builder", 189 "Linux Builder",
159 "--build", 190 "--build",
(...skipping 14 matching lines...) Expand all
174 "--build_revision", 205 "--build_revision",
175 "170242", 206 "170242",
176 "--factory-properties", 207 "--factory-properties",
177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", 208 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
178 "--build-properties", 209 "--build-properties",
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}" 210 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
180 ], 211 ],
181 "name": "package build" 212 "name": "package build"
182 } 213 }
183 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698