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