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

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

Issue 298653008: Linux ARM Cross-Compile recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: changed target to all Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "abort_on_failure": true, 3 "abort_on_failure": true,
4 "cmd": [ 4 "cmd": [
5 "python", 5 "python",
6 "-u", 6 "-u",
7 "[BUILD]/scripts/slave/bot_update.py", 7 "[BUILD]/scripts/slave/bot_update.py",
8 "--master", 8 "--master",
9 "chromium.linux", 9 "chromium.linux",
10 "--builder", 10 "--builder",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
81 "/path/to/tmp/json" 81 "/path/to/tmp/json"
82 ], 82 ],
83 "name": "read test spec", 83 "name": "read test spec",
84 "~followup_annotations": [ 84 "~followup_annotations": [
85 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
85 "@@@STEP_LOG_LINE@json.output@{@@@", 86 "@@@STEP_LOG_LINE@json.output@{@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 89 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
89 "@@@STEP_LOG_LINE@json.output@ {@@@", 90 "@@@STEP_LOG_LINE@json.output@ {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 91 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\", @@@", 92 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"total_shards\": 2@@@", 93 "@@@STEP_LOG_LINE@json.output@ \"total_shards\": 2@@@",
93 "@@@STEP_LOG_LINE@json.output@ }@@@", 94 "@@@STEP_LOG_LINE@json.output@ }@@@",
94 "@@@STEP_LOG_LINE@json.output@ ]@@@", 95 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--builder-name=Linux Tests", 255 "--builder-name=Linux Tests",
255 "--slave-name=TestSlavename", 256 "--slave-name=TestSlavename",
256 "--build-number=571", 257 "--build-number=571",
257 "--run-python-script", 258 "--run-python-script",
258 "[SLAVE_BUILD]/src/tools/perf/run_tests", 259 "[SLAVE_BUILD]/src/tools/perf/run_tests",
259 "--browser=release" 260 "--browser=release"
260 ], 261 ],
261 "name": "telemetry_perf_unittests" 262 "name": "telemetry_perf_unittests"
262 } 263 }
263 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698