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

Side by Side Diff: scripts/slave/recipe_modules/cipd/example.expected/install-failed.json

Issue 1193813004: cipd recipe_module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: coverage -> 100% Created 5 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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "RECIPE_MODULE[cipd]/resources/bootstrap.py"
7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "install cipd",
10 "stdin": "{\"bin_path\": \"[SLAVE_BUILD]/cipd\", \"platform\": \"linux-amd64 \"}",
11 "~followup_annotations": [
12 "step returned non-zero exit code: 1",
13 "@@@STEP_FAILURE@@@"
14 ]
15 },
16 {
17 "name": "$final_result",
18 "reason": "Step('install cipd') failed with return_code 1",
19 "status_code": 1
20 }
21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698