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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 173 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
174 "--version" 174 "--version"
175 ], 175 ],
176 "name": "swarming.py --version", 176 "name": "swarming.py --version",
177 "stdout": "/path/to/tmp/", 177 "stdout": "/path/to/tmp/",
178 "~followup_annotations": [ 178 "~followup_annotations": [
179 "@@@STEP_TEXT@0.8.6@@@" 179 "@@@STEP_TEXT@0.4.10@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
187 "runhooks" 187 "runhooks"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]/src", 189 "cwd": "[SLAVE_BUILD]/src",
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "@@@STEP_FAILURE@@@", 651 "@@@STEP_FAILURE@@@",
652 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 652 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
653 ] 653 ]
654 }, 654 },
655 { 655 {
656 "name": "$result", 656 "name": "$result",
657 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 657 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
658 "status_code": 1 658 "status_code": 1
659 } 659 }
660 ] 660 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698