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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "CFI Linux CF", | 10 "CFI Linux CF", |
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 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [ | 100 "cmd": [ |
102 "python", | 101 "python", |
103 "-u", | 102 "-u", |
104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
105 "runhooks" | 104 "runhooks" |
106 ], | 105 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "env": { | 106 "env": { |
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
110 "GYP_CHROMIUM_NO_ACTION": "1", | 108 "GYP_CHROMIUM_NO_ACTION": "1", |
111 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6
4", | 109 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6
4", |
112 "GYP_LINK_CONCURRENCY": "8", | 110 "GYP_LINK_CONCURRENCY": "8", |
113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
114 }, | 112 }, |
115 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
116 }, | 114 }, |
117 { | 115 { |
118 "cmd": [ | 116 "cmd": [ |
119 "python", | 117 "python", |
120 "-u", | 118 "-u", |
121 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[CWD]/src/testing/scripts/get_compile_targets.py", |
122 "--output", | 120 "--output", |
123 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
124 "--", | 122 "--", |
125 "--build-config-fs", | 123 "--build-config-fs", |
126 "Release", | 124 "Release", |
127 "--paths", | 125 "--paths", |
128 "{\"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\"}", | 126 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
129 "--properties", | 127 "--properties", |
130 "{\"buildername\": \"CFI Linux CF\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu
x\"}" | 128 "{\"buildername\": \"CFI Linux CF\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu
x\"}" |
131 ], | 129 ], |
132 "cwd": "[SLAVE_BUILD]", | |
133 "name": "get compile targets for scripts", | 130 "name": "get compile targets for scripts", |
134 "~followup_annotations": [ | 131 "~followup_annotations": [ |
135 "@@@STEP_LOG_LINE@json.output@{}@@@", | 132 "@@@STEP_LOG_LINE@json.output@{}@@@", |
136 "@@@STEP_LOG_END@json.output@@@" | 133 "@@@STEP_LOG_END@json.output@@@" |
137 ] | 134 ] |
138 }, | 135 }, |
139 { | 136 { |
140 "cmd": [ | 137 "cmd": [ |
141 "python", | 138 "python", |
142 "-u", | 139 "-u", |
143 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
144 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 141 "[CWD]/src/testing/buildbot/chromium.fyi.json", |
145 "/path/to/tmp/json" | 142 "/path/to/tmp/json" |
146 ], | 143 ], |
147 "cwd": "[SLAVE_BUILD]", | |
148 "name": "read test spec", | 144 "name": "read test spec", |
149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
150 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 146 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", |
151 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
152 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
153 ] | 149 ] |
154 }, | 150 }, |
155 { | 151 { |
156 "cmd": [ | 152 "cmd": [ |
157 "python", | 153 "python", |
158 "-u", | 154 "-u", |
159 "[SLAVE_BUILD]/src/build/download_gold_plugin.py" | 155 "[CWD]/src/build/download_gold_plugin.py" |
160 ], | 156 ], |
161 "cwd": "[SLAVE_BUILD]", | |
162 "name": "download LTO plugin" | 157 "name": "download LTO plugin" |
163 }, | 158 }, |
164 { | 159 { |
165 "cmd": [ | 160 "cmd": [ |
166 "python", | 161 "python", |
167 "-u", | 162 "-u", |
168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 163 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
169 "--show-path", | 164 "--show-path", |
170 "python", | 165 "python", |
171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 166 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
172 ], | 167 ], |
173 "cwd": "[SLAVE_BUILD]", | |
174 "name": "cleanup_temp" | 168 "name": "cleanup_temp" |
175 }, | 169 }, |
176 { | 170 { |
177 "cmd": [], | 171 "cmd": [], |
178 "cwd": "[SLAVE_BUILD]", | |
179 "name": "ensure_goma" | 172 "name": "ensure_goma" |
180 }, | 173 }, |
181 { | 174 { |
182 "cmd": [ | 175 "cmd": [ |
183 "python", | 176 "python", |
184 "-u", | 177 "-u", |
185 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 178 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
186 "--platform", | 179 "--platform", |
187 "linux-amd64", | 180 "linux-amd64", |
188 "--dest-directory", | 181 "--dest-directory", |
189 "[SLAVE_BUILD]/cipd", | 182 "[CWD]/cipd", |
190 "--json-output", | 183 "--json-output", |
191 "/path/to/tmp/json" | 184 "/path/to/tmp/json" |
192 ], | 185 ], |
193 "cwd": "[SLAVE_BUILD]", | |
194 "name": "ensure_goma.install cipd", | 186 "name": "ensure_goma.install cipd", |
195 "~followup_annotations": [ | 187 "~followup_annotations": [ |
196 "@@@STEP_NEST_LEVEL@1@@@", | 188 "@@@STEP_NEST_LEVEL@1@@@", |
197 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 189 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
198 "@@@STEP_LOG_LINE@json.output@{@@@", | 190 "@@@STEP_LOG_LINE@json.output@{@@@", |
199 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
200 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
201 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
202 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
203 ] | 195 ] |
204 }, | 196 }, |
205 { | 197 { |
206 "cmd": [ | 198 "cmd": [ |
207 "[SLAVE_BUILD]/cipd/cipd", | 199 "fake_slave_build/cipd", |
208 "ensure", | 200 "ensure", |
209 "--root", | 201 "--root", |
210 "[CACHE]/cipd/goma", | 202 "[ROOT]/b/build/slave/cache/cipd/goma", |
211 "--list", | 203 "--list", |
212 "infra_internal/goma/client/linux-amd64 release", | 204 "infra_internal/goma/client/linux-amd64 release", |
213 "--json-output", | 205 "--json-output", |
214 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
215 "--service-account-json", | 207 "--service-account-json", |
216 "/creds/service_accounts/service-account-goma-client.json" | 208 "/creds/service_accounts/service-account-goma-client.json" |
217 ], | 209 ], |
218 "cwd": "[SLAVE_BUILD]", | |
219 "name": "ensure_goma.ensure_installed", | 210 "name": "ensure_goma.ensure_installed", |
220 "~followup_annotations": [ | 211 "~followup_annotations": [ |
221 "@@@STEP_NEST_LEVEL@1@@@", | 212 "@@@STEP_NEST_LEVEL@1@@@", |
222 "@@@STEP_LOG_LINE@json.output@{@@@", | 213 "@@@STEP_LOG_LINE@json.output@{@@@", |
223 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
224 "@@@STEP_LOG_LINE@json.output@ {@@@", | 215 "@@@STEP_LOG_LINE@json.output@ {@@@", |
225 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
226 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
227 "@@@STEP_LOG_LINE@json.output@ }@@@", | 218 "@@@STEP_LOG_LINE@json.output@ }@@@", |
228 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 219 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
229 "@@@STEP_LOG_LINE@json.output@}@@@", | 220 "@@@STEP_LOG_LINE@json.output@}@@@", |
230 "@@@STEP_LOG_END@json.output@@@" | 221 "@@@STEP_LOG_END@json.output@@@" |
231 ] | 222 ] |
232 }, | 223 }, |
233 { | 224 { |
234 "cmd": [ | 225 "cmd": [ |
235 "python", | 226 "python", |
236 "-u", | 227 "-u", |
237 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 228 "[CWD]/src/tools/mb/mb.py", |
238 "gen", | 229 "gen", |
239 "-m", | 230 "-m", |
240 "chromium.fyi", | 231 "chromium.fyi", |
241 "-b", | 232 "-b", |
242 "CFI Linux CF", | 233 "CFI Linux CF", |
243 "--config-file", | 234 "--config-file", |
244 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 235 "[CWD]/src/tools/mb/mb_config.pyl", |
245 "--goma-dir", | 236 "--goma-dir", |
246 "[CACHE]/cipd/goma", | 237 "[ROOT]/b/build/slave/cache/cipd/goma", |
247 "//out/Release" | 238 "//out/Release" |
248 ], | 239 ], |
249 "cwd": "[SLAVE_BUILD]", | |
250 "name": "generate_build_files" | 240 "name": "generate_build_files" |
251 }, | 241 }, |
252 { | 242 { |
253 "allow_subannotations": true, | 243 "allow_subannotations": true, |
254 "cmd": [ | 244 "cmd": [ |
255 "python", | 245 "python", |
256 "-u", | 246 "-u", |
257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
258 "--src-dir", | 248 "--src-dir", |
259 "[SLAVE_BUILD]/src", | 249 "[CWD]/src", |
260 "--output-json", | 250 "--output-json", |
261 "/path/to/tmp/json" | 251 "/path/to/tmp/json" |
262 ], | 252 ], |
263 "cwd": "[SLAVE_BUILD]", | |
264 "env": { | 253 "env": { |
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
266 }, | 255 }, |
267 "name": "clang_revision", | 256 "name": "clang_revision", |
268 "~followup_annotations": [ | 257 "~followup_annotations": [ |
269 "@@@STEP_LOG_LINE@json.output@{@@@", | 258 "@@@STEP_LOG_LINE@json.output@{@@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
271 "@@@STEP_LOG_LINE@json.output@}@@@", | 260 "@@@STEP_LOG_LINE@json.output@}@@@", |
272 "@@@STEP_LOG_END@json.output@@@" | 261 "@@@STEP_LOG_END@json.output@@@" |
273 ] | 262 ] |
274 }, | 263 }, |
275 { | 264 { |
276 "cmd": [ | 265 "cmd": [ |
277 "python", | 266 "python", |
278 "-u", | 267 "-u", |
279 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 268 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
280 "--show-path", | 269 "--show-path", |
281 "python", | 270 "python", |
282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
283 "--gsutil-py-path", | 272 "--gsutil-py-path", |
284 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 273 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
285 "--ninja-path", | 274 "--ninja-path", |
286 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 275 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
287 "--target", | 276 "--target", |
288 "Release", | 277 "Release", |
289 "--src-dir", | 278 "--src-dir", |
290 "[SLAVE_BUILD]/src", | 279 "[CWD]/src", |
291 "--goma-cache-dir", | 280 "--goma-cache-dir", |
292 "[GOMA_CACHE]", | 281 "[ROOT]/b/build/slave/goma_cache", |
293 "--build-tool", | 282 "--build-tool", |
294 "ninja", | 283 "ninja", |
295 "--build-data-dir", | 284 "--build-data-dir", |
296 "[ROOT]/build_data_dir", | 285 "[ROOT]/build_data_dir", |
297 "--compiler", | 286 "--compiler", |
298 "clang", | 287 "clang", |
299 "--goma-dir", | 288 "--goma-dir", |
300 "[CACHE]/cipd/goma", | 289 "[ROOT]/b/build/slave/cache/cipd/goma", |
301 "--", | 290 "--", |
302 "All" | 291 "All" |
303 ], | 292 ], |
304 "cwd": "[SLAVE_BUILD]", | |
305 "env": { | 293 "env": { |
306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
307 }, | 295 }, |
308 "name": "compile" | 296 "name": "compile" |
309 }, | 297 }, |
310 { | 298 { |
311 "allow_subannotations": true, | 299 "allow_subannotations": true, |
312 "cmd": [ | 300 "cmd": [ |
313 "python", | 301 "python", |
314 "-u", | 302 "-u", |
315 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
316 "--show-path", | 304 "--show-path", |
317 "python", | 305 "python", |
318 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
319 "--target", | 307 "--target", |
320 "Release", | 308 "Release", |
321 "--build-url", | 309 "--build-url", |
322 "gs://chromium-fyi-archive/chromium.fyi/CFI Linux CF", | 310 "gs://chromium-fyi-archive/chromium.fyi/CFI Linux CF", |
323 "--build_revision", | 311 "--build_revision", |
324 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 312 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
325 "--factory-properties", | 313 "--factory-properties", |
326 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"CFI Linux CF\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", | 314 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"CFI Linux CF\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", |
327 "--build-properties", | 315 "--build-properties", |
328 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"CFI Linux CF\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 316 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"CFI Linux CF\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
329 ], | 317 ], |
330 "cwd": "[SLAVE_BUILD]", | |
331 "name": "package build" | 318 "name": "package build" |
332 }, | 319 }, |
333 { | 320 { |
334 "name": "$result", | 321 "name": "$result", |
335 "recipe_result": null, | 322 "recipe_result": null, |
336 "status_code": 0 | 323 "status_code": 0 |
337 } | 324 } |
338 ] | 325 ] |
OLD | NEW |