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

Side by Side Diff: scripts/slave/recipe_modules/gae_sdk/example.expected/linux.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 "linux-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 "[SLAVE_BUILD]/cipd/cipd",
27 "ensure",
28 "--root",
29 "[BUILD]/gae_sdk/go_linux",
30 "--list",
31 "infra/gae_sdk/go/linux-amd64 latest",
32 "--json-output",
33 "/path/to/tmp/json"
34 ],
35 "name": "ensure_installed",
36 "~followup_annotations": [
37 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
39 "@@@STEP_LOG_LINE@json.output@ {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-latest----------\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/gae_sdk/go/linux- amd64\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@",
43 "@@@STEP_LOG_LINE@json.output@ ]@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@"
46 ]
47 },
48 {
49 "cmd": [
50 "[SLAVE_BUILD]/cipd/cipd",
51 "ensure",
52 "--root",
53 "[BUILD]/gae_sdk/python_linux",
54 "--list",
55 "infra/gae_sdk/python/all latest",
56 "--json-output",
57 "/path/to/tmp/json"
58 ],
59 "name": "ensure_installed (2)",
60 "~followup_annotations": [
61 "@@@STEP_LOG_LINE@json.output@{@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
63 "@@@STEP_LOG_LINE@json.output@ {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-latest----------\", @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/gae_sdk/python/al l\"@@@",
66 "@@@STEP_LOG_LINE@json.output@ }@@@",
67 "@@@STEP_LOG_LINE@json.output@ ]@@@",
68 "@@@STEP_LOG_LINE@json.output@}@@@",
69 "@@@STEP_LOG_END@json.output@@@"
70 ]
71 },
72 {
73 "name": "$result",
74 "recipe_result": null,
75 "status_code": 0
76 }
77 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/gae_sdk/example.py ('k') | scripts/slave/recipe_modules/gae_sdk/example.expected/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698