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.webrtc", | 8 "chromium.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder", | 10 "Linux Builder", |
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/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
109 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 110 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
111 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 113 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
113 ] | 114 ] |
114 }, | 115 }, |
115 { | 116 { |
116 "cmd": [], | 117 "cmd": [], |
| 118 "cwd": "[SLAVE_BUILD]", |
117 "name": "ensure_goma" | 119 "name": "ensure_goma" |
118 }, | 120 }, |
119 { | 121 { |
120 "cmd": [ | 122 "cmd": [ |
121 "python", | 123 "python", |
122 "-u", | 124 "-u", |
123 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
124 "--platform", | 126 "--platform", |
125 "linux-amd64", | 127 "linux-amd64", |
126 "--dest-directory", | 128 "--dest-directory", |
127 "[CWD]/cipd", | 129 "[SLAVE_BUILD]/cipd", |
128 "--json-output", | 130 "--json-output", |
129 "/path/to/tmp/json" | 131 "/path/to/tmp/json" |
130 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
131 "name": "ensure_goma.install cipd", | 134 "name": "ensure_goma.install cipd", |
132 "~followup_annotations": [ | 135 "~followup_annotations": [ |
133 "@@@STEP_NEST_LEVEL@1@@@", | 136 "@@@STEP_NEST_LEVEL@1@@@", |
134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 137 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
135 "@@@STEP_LOG_LINE@json.output@{@@@", | 138 "@@@STEP_LOG_LINE@json.output@{@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
138 "@@@STEP_LOG_LINE@json.output@}@@@", | 141 "@@@STEP_LOG_LINE@json.output@}@@@", |
139 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
140 ] | 143 ] |
141 }, | 144 }, |
142 { | 145 { |
143 "cmd": [ | 146 "cmd": [ |
144 "fake_slave_build/cipd", | 147 "[SLAVE_BUILD]/cipd/cipd", |
145 "ensure", | 148 "ensure", |
146 "--root", | 149 "--root", |
147 "[ROOT]/b/build/slave/cache/cipd/goma", | 150 "[CACHE]/cipd/goma", |
148 "--list", | 151 "--list", |
149 "infra_internal/goma/client/linux-amd64 release", | 152 "infra_internal/goma/client/linux-amd64 release", |
150 "--json-output", | 153 "--json-output", |
151 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
152 "--service-account-json", | 155 "--service-account-json", |
153 "/creds/service_accounts/service-account-goma-client.json" | 156 "/creds/service_accounts/service-account-goma-client.json" |
154 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
155 "name": "ensure_goma.ensure_installed", | 159 "name": "ensure_goma.ensure_installed", |
156 "~followup_annotations": [ | 160 "~followup_annotations": [ |
157 "@@@STEP_NEST_LEVEL@1@@@", | 161 "@@@STEP_NEST_LEVEL@1@@@", |
158 "@@@STEP_LOG_LINE@json.output@{@@@", | 162 "@@@STEP_LOG_LINE@json.output@{@@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
160 "@@@STEP_LOG_LINE@json.output@ {@@@", | 164 "@@@STEP_LOG_LINE@json.output@ {@@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
163 "@@@STEP_LOG_LINE@json.output@ }@@@", | 167 "@@@STEP_LOG_LINE@json.output@ }@@@", |
164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 168 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
165 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
166 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
167 ] | 171 ] |
168 }, | 172 }, |
169 { | 173 { |
170 "cmd": [ | 174 "cmd": [ |
171 "python", | 175 "python", |
172 "-u", | 176 "-u", |
173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
174 "runhooks" | 178 "runhooks" |
175 ], | 179 ], |
| 180 "cwd": "[SLAVE_BUILD]", |
176 "env": { | 181 "env": { |
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
178 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_
always_on=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma
' proprietary_codecs=1 target_arch=x64 use_goma=1", | 183 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_
always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codec
s=1 target_arch=x64 use_goma=1", |
179 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 184 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
180 }, | 185 }, |
181 "name": "gclient runhooks" | 186 "name": "gclient runhooks" |
182 }, | 187 }, |
183 { | 188 { |
184 "cmd": [ | 189 "cmd": [ |
185 "python", | 190 "python", |
186 "-u", | 191 "-u", |
187 "[CWD]/src/testing/scripts/get_compile_targets.py", | 192 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
188 "--output", | 193 "--output", |
189 "/path/to/tmp/json", | 194 "/path/to/tmp/json", |
190 "--", | 195 "--", |
191 "--build-config-fs", | 196 "--build-config-fs", |
192 "Release", | 197 "Release", |
193 "--paths", | 198 "--paths", |
194 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 199 "{\"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\"}", |
195 "--properties", | 200 "--properties", |
196 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.webrtc\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
linux\"}" | 201 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.webrtc\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
linux\"}" |
197 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
198 "name": "get compile targets for scripts", | 204 "name": "get compile targets for scripts", |
199 "~followup_annotations": [ | 205 "~followup_annotations": [ |
200 "@@@STEP_LOG_LINE@json.output@{}@@@", | 206 "@@@STEP_LOG_LINE@json.output@{}@@@", |
201 "@@@STEP_LOG_END@json.output@@@" | 207 "@@@STEP_LOG_END@json.output@@@" |
202 ] | 208 ] |
203 }, | 209 }, |
204 { | 210 { |
205 "cmd": [ | 211 "cmd": [ |
206 "python", | 212 "python", |
207 "-u", | 213 "-u", |
208 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
209 "[CWD]/src/testing/buildbot/chromium.webrtc.json", | 215 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.json", |
210 "/path/to/tmp/json" | 216 "/path/to/tmp/json" |
211 ], | 217 ], |
| 218 "cwd": "[SLAVE_BUILD]", |
212 "name": "read test spec", | 219 "name": "read test spec", |
213 "~followup_annotations": [ | 220 "~followup_annotations": [ |
214 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webrtc.json@@@", | 221 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.jso
n@@@", |
215 "@@@STEP_LOG_LINE@json.output@{}@@@", | 222 "@@@STEP_LOG_LINE@json.output@{}@@@", |
216 "@@@STEP_LOG_END@json.output@@@" | 223 "@@@STEP_LOG_END@json.output@@@" |
217 ] | 224 ] |
218 }, | 225 }, |
219 { | 226 { |
220 "cmd": [ | 227 "cmd": [ |
221 "python", | 228 "python", |
222 "-u", | 229 "-u", |
223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 230 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
224 "--show-path", | 231 "--show-path", |
225 "python", | 232 "python", |
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
227 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
228 "name": "cleanup_temp" | 236 "name": "cleanup_temp" |
229 }, | 237 }, |
230 { | 238 { |
231 "cmd": [ | 239 "cmd": [ |
232 "python", | 240 "python", |
233 "-u", | 241 "-u", |
234 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
235 "--show-path", | 243 "--show-path", |
236 "python", | 244 "python", |
237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
238 "--gsutil-py-path", | 246 "--gsutil-py-path", |
239 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 247 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
240 "--ninja-path", | 248 "--ninja-path", |
241 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
242 "--target", | 250 "--target", |
243 "Release", | 251 "Release", |
244 "--src-dir", | 252 "--src-dir", |
245 "[CWD]/src", | 253 "[SLAVE_BUILD]/src", |
246 "--goma-cache-dir", | 254 "--goma-cache-dir", |
247 "[ROOT]/b/build/slave/goma_cache", | 255 "[GOMA_CACHE]", |
248 "--build-tool", | 256 "--build-tool", |
249 "ninja", | 257 "ninja", |
250 "--build-data-dir", | 258 "--build-data-dir", |
251 "[ROOT]/build_data_dir", | 259 "[ROOT]/build_data_dir", |
252 "--compiler", | 260 "--compiler", |
253 "goma", | 261 "goma", |
254 "--goma-jsonstatus", | 262 "--goma-jsonstatus", |
255 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
256 "--goma-service-account-json-file", | 264 "--goma-service-account-json-file", |
257 "/creds/service_accounts/service-account-goma-client.json", | 265 "/creds/service_accounts/service-account-goma-client.json", |
258 "--goma-dir", | 266 "--goma-dir", |
259 "[ROOT]/b/build/slave/cache/cipd/goma", | 267 "[CACHE]/cipd/goma", |
260 "--", | 268 "--", |
261 "browser_tests", | 269 "browser_tests", |
262 "chromium_builder_webrtc", | 270 "chromium_builder_webrtc", |
263 "content_browsertests", | 271 "content_browsertests", |
264 "content_unittests", | 272 "content_unittests", |
265 "media_unittests", | 273 "media_unittests", |
266 "remoting_unittests" | 274 "remoting_unittests" |
267 ], | 275 ], |
| 276 "cwd": "[SLAVE_BUILD]", |
268 "env": { | 277 "env": { |
269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
270 }, | 279 }, |
271 "name": "compile", | 280 "name": "compile", |
272 "~followup_annotations": [ | 281 "~followup_annotations": [ |
273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
274 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
275 ] | 284 ] |
276 }, | 285 }, |
277 { | 286 { |
278 "allow_subannotations": true, | 287 "allow_subannotations": true, |
279 "cmd": [ | 288 "cmd": [ |
280 "python", | 289 "python", |
281 "-u", | 290 "-u", |
282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
283 "--show-path", | 292 "--show-path", |
284 "python", | 293 "python", |
285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
286 "--target", | 295 "--target", |
287 "Release", | 296 "Release", |
288 "--build-url", | 297 "--build-url", |
289 "gs://chromium-webrtc/chromium.webrtc/Linux Builder", | 298 "gs://chromium-webrtc/chromium.webrtc/Linux Builder", |
290 "--build_revision", | 299 "--build_revision", |
291 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 300 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
292 "--factory-properties", | 301 "--factory-properties", |
293 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildername
\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 302 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildername
\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
294 "--build-properties", | 303 "--build-properties", |
295 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildername
\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}" | 304 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildername
\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}" |
296 ], | 305 ], |
| 306 "cwd": "[SLAVE_BUILD]", |
297 "name": "package build" | 307 "name": "package build" |
298 }, | 308 }, |
299 { | 309 { |
300 "cmd": [], | 310 "cmd": [], |
| 311 "cwd": "[SLAVE_BUILD]", |
301 "name": "trigger", | 312 "name": "trigger", |
302 "trigger_specs": [ | 313 "trigger_specs": [ |
303 { | 314 { |
304 "builder_name": "Linux Tester", | 315 "builder_name": "Linux Tester", |
305 "properties": { | 316 "properties": { |
306 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 317 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
307 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 318 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
308 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", | 319 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", |
309 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", | 320 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", |
310 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", | 321 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", |
(...skipping 14 matching lines...) Expand all Loading... |
325 "~followup_annotations": [ | 336 "~followup_annotations": [ |
326 "@@@STEP_TEXT@Linux Tester@@@" | 337 "@@@STEP_TEXT@Linux Tester@@@" |
327 ] | 338 ] |
328 }, | 339 }, |
329 { | 340 { |
330 "name": "$result", | 341 "name": "$result", |
331 "recipe_result": null, | 342 "recipe_result": null, |
332 "status_code": 0 | 343 "status_code": 0 |
333 } | 344 } |
334 ] | 345 ] |
OLD | NEW |