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

Unified Diff: scripts/slave/recipe_modules/gae_sdk/example.expected/win.json

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 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/gae_sdk/example.expected/win.json
diff --git a/scripts/slave/recipe_modules/gae_sdk/example.expected/win.json b/scripts/slave/recipe_modules/gae_sdk/example.expected/win.json
new file mode 100644
index 0000000000000000000000000000000000000000..5e432970c9bcde06e8d48aabfc810ef674447615
--- /dev/null
+++ b/scripts/slave/recipe_modules/gae_sdk/example.expected/win.json
@@ -0,0 +1,43 @@
+[
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
+ "--platform",
+ "windows-amd64",
+ "--dest-directory",
+ "[SLAVE_BUILD]\\cipd",
+ "--json-output",
+ "/path/to/tmp/json"
+ ],
+ "name": "install cipd",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@",
+ "@@@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@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "import sys; sys.exit(1)"
+ ],
+ "name": "Failed to fetch",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_TEXT@No go package for win / 64@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "name": "$result",
+ "reason": "Step('Failed to fetch') failed with return_code 1",
+ "recipe_result": null,
+ "status_code": 1
+ }
+]
« no previous file with comments | « scripts/slave/recipe_modules/gae_sdk/example.expected/mac.json ('k') | scripts/slave/recipe_modules/zip/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698