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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
7 "--platform",
8 "windows-amd64",
9 "--dest-directory",
10 "[SLAVE_BUILD]\\cipd",
11 "--json-output",
12 "/path/to/tmp/json"
13 ],
14 "name": "install cipd",
15 "~followup_annotations": [
16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
17 "@@@STEP_LOG_LINE@json.output@{@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "import sys; sys.exit(1)"
29 ],
30 "name": "Failed to fetch",
31 "~followup_annotations": [
32 "step returned non-zero exit code: 1",
33 "@@@STEP_TEXT@No go package for win / 64@@@",
34 "@@@STEP_FAILURE@@@"
35 ]
36 },
37 {
38 "name": "$result",
39 "reason": "Step('Failed to fetch') failed with return_code 1",
40 "recipe_result": null,
41 "status_code": 1
42 }
43 ]
OLDNEW
« 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