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

Unified Diff: recipe_modules/cipd/example.expected/install-failed.json

Issue 2243773002: Add cipd recipe module to depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: fixes for pylint Created 4 years, 4 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: recipe_modules/cipd/example.expected/install-failed.json
diff --git a/recipe_modules/cipd/example.expected/install-failed.json b/recipe_modules/cipd/example.expected/install-failed.json
new file mode 100644
index 0000000000000000000000000000000000000000..bad2c73c3e4d266500f1c187ab1ebac4f225eb16
--- /dev/null
+++ b/recipe_modules/cipd/example.expected/install-failed.json
@@ -0,0 +1,31 @@
+[
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
+ "--platform",
+ "linux-amd64",
+ "--dest-directory",
+ "[SLAVE_BUILD]/cipd",
+ "--json-output",
+ "/path/to/tmp/json"
+ ],
+ "name": "install cipd",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "name": "$result",
+ "reason": "Step('install cipd') failed with return_code 1",
+ "recipe_result": null,
+ "status_code": 1
+ }
+]
« no previous file with comments | « recipe_modules/cipd/example.expected/describe-many-instances.json ('k') | recipe_modules/cipd/example.expected/mac64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698