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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_9_Tests_Trybot.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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac10.9 Tests-Trybot", 10 "Mac10.9 Tests-Trybot",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "-u", 123 "-u",
124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 124 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
125 "--output", 125 "--output",
126 "/path/to/tmp/json", 126 "/path/to/tmp/json",
127 "--", 127 "--",
128 "--build-config-fs", 128 "--build-config-fs",
129 "Release", 129 "Release",
130 "--paths", 130 "--paths",
131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
132 "--properties", 132 "--properties",
133 "{\"buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"slave name\": \"TestSlavename\"}" 133 "{\"buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"maste rname\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}"
134 ], 134 ],
135 "name": "get compile targets for scripts", 135 "name": "get compile targets for scripts",
136 "~followup_annotations": [ 136 "~followup_annotations": [
137 "@@@STEP_LOG_LINE@json.output@{}@@@", 137 "@@@STEP_LOG_LINE@json.output@{}@@@",
138 "@@@STEP_LOG_END@json.output@@@" 138 "@@@STEP_LOG_END@json.output@@@"
139 ] 139 ]
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "https://chromium-swarm.appspot.com", 293 "https://chromium-swarm.appspot.com",
294 "--decorate", 294 "--decorate",
295 "--print-status-updates", 295 "--print-status-updates",
296 "--shards", 296 "--shards",
297 "1", 297 "1",
298 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests-Trybot/571" 298 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests-Trybot/571"
299 ], 299 ],
300 "name": "browser_tests on Mac-10.9" 300 "name": "browser_tests on Mac-10.9"
301 } 301 }
302 ] 302 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698