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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/no_compile_because_of_analyze.json

Issue 907393002: Don't always run the script tests if there are no compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "name": "analyze", 151 "name": "analyze",
152 "~followup_annotations": [ 152 "~followup_annotations": [
153 "@@@STEP_TEXT@No compile necessary@@@", 153 "@@@STEP_TEXT@No compile necessary@@@",
154 "@@@STEP_LOG_LINE@json.output@{@@@", 154 "@@@STEP_LOG_LINE@json.output@{@@@",
155 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 155 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
156 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 156 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 157 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
158 "@@@STEP_LOG_LINE@json.output@}@@@", 158 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@" 159 "@@@STEP_LOG_END@json.output@@@"
160 ] 160 ]
161 },
162 {
163 "cmd": [
164 "python",
165 "-u",
166 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py",
167 "--build-config-fs",
168 "Release",
169 "--paths",
170 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
171 "--properties",
172 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}",
173 "run",
174 "--output",
175 "/path/to/tmp/json"
176 ],
177 "name": "nacl_integration (with patch)",
178 "~followup_annotations": [
179 "@@@STEP_LOG_LINE@json.output@{@@@",
180 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
181 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
182 "@@@STEP_LOG_LINE@json.output@}@@@",
183 "@@@STEP_LOG_END@json.output@@@"
184 ]
185 } 161 }
186 ] 162 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698