OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "bot_update.always_on", | 8 "bot_update.always_on", |
9 "--builder", | 9 "--builder", |
10 "coverage_clobber", | 10 "coverage_clobber", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--clobber", | 25 "--clobber", |
26 "--force", | 26 "--force", |
27 "--output_manifest" | 27 "--output_manifest" |
28 ], | 28 ], |
29 "cwd": "[SLAVE_BUILD]", | |
30 "env": { | 29 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 31 }, |
33 "name": "bot_update", | 32 "name": "bot_update", |
34 "~followup_annotations": [ | 33 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
95 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
98 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
99 ] | 98 ] |
100 }, | 99 }, |
101 { | 100 { |
102 "cmd": [], | 101 "cmd": [], |
103 "cwd": "[SLAVE_BUILD]", | |
104 "name": "ensure_goma" | 102 "name": "ensure_goma" |
105 }, | 103 }, |
106 { | 104 { |
107 "cmd": [ | 105 "cmd": [ |
108 "python", | 106 "python", |
109 "-u", | 107 "-u", |
110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
111 "--platform", | 109 "--platform", |
112 "linux-amd64", | 110 "linux-amd64", |
113 "--dest-directory", | 111 "--dest-directory", |
114 "[SLAVE_BUILD]/cipd", | 112 "[CWD]/cipd", |
115 "--json-output", | 113 "--json-output", |
116 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
117 ], | 115 ], |
118 "cwd": "[SLAVE_BUILD]", | |
119 "name": "ensure_goma.install cipd", | 116 "name": "ensure_goma.install cipd", |
120 "~followup_annotations": [ | 117 "~followup_annotations": [ |
121 "@@@STEP_NEST_LEVEL@1@@@", | 118 "@@@STEP_NEST_LEVEL@1@@@", |
122 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 119 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
123 "@@@STEP_LOG_LINE@json.output@{@@@", | 120 "@@@STEP_LOG_LINE@json.output@{@@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 121 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
125 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
126 "@@@STEP_LOG_LINE@json.output@}@@@", | 123 "@@@STEP_LOG_LINE@json.output@}@@@", |
127 "@@@STEP_LOG_END@json.output@@@" | 124 "@@@STEP_LOG_END@json.output@@@" |
128 ] | 125 ] |
129 }, | 126 }, |
130 { | 127 { |
131 "cmd": [ | 128 "cmd": [ |
132 "[SLAVE_BUILD]/cipd/cipd", | 129 "fake_slave_build/cipd", |
133 "ensure", | 130 "ensure", |
134 "--root", | 131 "--root", |
135 "[CACHE]/cipd/goma", | 132 "[ROOT]/b/build/slave/cache/cipd/goma", |
136 "--list", | 133 "--list", |
137 "infra_internal/goma/client/linux-amd64 release", | 134 "infra_internal/goma/client/linux-amd64 release", |
138 "--json-output", | 135 "--json-output", |
139 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
140 "--service-account-json", | 137 "--service-account-json", |
141 "/creds/service_accounts/service-account-goma-client.json" | 138 "/creds/service_accounts/service-account-goma-client.json" |
142 ], | 139 ], |
143 "cwd": "[SLAVE_BUILD]", | |
144 "name": "ensure_goma.ensure_installed", | 140 "name": "ensure_goma.ensure_installed", |
145 "~followup_annotations": [ | 141 "~followup_annotations": [ |
146 "@@@STEP_NEST_LEVEL@1@@@", | 142 "@@@STEP_NEST_LEVEL@1@@@", |
147 "@@@STEP_LOG_LINE@json.output@{@@@", | 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
149 "@@@STEP_LOG_LINE@json.output@ {@@@", | 145 "@@@STEP_LOG_LINE@json.output@ {@@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 147 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
152 "@@@STEP_LOG_LINE@json.output@ }@@@", | 148 "@@@STEP_LOG_LINE@json.output@ }@@@", |
153 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 149 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
154 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
155 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
156 ] | 152 ] |
157 }, | 153 }, |
158 { | 154 { |
159 "cmd": [ | 155 "cmd": [ |
160 "python", | 156 "python", |
161 "-u", | 157 "-u", |
162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
163 "runhooks" | 159 "runhooks" |
164 ], | 160 ], |
165 "cwd": "[SLAVE_BUILD]", | |
166 "env": { | 161 "env": { |
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
168 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 163 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/slave/cac
he/cipd/goma' target_arch=x64 use_goma=1", |
169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
170 }, | 165 }, |
171 "name": "gclient runhooks" | 166 "name": "gclient runhooks" |
172 }, | 167 }, |
173 { | 168 { |
174 "cmd": [ | 169 "cmd": [ |
175 "python", | 170 "python", |
176 "-u", | 171 "-u", |
177 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 172 "[CWD]/src/testing/scripts/get_compile_targets.py", |
178 "--output", | 173 "--output", |
179 "/path/to/tmp/json", | 174 "/path/to/tmp/json", |
180 "--", | 175 "--", |
181 "--build-config-fs", | 176 "--build-config-fs", |
182 "Release", | 177 "Release", |
183 "--paths", | 178 "--paths", |
184 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 179 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
185 "--properties", | 180 "--properties", |
186 "{\"buildername\": \"coverage_clobber\", \"buildnumber\": 571, \"masternam
e\": \"bot_update.always_on\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" | 181 "{\"buildername\": \"coverage_clobber\", \"buildnumber\": 571, \"masternam
e\": \"bot_update.always_on\", \"slavename\": \"TestSlavename\", \"target_platfo
rm\": \"linux\"}" |
187 ], | 182 ], |
188 "cwd": "[SLAVE_BUILD]", | |
189 "name": "get compile targets for scripts", | 183 "name": "get compile targets for scripts", |
190 "~followup_annotations": [ | 184 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output@{}@@@", | 185 "@@@STEP_LOG_LINE@json.output@{}@@@", |
192 "@@@STEP_LOG_END@json.output@@@" | 186 "@@@STEP_LOG_END@json.output@@@" |
193 ] | 187 ] |
194 }, | 188 }, |
195 { | 189 { |
196 "cmd": [ | 190 "cmd": [ |
197 "python", | 191 "python", |
198 "-u", | 192 "-u", |
199 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 193 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
200 "[SLAVE_BUILD]/src/testing/buildbot/bot_update.always_on.json", | 194 "[CWD]/src/testing/buildbot/bot_update.always_on.json", |
201 "/path/to/tmp/json" | 195 "/path/to/tmp/json" |
202 ], | 196 ], |
203 "cwd": "[SLAVE_BUILD]", | |
204 "name": "read test spec", | 197 "name": "read test spec", |
205 "~followup_annotations": [ | 198 "~followup_annotations": [ |
206 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/bot_update.always_o
n.json@@@", | 199 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/bot_update.always_on.json@@
@", |
207 "@@@STEP_LOG_LINE@json.output@{}@@@", | 200 "@@@STEP_LOG_LINE@json.output@{}@@@", |
208 "@@@STEP_LOG_END@json.output@@@" | 201 "@@@STEP_LOG_END@json.output@@@" |
209 ] | 202 ] |
210 }, | 203 }, |
211 { | 204 { |
212 "cmd": [ | 205 "cmd": [ |
213 "python", | 206 "python", |
214 "-u", | 207 "-u", |
215 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
216 "--show-path", | 209 "--show-path", |
217 "python", | 210 "python", |
218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
219 ], | 212 ], |
220 "cwd": "[SLAVE_BUILD]", | |
221 "name": "cleanup_temp" | 213 "name": "cleanup_temp" |
222 }, | 214 }, |
223 { | 215 { |
224 "cmd": [ | 216 "cmd": [ |
225 "python", | 217 "python", |
226 "-u", | 218 "-u", |
227 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 219 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
228 "--show-path", | 220 "--show-path", |
229 "python", | 221 "python", |
230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
231 "--gsutil-py-path", | 223 "--gsutil-py-path", |
232 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
233 "--ninja-path", | 225 "--ninja-path", |
234 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
235 "--target", | 227 "--target", |
236 "Release", | 228 "Release", |
237 "--src-dir", | 229 "--src-dir", |
238 "[SLAVE_BUILD]/src", | 230 "[CWD]/src", |
239 "--goma-cache-dir", | 231 "--goma-cache-dir", |
240 "[GOMA_CACHE]", | 232 "[ROOT]/b/build/slave/goma_cache", |
241 "--build-tool", | 233 "--build-tool", |
242 "ninja", | 234 "ninja", |
243 "--build-data-dir", | 235 "--build-data-dir", |
244 "[ROOT]/build_data_dir", | 236 "[ROOT]/build_data_dir", |
245 "--compiler", | 237 "--compiler", |
246 "goma", | 238 "goma", |
247 "--goma-jsonstatus", | 239 "--goma-jsonstatus", |
248 "/path/to/tmp/json", | 240 "/path/to/tmp/json", |
249 "--goma-service-account-json-file", | 241 "--goma-service-account-json-file", |
250 "/creds/service_accounts/service-account-goma-client.json", | 242 "/creds/service_accounts/service-account-goma-client.json", |
251 "--goma-dir", | 243 "--goma-dir", |
252 "[CACHE]/cipd/goma", | 244 "[ROOT]/b/build/slave/cache/cipd/goma", |
253 "--", | 245 "--", |
254 "All", | 246 "All", |
255 "chromium_builder_tests" | 247 "chromium_builder_tests" |
256 ], | 248 ], |
257 "cwd": "[SLAVE_BUILD]", | |
258 "env": { | 249 "env": { |
259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
260 }, | 251 }, |
261 "name": "compile", | 252 "name": "compile", |
262 "~followup_annotations": [ | 253 "~followup_annotations": [ |
263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
264 "@@@STEP_LOG_END@json.output (invalid)@@@" | 255 "@@@STEP_LOG_END@json.output (invalid)@@@" |
265 ] | 256 ] |
266 }, | 257 }, |
267 { | 258 { |
268 "cmd": [ | 259 "cmd": [ |
269 "python", | 260 "python", |
270 "-u", | 261 "-u", |
271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", |
272 "--target", | 263 "--target", |
273 "Release", | 264 "Release", |
274 "--factory-properties", | 265 "--factory-properties", |
275 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[
CACHE]/cipd/goma' target_arch=x64 use_goma=1\"}, \"gs_bucket\": \"gs://invalid\"
}", | 266 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[
ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1\"}, \"gs_bucket\
": \"gs://invalid\"}", |
276 "--build-properties", | 267 "--build-properties", |
277 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", | 268 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", |
278 "--mode", | 269 "--mode", |
279 "dev" | 270 "dev" |
280 ], | 271 ], |
281 "cwd": "[SLAVE_BUILD]", | |
282 "name": "archive_build" | 272 "name": "archive_build" |
283 }, | 273 }, |
284 { | 274 { |
285 "name": "$result", | 275 "name": "$result", |
286 "recipe_result": null, | 276 "recipe_result": null, |
287 "status_code": 0 | 277 "status_code": 0 |
288 } | 278 } |
289 ] | 279 ] |
OLD | NEW |