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