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

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

Issue 1588793002: Support variable substitution and tryserver- and waterfall-only cmd line args. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 Tests", 10 "Linux Tests",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "~followup_annotations": [ 129 "~followup_annotations": [
130 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 130 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
131 "@@@STEP_LOG_LINE@json.output@{@@@", 131 "@@@STEP_LOG_LINE@json.output@{@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
133 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 133 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 134 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
135 "@@@STEP_LOG_LINE@json.output@ {@@@", 135 "@@@STEP_LOG_LINE@json.output@ {@@@",
136 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\", @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"total_shards\": 2@@@", 138 "@@@STEP_LOG_LINE@json.output@ \"total_shards\": 2@@@",
139 "@@@STEP_LOG_LINE@json.output@ }, @@@",
140 "@@@STEP_LOG_LINE@json.output@ {@@@",
141 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@",
142 "@@@STEP_LOG_LINE@json.output@ \"--correct-common-arg\"@@@",
143 "@@@STEP_LOG_LINE@json.output@ ], @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"non_precommit_args\": [@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"--these-args-should-be-present\" , @@@",
146 "@@@STEP_LOG_LINE@json.output@ \"--mastername=\\\"${master_name}\ \\"\", @@@",
147 "@@@STEP_LOG_LINE@json.output@ \"--buildername=\\\"${builder_name }\\\"\", @@@",
148 "@@@STEP_LOG_LINE@json.output@ \"--buildrevision=\\\"${build_revi sion}\\\"\"@@@",
149 "@@@STEP_LOG_LINE@json.output@ ], @@@",
150 "@@@STEP_LOG_LINE@json.output@ \"precommit_args\": [@@@",
151 "@@@STEP_LOG_LINE@json.output@ \"--THIS-ARG-SHOULD-NOT-BE-PRESENT \"@@@",
Sergiy Byelozyorov 2016/01/14 09:43:47 This is confusing.
152 "@@@STEP_LOG_LINE@json.output@ ], @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"test\": \"content_unittests\"@@@",
139 "@@@STEP_LOG_LINE@json.output@ }@@@", 154 "@@@STEP_LOG_LINE@json.output@ }@@@",
140 "@@@STEP_LOG_LINE@json.output@ ]@@@", 155 "@@@STEP_LOG_LINE@json.output@ ]@@@",
141 "@@@STEP_LOG_LINE@json.output@ }@@@", 156 "@@@STEP_LOG_LINE@json.output@ }@@@",
142 "@@@STEP_LOG_LINE@json.output@}@@@", 157 "@@@STEP_LOG_LINE@json.output@}@@@",
143 "@@@STEP_LOG_END@json.output@@@" 158 "@@@STEP_LOG_END@json.output@@@"
144 ] 159 ]
145 }, 160 },
146 { 161 {
147 "cmd": [ 162 "cmd": [
148 "python", 163 "python",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "--slave-name=TestSlavename", 288 "--slave-name=TestSlavename",
274 "--build-number=571", 289 "--build-number=571",
275 "browser_tests", 290 "browser_tests",
276 "--test-launcher-shard-index=0", 291 "--test-launcher-shard-index=0",
277 "--test-launcher-total-shards=2" 292 "--test-launcher-total-shards=2"
278 ], 293 ],
279 "cwd": "[SLAVE_BUILD]", 294 "cwd": "[SLAVE_BUILD]",
280 "name": "browser_tests" 295 "name": "browser_tests"
281 }, 296 },
282 { 297 {
298 "allow_subannotations": true,
299 "cmd": [
300 "python",
301 "-u",
302 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
303 "--path-build",
304 "[BUILD]",
305 "--",
306 "--target",
307 "Release",
308 "--xvfb",
309 "--factory-properties",
310 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
311 "--build-properties",
312 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium .linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
313 "--annotate=gtest",
314 "--test-type=content_unittests",
315 "--step-name=content_unittests",
316 "--test-launcher-summary-output",
317 "/path/to/tmp/json",
318 "--generate-json-file",
319 "-o",
320 "gtest-results/content_unittests",
321 "--builder-name=Linux Tests",
322 "--slave-name=TestSlavename",
323 "--build-number=571",
324 "content_unittests",
325 "--correct-common-arg",
326 "--these-args-should-be-present",
327 "--mastername=\"chromium.linux\"",
328 "--buildername=\"Linux Tests\"",
329 "--buildrevision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\""
330 ],
331 "cwd": "[SLAVE_BUILD]",
332 "name": "content_unittests"
333 },
334 {
283 "name": "$result", 335 "name": "$result",
284 "recipe_result": null, 336 "recipe_result": null,
285 "status_code": 0 337 "status_code": 0
286 } 338 }
287 ] 339 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698