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

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

Issue 412143008: Changes filter list to exclusion list (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: update newly added test 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_chromium_rel_swarming", 10 "linux_chromium_rel_swarming",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@",
79 "@@@STEP_LOG_LINE@json.output@{@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
81 "@@@STEP_LOG_LINE@json.output@ {@@@", 81 "@@@STEP_LOG_LINE@json.output@ {@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
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@ ], @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"non_filter_builders\": [@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_rel_swarming\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ ]@@@", 90 "@@@STEP_LOG_LINE@json.output@ ]@@@",
88 "@@@STEP_LOG_LINE@json.output@}@@@", 91 "@@@STEP_LOG_LINE@json.output@}@@@",
89 "@@@STEP_LOG_END@json.output@@@" 92 "@@@STEP_LOG_END@json.output@@@"
90 ] 93 ]
91 }, 94 },
92 { 95 {
93 "cmd": [ 96 "cmd": [
94 "python", 97 "python",
95 "-u", 98 "-u",
96 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 99 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
97 "--version" 100 "--version"
98 ], 101 ],
99 "name": "swarming.py --version", 102 "name": "swarming.py --version",
100 "stdout": "/path/to/tmp/", 103 "stdout": "/path/to/tmp/",
101 "~followup_annotations": [ 104 "~followup_annotations": [
102 "step returned non-zero exit code: 1", 105 "step returned non-zero exit code: 1",
103 "@@@STEP_TEXT@0.4.10@@@", 106 "@@@STEP_TEXT@0.4.10@@@",
104 "@@@STEP_FAILURE@@@" 107 "@@@STEP_FAILURE@@@"
105 ] 108 ]
106 }, 109 },
107 { 110 {
108 "name": "$final_result", 111 "name": "$final_result",
109 "reason": "Step('swarming.py --version') failed with return_code 1", 112 "reason": "Step('swarming.py --version') failed with return_code 1",
110 "status_code": 1 113 "status_code": 1
111 } 114 }
112 ] 115 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698