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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 6 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
7 "--platform", 7 "--platform",
8 "linux-amd64", 8 "linux-amd64",
9 "--dest-directory", 9 "--dest-directory",
10 "[SLAVE_BUILD]/cipd", 10 "[CWD]/cipd",
11 "--json-output", 11 "--json-output",
12 "/path/to/tmp/json" 12 "/path/to/tmp/json"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]",
15 "name": "install cipd", 14 "name": "install cipd",
16 "~followup_annotations": [ 15 "~followup_annotations": [
17 "step returned non-zero exit code: 1", 16 "step returned non-zero exit code: 1",
18 "@@@STEP_LOG_LINE@json.output@{@@@", 17 "@@@STEP_LOG_LINE@json.output@{@@@",
19 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 18 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
21 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
22 "@@@STEP_LOG_END@json.output@@@", 21 "@@@STEP_LOG_END@json.output@@@",
23 "@@@STEP_FAILURE@@@" 22 "@@@STEP_FAILURE@@@"
24 ] 23 ]
25 }, 24 },
26 { 25 {
27 "name": "$result", 26 "name": "$result",
28 "reason": "Step('install cipd') failed with return_code 1", 27 "reason": "Step('install cipd') failed with return_code 1",
29 "status_code": 1 28 "status_code": 1
30 } 29 }
31 ] 30 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698