OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
7 "--master", | |
8 "internal.infra", | |
9 "--builder", | |
10 "infra-internal-continuous", | |
11 "--slave", | |
12 "TestSlavename", | |
13 "--spec", | |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesourc
e.com/infra/infra_internal.git'}]", | |
15 "--root", | |
16 "infra_internal", | |
17 "--revision_mapping_file", | |
18 "{\"infra_internal\": \"got_revision\"}", | |
19 "--git-cache-dir", | |
20 "[GIT_CACHE]", | |
21 "--output_json", | |
22 "/path/to/tmp/json", | |
23 "--revision", | |
24 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | |
25 "--force", | |
26 "--output_manifest" | |
27 ], | |
28 "env": { | |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
30 }, | |
31 "name": "bot_update", | |
32 "~followup_annotations": [ | |
33 "@@@STEP_TEXT@Some step text@@@", | |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
37 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", | |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
40 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": {@@@", | |
41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf
ra_internal.git\", @@@", | |
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0a18b32e3a93913e1090d1
ee6b8965c6dc3116d6\"@@@", | |
43 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra_internal\", @@@", | |
47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
48 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0a18b32e3a93913e1090
d1ee6b8965c6dc3116d6\", @@@", | |
49 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#190894}\"@@@", | |
50 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra_internal\", @@@", | |
52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
53 "@@@STEP_LOG_LINE@json.output@}@@@", | |
54 "@@@STEP_LOG_END@json.output@@@", | |
55 "@@@SET_BUILD_PROPERTY@got_revision@\"0a18b32e3a93913e1090d1ee6b8965c6dc31
16d6\"@@@", | |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@" | |
57 ] | |
58 }, | |
59 { | |
60 "cmd": [ | |
61 "python", | |
62 "-u", | |
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
64 "runhooks" | |
65 ], | |
66 "cwd": "[SLAVE_BUILD]/infra_internal", | |
67 "env": { | |
68 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
69 }, | |
70 "name": "gclient runhooks" | |
71 }, | |
72 { | |
73 "cmd": [ | |
74 "python", | |
75 "-u", | |
76 "test.py", | |
77 "test" | |
78 ], | |
79 "cwd": "[SLAVE_BUILD]/infra_internal", | |
80 "name": "infra python tests" | |
81 }, | |
82 { | |
83 "cmd": [ | |
84 "python", | |
85 "-u", | |
86 "[SLAVE_BUILD]/infra_internal/go/env.py", | |
87 "go", | |
88 "version" | |
89 ], | |
90 "name": "go third parties" | |
91 }, | |
92 { | |
93 "cmd": [ | |
94 "python", | |
95 "-u", | |
96 "[SLAVE_BUILD]/infra_internal/go/env.py", | |
97 "python", | |
98 "[SLAVE_BUILD]/infra_internal/go/test.py" | |
99 ], | |
100 "name": "infra go tests" | |
101 }, | |
102 { | |
103 "cmd": [ | |
104 "python", | |
105 "-u", | |
106 "[SLAVE_BUILD]/infra_internal/build/build.py", | |
107 "--builder", | |
108 "infra-internal-continuous" | |
109 ], | |
110 "name": "cipd - build packages" | |
111 }, | |
112 { | |
113 "cmd": [ | |
114 "python", | |
115 "-u", | |
116 "[SLAVE_BUILD]/infra_internal/build/test_packages.py" | |
117 ], | |
118 "name": "cipd - test packages integrity" | |
119 }, | |
120 { | |
121 "cmd": [ | |
122 "python", | |
123 "-u", | |
124 "[SLAVE_BUILD]/infra_internal/build/build.py", | |
125 "--no-rebuild", | |
126 "--upload", | |
127 "--service-account-json", | |
128 "/creds/service_accounts/service-account-cipd-builder.json", | |
129 "--json-output", | |
130 "/path/to/tmp/json", | |
131 "--builder", | |
132 "infra-internal-continuous", | |
133 "--tags", | |
134 "buildbot_build:internal.infra/infra-internal-continuous/123", | |
135 "git_repository:https://chrome-internal.googlesource.com/infra/infra_inter
nal", | |
136 "git_revision:0a18b32e3a93913e1090d1ee6b8965c6dc3116d6" | |
137 ], | |
138 "name": "cipd - upload packages", | |
139 "~followup_annotations": [ | |
140 "@@@STEP_LOG_LINE@json.output@{@@@", | |
141 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@", | |
142 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@", | |
143 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
144 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@", | |
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8
14cd1dfffe2fcfc9f81299c\", @@@", | |
146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool
/linux-bitness\"@@@", | |
147 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
148 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@", | |
149 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
150 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
151 "@@@STEP_LOG_LINE@json.output@}@@@", | |
152 "@@@STEP_LOG_END@json.output@@@", | |
153 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df
ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@" | |
154 ] | |
155 }, | |
156 { | |
157 "name": "$result", | |
158 "recipe_result": null, | |
159 "status_code": 0 | |
160 } | |
161 ] | |
OLD | NEW |