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