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

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

Issue 412143008: Changes filter list to exclusion list (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: better comment Created 6 years, 4 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", 8 "tryserver.chromium",
9 "--builder", 9 "--builder",
10 "linux_arm_cross_compile", 10 "linux_arm_cross_compile",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "@@@STEP_LOG_LINE@json.output@ {@@@", 78 "@@@STEP_LOG_LINE@json.output@ {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"args\": \"--gtest-filter: *NaCl*\", @@@", 79 "@@@STEP_LOG_LINE@json.output@ \"args\": \"--gtest-filter: *NaCl*\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
81 "@@@STEP_LOG_LINE@json.output@ }, @@@", 81 "@@@STEP_LOG_LINE@json.output@ }, @@@",
82 "@@@STEP_LOG_LINE@json.output@ {@@@", 82 "@@@STEP_LOG_LINE@json.output@ {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"--gtest-filter: *NaCl*\"@@@", 84 "@@@STEP_LOG_LINE@json.output@ \"--gtest-filter: *NaCl*\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ ], @@@", 85 "@@@STEP_LOG_LINE@json.output@ ], @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_tests\"@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_tests\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ }@@@", 87 "@@@STEP_LOG_LINE@json.output@ }@@@",
88 "@@@STEP_LOG_LINE@json.output@ ], @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"non_filter_builders\": [@@@",
90 "@@@STEP_LOG_LINE@json.output@ \".*\"@@@",
88 "@@@STEP_LOG_LINE@json.output@ ]@@@", 91 "@@@STEP_LOG_LINE@json.output@ ]@@@",
89 "@@@STEP_LOG_LINE@json.output@}@@@", 92 "@@@STEP_LOG_LINE@json.output@}@@@",
90 "@@@STEP_LOG_END@json.output@@@" 93 "@@@STEP_LOG_END@json.output@@@"
91 ] 94 ]
92 }, 95 },
93 { 96 {
94 "cmd": [ 97 "cmd": [
95 "python", 98 "python",
96 "-u", 99 "-u",
97 "[DEPOT_TOOLS]/gclient.py", 100 "[DEPOT_TOOLS]/gclient.py",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "~followup_annotations": [ 151 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output@{@@@", 152 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 153 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 154 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
152 "@@@STEP_LOG_LINE@json.output@}@@@", 155 "@@@STEP_LOG_LINE@json.output@}@@@",
153 "@@@STEP_LOG_END@json.output@@@", 156 "@@@STEP_LOG_END@json.output@@@",
154 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_2\": \"[dummy hash for dummy_target_2]\", \"dummy_target_1\": \"[dummy hash for dummy_target_1]\"}@@@" 157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_2\": \"[dummy hash for dummy_target_2]\", \"dummy_target_1\": \"[dummy hash for dummy_target_1]\"}@@@"
155 ] 158 ]
156 } 159 }
157 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698