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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/check_swarming_version_failure.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_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "-u", 103 "-u",
104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
105 "--output", 105 "--output",
106 "/path/to/tmp/json", 106 "/path/to/tmp/json",
107 "--", 107 "--",
108 "--build-config-fs", 108 "--build-config-fs",
109 "Release", 109 "Release",
110 "--paths", 110 "--paths",
111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
112 "--properties", 112 "--properties",
113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
114 ], 114 ],
115 "name": "get compile targets for scripts", 115 "name": "get compile targets for scripts",
116 "~followup_annotations": [ 116 "~followup_annotations": [
117 "@@@STEP_LOG_LINE@json.output@{}@@@", 117 "@@@STEP_LOG_LINE@json.output@{}@@@",
118 "@@@STEP_LOG_END@json.output@@@" 118 "@@@STEP_LOG_END@json.output@@@"
119 ] 119 ]
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "@@@STEP_FAILURE@@@", 198 "@@@STEP_FAILURE@@@",
199 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb 9ca6\"@@@" 199 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb 9ca6\"@@@"
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "name": "$final_result", 203 "name": "$final_result",
204 "reason": "Step('swarming.py --version') failed with return_code 1", 204 "reason": "Step('swarming.py --version') failed with return_code 1",
205 "status_code": 1 205 "status_code": 1
206 } 206 }
207 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698