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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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, 9 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "-u", 127 "-u",
128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
129 "--output", 129 "--output",
130 "/path/to/tmp/json", 130 "/path/to/tmp/json",
131 "--", 131 "--",
132 "--build-config-fs", 132 "--build-config-fs",
133 "Release", 133 "Release",
134 "--paths", 134 "--paths",
135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
136 "--properties", 136 "--properties",
137 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"slav ename\": \"TestSlavename\"}" 137 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
138 ], 138 ],
139 "name": "get compile targets for scripts", 139 "name": "get compile targets for scripts",
140 "~followup_annotations": [ 140 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output@{}@@@", 141 "@@@STEP_LOG_LINE@json.output@{}@@@",
142 "@@@STEP_LOG_END@json.output@@@" 142 "@@@STEP_LOG_END@json.output@@@"
143 ] 143 ]
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "killall", 147 "killall",
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 "https://chromium-swarm.appspot.com", 1850 "https://chromium-swarm.appspot.com",
1851 "--decorate", 1851 "--decorate",
1852 "--print-status-updates", 1852 "--print-status-updates",
1853 "--shards", 1853 "--shards",
1854 "1", 1854 "1",
1855 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571" 1855 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571"
1856 ], 1856 ],
1857 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux" 1857 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux"
1858 } 1858 }
1859 ] 1859 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698