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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
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
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698