| Index: scripts/slave/recipe_modules/cipd/example.expected/install-failed.json
|
| diff --git a/scripts/slave/recipe_modules/cipd/example.expected/install-failed.json b/scripts/slave/recipe_modules/cipd/example.expected/install-failed.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..85bc6c6a667eee19fd24e7d8a2757f26338a460c
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/cipd/example.expected/install-failed.json
|
| @@ -0,0 +1,21 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[cipd]/resources/bootstrap.py"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "install cipd",
|
| + "stdin": "{\"bin_path\": \"[SLAVE_BUILD]/cipd\", \"platform\": \"linux-amd64\"}",
|
| + "~followup_annotations": [
|
| + "step returned non-zero exit code: 1",
|
| + "@@@STEP_FAILURE@@@"
|
| + ]
|
| + },
|
| + {
|
| + "name": "$final_result",
|
| + "reason": "Step('install cipd') failed with return_code 1",
|
| + "status_code": 1
|
| + }
|
| +]
|
|
|