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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.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, 5 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_chromium_rel_swarming", 10 "linux_chromium_rel_swarming",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@",
84 "@@@STEP_LOG_LINE@json.output@ }, @@@", 84 "@@@STEP_LOG_LINE@json.output@ }, @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@",
86 "@@@STEP_LOG_LINE@json.output@ }, @@@", 86 "@@@STEP_LOG_LINE@json.output@ }, @@@",
87 "@@@STEP_LOG_LINE@json.output@ {@@@", 87 "@@@STEP_LOG_LINE@json.output@ {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@", 89 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@",
90 "@@@STEP_LOG_LINE@json.output@ }, @@@", 90 "@@@STEP_LOG_LINE@json.output@ }, @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 91 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
92 "@@@STEP_LOG_LINE@json.output@ }@@@", 92 "@@@STEP_LOG_LINE@json.output@ }@@@",
93 "@@@STEP_LOG_LINE@json.output@ ], @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"non_filter_builders\": [@@@",
95 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_rel_swarming\"@@@",
93 "@@@STEP_LOG_LINE@json.output@ ]@@@", 96 "@@@STEP_LOG_LINE@json.output@ ]@@@",
94 "@@@STEP_LOG_LINE@json.output@}@@@", 97 "@@@STEP_LOG_LINE@json.output@}@@@",
95 "@@@STEP_LOG_END@json.output@@@" 98 "@@@STEP_LOG_END@json.output@@@"
96 ] 99 ]
97 }, 100 },
98 { 101 {
99 "cmd": [ 102 "cmd": [
100 "python", 103 "python",
101 "-u", 104 "-u",
102 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 105 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 645 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
643 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 646 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
644 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 647 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
645 "@@@STEP_LOG_LINE@python.inline@@@@", 648 "@@@STEP_LOG_LINE@python.inline@@@@",
646 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 649 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
647 "@@@STEP_LOG_END@python.inline@@@", 650 "@@@STEP_LOG_END@python.inline@@@",
648 "@@@STEP_FAILURE@@@" 651 "@@@STEP_FAILURE@@@"
649 ] 652 ]
650 } 653 }
651 ] 654 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698