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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/force_swarming.json

Issue 659863004: Always run tests that do not require targets to compile, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 2 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "name": "analyze", 187 "name": "analyze",
188 "~followup_annotations": [ 188 "~followup_annotations": [
189 "@@@STEP_TEXT@No compile necessary@@@", 189 "@@@STEP_TEXT@No compile necessary@@@",
190 "@@@STEP_LOG_LINE@json.output@{@@@", 190 "@@@STEP_LOG_LINE@json.output@{@@@",
191 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 191 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
192 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 192 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
193 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 193 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
194 "@@@STEP_LOG_LINE@json.output@}@@@", 194 "@@@STEP_LOG_LINE@json.output@}@@@",
195 "@@@STEP_LOG_END@json.output@@@" 195 "@@@STEP_LOG_END@json.output@@@"
196 ] 196 ]
197 },
198 {
199 "cmd": [
200 "python",
201 "-u",
202 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
203 "--write-full-results-to",
204 "/path/to/tmp/json"
205 ],
206 "name": "mojo_python_tests (with patch)"
197 } 207 }
198 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698