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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/analyze_finds_invalid_target.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_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "-u", 104 "-u",
105 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 105 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
106 "--output", 106 "--output",
107 "/path/to/tmp/json", 107 "/path/to/tmp/json",
108 "--", 108 "--",
109 "--build-config-fs", 109 "--build-config-fs",
110 "Release", 110 "Release",
111 "--paths", 111 "--paths",
112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
113 "--properties", 113 "--properties",
114 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 114 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
115 ], 115 ],
116 "name": "get compile targets for scripts", 116 "name": "get compile targets for scripts",
117 "~followup_annotations": [ 117 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@json.output@{}@@@", 118 "@@@STEP_LOG_LINE@json.output@{}@@@",
119 "@@@STEP_LOG_END@json.output@@@" 119 "@@@STEP_LOG_END@json.output@@@"
120 ] 120 ]
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "@@@STEP_LOG_END@json.output@@@", 179 "@@@STEP_LOG_END@json.output@@@",
180 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@" 180 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@"
181 ] 181 ]
182 }, 182 },
183 { 183 {
184 "name": "$final_result", 184 "name": "$final_result",
185 "reason": "Error, following targets were not found: invalid target, another one", 185 "reason": "Error, following targets were not found: invalid target, another one",
186 "status_code": 1 186 "status_code": 1
187 } 187 }
188 ] 188 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698