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

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

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "cmd": [ 167 "cmd": [
168 "python", 168 "python",
169 "-u", 169 "-u",
170 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 170 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
171 "--version" 171 "--version"
172 ], 172 ],
173 "name": "swarming.py --version", 173 "name": "swarming.py --version",
174 "stdout": "/path/to/tmp/", 174 "stdout": "/path/to/tmp/",
175 "~followup_annotations": [ 175 "~followup_annotations": [
176 "step returned non-zero exit code: 1", 176 "step returned non-zero exit code: 1",
177 "@@@STEP_TEXT@0.8.6@@@", 177 "@@@STEP_TEXT@0.4.10@@@",
178 "@@@STEP_FAILURE@@@" 178 "@@@STEP_FAILURE@@@"
179 ] 179 ]
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "import sys; sys.exit(0)" 185 "import sys; sys.exit(0)"
186 ], 186 ],
187 "name": "mark: before_tests", 187 "name": "mark: before_tests",
188 "~followup_annotations": [ 188 "~followup_annotations": [
189 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb 9ca6\"@@@" 189 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb 9ca6\"@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "name": "$result", 193 "name": "$result",
194 "reason": "Step('swarming.py --version') failed with return_code 1", 194 "reason": "Step('swarming.py --version') failed with return_code 1",
195 "status_code": 1 195 "status_code": 1
196 } 196 }
197 ] 197 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698