OLD | NEW |
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.mac", | 8 "chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "Mac10.9 Tests", | 10 "Mac10.9 Tests", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", | 67 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", |
68 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", |
69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", |
70 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@" |
71 ] | 71 ] |
72 }, | 72 }, |
73 { | 73 { |
74 "cmd": [ | 74 "cmd": [ |
75 "python", | 75 "python", |
76 "-u", | 76 "-u", |
77 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
78 "--version" | |
79 ], | |
80 "name": "swarming.py --version", | |
81 "stdout": "/path/to/tmp/", | |
82 "~followup_annotations": [ | |
83 "@@@STEP_TEXT@0.4.10@@@" | |
84 ] | |
85 }, | |
86 { | |
87 "cmd": [ | |
88 "python", | |
89 "-u", | |
90 "[DEPOT_TOOLS]/gclient.py", | 77 "[DEPOT_TOOLS]/gclient.py", |
91 "runhooks" | 78 "runhooks" |
92 ], | 79 ], |
93 "env": { | 80 "env": { |
94 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1" | 81 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 use_goma=1" |
95 }, | 82 }, |
96 "name": "gclient runhooks" | 83 "name": "gclient runhooks" |
97 }, | 84 }, |
98 { | 85 { |
99 "cmd": [ | 86 "cmd": [ |
100 "python", | 87 "python", |
101 "-u", | 88 "-u", |
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 89 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 90 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
104 "/path/to/tmp/json" | 91 "/path/to/tmp/json" |
105 ], | 92 ], |
106 "name": "read test spec", | 93 "name": "read test spec", |
107 "~followup_annotations": [ | 94 "~followup_annotations": [ |
108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", | 95 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", |
109 "@@@STEP_LOG_LINE@json.output@{@@@", | 96 "@@@STEP_LOG_LINE@json.output@{}@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests\": {@@@", | |
111 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | |
112 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
113 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | |
114 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | |
115 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
116 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | |
117 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
118 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
119 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
120 "@@@STEP_LOG_LINE@json.output@}@@@", | |
121 "@@@STEP_LOG_END@json.output@@@" | 97 "@@@STEP_LOG_END@json.output@@@" |
122 ] | 98 ] |
123 }, | 99 }, |
124 { | 100 { |
125 "cmd": [ | 101 "cmd": [ |
126 "python", | 102 "python", |
127 "-u", | 103 "-u", |
128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
129 "--output", | 105 "--output", |
130 "/path/to/tmp/json", | 106 "/path/to/tmp/json", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 { | 147 { |
172 "cmd": [ | 148 "cmd": [ |
173 "python", | 149 "python", |
174 "-u", | 150 "-u", |
175 "[BUILD]/scripts/slave/extract_build.py", | 151 "[BUILD]/scripts/slave/extract_build.py", |
176 "--target", | 152 "--target", |
177 "Release", | 153 "Release", |
178 "--build-archive-url", | 154 "--build-archive-url", |
179 "gs://test-domain/test-archive.zip", | 155 "gs://test-domain/test-archive.zip", |
180 "--factory-properties", | 156 "--factory-properties", |
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests\", \"buildnumber\": 571, \"mastername\": \"chromi
um.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \"
recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"b
rowser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}", | 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests\", \"buildnumber\": 571, \"mastername\": \"chromi
um.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \"
recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
182 "--build-properties", | 158 "--build-properties", |
183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests\", \"buildnumber\": 571, \"mastername\": \"chromi
um.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \"
recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"b
rowser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\": \"/p
ath/to/workdir/TestSlavename\"}" | 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests\", \"buildnumber\": 571, \"mastername\": \"chromi
um.mac\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111\", \"
recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}" |
184 ], | 160 ], |
185 "name": "extract build" | 161 "name": "extract build" |
186 }, | |
187 { | |
188 "cmd": [ | |
189 "python", | |
190 "-u", | |
191 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
192 "trigger", | |
193 "--swarming", | |
194 "https://chromium-swarm.appspot.com", | |
195 "--isolate-server", | |
196 "https://isolateserver.appspot.com", | |
197 "--priority", | |
198 "25", | |
199 "--shards", | |
200 "1", | |
201 "--task-name", | |
202 "browser_tests/Mac-10.8/ffffffffff/Mac10.9 Tests/571", | |
203 "--dump-json", | |
204 "/path/to/tmp/json", | |
205 "--expiration", | |
206 "3600", | |
207 "--io-timeout", | |
208 "1200", | |
209 "--hard-timeout", | |
210 "3600", | |
211 "--dimension", | |
212 "cpu", | |
213 "x86-64", | |
214 "--dimension", | |
215 "gpu", | |
216 "none", | |
217 "--dimension", | |
218 "os", | |
219 "Mac-10.8", | |
220 "--dimension", | |
221 "pool", | |
222 "Chrome", | |
223 "--tag", | |
224 "buildername:Mac10.9 Tests", | |
225 "--tag", | |
226 "buildnumber:571", | |
227 "--tag", | |
228 "data:ffffffffffffffffffffffffffffffffffffffff", | |
229 "--tag", | |
230 "master:chromium.mac", | |
231 "--tag", | |
232 "name:browser_tests", | |
233 "--tag", | |
234 "os:Mac-10.8", | |
235 "--tag", | |
236 "project:chromium", | |
237 "--tag", | |
238 "purpose:CI", | |
239 "--tag", | |
240 "purpose:post-commit", | |
241 "--idempotent", | |
242 "ffffffffffffffffffffffffffffffffffffffff", | |
243 "--", | |
244 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | |
245 ], | |
246 "name": "[trigger] browser_tests", | |
247 "~followup_annotations": [ | |
248 "@@@STEP_LOG_LINE@json.output@{@@@", | |
249 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.8/ffffffffff/Mac10.9 Tests/571\", @@@", | |
250 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | |
251 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.8/ffffffffff/Mac1
0.9 Tests/571\": {@@@", | |
252 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | |
253 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | |
254 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | |
255 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
256 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
257 "@@@STEP_LOG_LINE@json.output@}@@@", | |
258 "@@@STEP_LOG_END@json.output@@@", | |
259 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | |
260 ] | |
261 }, | |
262 { | |
263 "allow_subannotations": true, | |
264 "cmd": [ | |
265 "python", | |
266 "-u", | |
267 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | |
268 "--swarming-client-dir", | |
269 "[SLAVE_BUILD]/src/tools/swarming_client", | |
270 "--temp-root-dir", | |
271 "[TMP_BASE]", | |
272 "--merged-test-output", | |
273 "/path/to/tmp/json", | |
274 "--", | |
275 "collect", | |
276 "--swarming", | |
277 "https://chromium-swarm.appspot.com", | |
278 "--decorate", | |
279 "--print-status-updates", | |
280 "--shards", | |
281 "1", | |
282 "browser_tests/Mac-10.8/ffffffffff/Mac10.9 Tests/571" | |
283 ], | |
284 "name": "browser_tests" | |
285 } | 162 } |
286 ] | 163 ] |
OLD | NEW |