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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.json

Issue 873403002: Add support for cc_perftests and other non-telemetry gtest based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase again + coverage. Created 5 years, 10 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "-u", 131 "-u",
132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
133 "--output", 133 "--output",
134 "/path/to/tmp/json", 134 "/path/to/tmp/json",
135 "--", 135 "--",
136 "--build-config-fs", 136 "--build-config-fs",
137 "Release", 137 "Release",
138 "--paths", 138 "--paths",
139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
140 "--properties", 140 "--properties",
141 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"slav ename\": \"TestSlavename\"}" 141 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
142 ], 142 ],
143 "name": "get compile targets for scripts", 143 "name": "get compile targets for scripts",
144 "~followup_annotations": [ 144 "~followup_annotations": [
145 "@@@STEP_LOG_LINE@json.output@{}@@@", 145 "@@@STEP_LOG_LINE@json.output@{}@@@",
146 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "killall", 151 "killall",
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 "https://chromium-swarm.appspot.com", 1854 "https://chromium-swarm.appspot.com",
1855 "--decorate", 1855 "--decorate",
1856 "--print-status-updates", 1856 "--print-status-updates",
1857 "--shards", 1857 "--shards",
1858 "1", 1858 "1",
1859 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571" 1859 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571"
1860 ], 1860 ],
1861 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux" 1861 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux"
1862 } 1862 }
1863 ] 1863 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698