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 "ClangToTMac", | 10 "ClangToTMac", |
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
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 "[CWD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
104 "--version" | 105 "--version" |
105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
106 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
107 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
108 "~followup_annotations": [ | 110 "~followup_annotations": [ |
109 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
110 ] | 112 ] |
111 }, | 113 }, |
112 { | 114 { |
113 "cmd": [ | 115 "cmd": [ |
114 "python", | 116 "python", |
115 "-u", | 117 "-u", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
117 "runhooks" | 119 "runhooks" |
118 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
119 "env": { | 122 "env": { |
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
121 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", | 124 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", |
122 "LLVM_FORCE_HEAD_REVISION": "YES", | 125 "LLVM_FORCE_HEAD_REVISION": "YES", |
123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
124 }, | 127 }, |
125 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
126 }, | 129 }, |
127 { | 130 { |
128 "cmd": [ | 131 "cmd": [ |
129 "python", | 132 "python", |
130 "-u", | 133 "-u", |
131 "[CWD]/src/testing/scripts/get_compile_targets.py", | 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
132 "--output", | 135 "--output", |
133 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
134 "--", | 137 "--", |
135 "--build-config-fs", | 138 "--build-config-fs", |
136 "Release", | 139 "Release", |
137 "--paths", | 140 "--paths", |
138 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 141 "{\"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\"}", |
139 "--properties", | 142 "--properties", |
140 "{\"buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"
}" | 143 "{\"buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"
}" |
141 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
142 "name": "get compile targets for scripts", | 146 "name": "get compile targets for scripts", |
143 "~followup_annotations": [ | 147 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@json.output@{}@@@", | 148 "@@@STEP_LOG_LINE@json.output@{}@@@", |
145 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
146 ] | 150 ] |
147 }, | 151 }, |
148 { | 152 { |
149 "cmd": [ | 153 "cmd": [ |
150 "python", | 154 "python", |
151 "-u", | 155 "-u", |
152 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 156 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
153 "[CWD]/src/testing/buildbot/chromium.fyi.json", | 157 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
154 "/path/to/tmp/json" | 158 "/path/to/tmp/json" |
155 ], | 159 ], |
| 160 "cwd": "[SLAVE_BUILD]", |
156 "name": "read test spec", | 161 "name": "read test spec", |
157 "~followup_annotations": [ | 162 "~followup_annotations": [ |
158 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", | 163 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
159 "@@@STEP_LOG_LINE@json.output@{@@@", | 164 "@@@STEP_LOG_LINE@json.output@{@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
162 "@@@STEP_LOG_LINE@json.output@ {@@@", | 167 "@@@STEP_LOG_LINE@json.output@ {@@@", |
163 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
164 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
165 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
166 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
167 "@@@STEP_LOG_LINE@json.output@ }@@@", | 172 "@@@STEP_LOG_LINE@json.output@ }@@@", |
168 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 173 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
169 "@@@STEP_LOG_LINE@json.output@ }@@@", | 174 "@@@STEP_LOG_LINE@json.output@ }@@@", |
170 "@@@STEP_LOG_LINE@json.output@}@@@", | 175 "@@@STEP_LOG_LINE@json.output@}@@@", |
171 "@@@STEP_LOG_END@json.output@@@" | 176 "@@@STEP_LOG_END@json.output@@@" |
172 ] | 177 ] |
173 }, | 178 }, |
174 { | 179 { |
175 "cmd": [ | 180 "cmd": [ |
176 "python", | 181 "python", |
177 "-u", | 182 "-u", |
178 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 183 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
179 "--show-path", | 184 "--show-path", |
180 "python", | 185 "python", |
181 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 186 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
182 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
183 "name": "cleanup_temp" | 189 "name": "cleanup_temp" |
184 }, | 190 }, |
185 { | 191 { |
186 "cmd": [ | 192 "cmd": [ |
187 "python", | 193 "python", |
188 "-u", | 194 "-u", |
189 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 195 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
190 "--build-dir", | 196 "--build-dir", |
191 "[CWD]/src/out/Release", | 197 "[SLAVE_BUILD]/src/out/Release", |
192 "--clean-isolated-files" | 198 "--clean-isolated-files" |
193 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]", |
194 "name": "clean isolated files" | 201 "name": "clean isolated files" |
195 }, | 202 }, |
196 { | 203 { |
197 "allow_subannotations": true, | 204 "allow_subannotations": true, |
198 "cmd": [ | 205 "cmd": [ |
199 "python", | 206 "python", |
200 "-u", | 207 "-u", |
201 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
202 "--src-dir", | 209 "--src-dir", |
203 "[CWD]/src", | 210 "[SLAVE_BUILD]/src", |
204 "--output-json", | 211 "--output-json", |
205 "/path/to/tmp/json" | 212 "/path/to/tmp/json" |
206 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
207 "env": { | 215 "env": { |
208 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
209 "LLVM_FORCE_HEAD_REVISION": "YES" | 217 "LLVM_FORCE_HEAD_REVISION": "YES" |
210 }, | 218 }, |
211 "name": "clang_revision", | 219 "name": "clang_revision", |
212 "~followup_annotations": [ | 220 "~followup_annotations": [ |
213 "@@@STEP_LOG_LINE@json.output@{@@@", | 221 "@@@STEP_LOG_LINE@json.output@{@@@", |
214 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
215 "@@@STEP_LOG_LINE@json.output@}@@@", | 223 "@@@STEP_LOG_LINE@json.output@}@@@", |
216 "@@@STEP_LOG_END@json.output@@@" | 224 "@@@STEP_LOG_END@json.output@@@" |
217 ] | 225 ] |
218 }, | 226 }, |
219 { | 227 { |
220 "cmd": [ | 228 "cmd": [ |
221 "python", | 229 "python", |
222 "-u", | 230 "-u", |
223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 231 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
224 "--show-path", | 232 "--show-path", |
225 "python", | 233 "python", |
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
227 "--gsutil-py-path", | 235 "--gsutil-py-path", |
228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 236 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
229 "--ninja-path", | 237 "--ninja-path", |
230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 238 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
231 "--target", | 239 "--target", |
232 "Release", | 240 "Release", |
233 "--src-dir", | 241 "--src-dir", |
234 "[CWD]/src", | 242 "[SLAVE_BUILD]/src", |
235 "--goma-cache-dir", | 243 "--goma-cache-dir", |
236 "[ROOT]/b/build/slave/goma_cache", | 244 "[GOMA_CACHE]", |
237 "--build-tool", | 245 "--build-tool", |
238 "ninja", | 246 "ninja", |
239 "--build-data-dir", | 247 "--build-data-dir", |
240 "[ROOT]/build_data_dir", | 248 "[ROOT]/build_data_dir", |
241 "--compiler", | 249 "--compiler", |
242 "clang", | 250 "clang", |
243 "--", | 251 "--", |
244 "all" | 252 "all" |
245 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
246 "env": { | 255 "env": { |
247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
248 "LLVM_FORCE_HEAD_REVISION": "YES" | 257 "LLVM_FORCE_HEAD_REVISION": "YES" |
249 }, | 258 }, |
250 "name": "compile" | 259 "name": "compile" |
251 }, | 260 }, |
252 { | 261 { |
253 "cmd": [ | 262 "cmd": [ |
254 "python", | 263 "python", |
255 "-u", | 264 "-u", |
256 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 265 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
257 "--build-dir", | 266 "--build-dir", |
258 "[CWD]/src/out/Release", | 267 "[SLAVE_BUILD]/src/out/Release", |
259 "--src-dir", | 268 "--src-dir", |
260 "[CWD]/src" | 269 "[SLAVE_BUILD]/src" |
261 ], | 270 ], |
262 "cwd": "[CWD]", | 271 "cwd": "[SLAVE_BUILD]", |
263 "name": "remove_build_metadata" | 272 "name": "remove_build_metadata" |
264 }, | 273 }, |
265 { | 274 { |
266 "cmd": [ | 275 "cmd": [ |
267 "python", | 276 "python", |
268 "-u", | 277 "-u", |
269 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 278 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
270 "[CWD]/src/tools/swarming_client", | 279 "[SLAVE_BUILD]/src/tools/swarming_client", |
271 "batcharchive", | 280 "batcharchive", |
272 "--dump-json", | 281 "--dump-json", |
273 "/path/to/tmp/json", | 282 "/path/to/tmp/json", |
274 "--isolate-server", | 283 "--isolate-server", |
275 "https://isolateserver.appspot.com", | 284 "https://isolateserver.appspot.com", |
276 "--verbose", | 285 "--verbose", |
277 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" | 286 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
278 ], | 287 ], |
| 288 "cwd": "[SLAVE_BUILD]", |
279 "name": "isolate tests", | 289 "name": "isolate tests", |
280 "~followup_annotations": [ | 290 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@json.output@{@@@", | 291 "@@@STEP_LOG_LINE@json.output@{@@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
283 "@@@STEP_LOG_LINE@json.output@}@@@", | 293 "@@@STEP_LOG_LINE@json.output@}@@@", |
284 "@@@STEP_LOG_END@json.output@@@" | 294 "@@@STEP_LOG_END@json.output@@@" |
285 ] | 295 ] |
286 }, | 296 }, |
287 { | 297 { |
288 "allow_subannotations": true, | 298 "allow_subannotations": true, |
289 "cmd": [ | 299 "cmd": [ |
290 "python", | 300 "python", |
291 "-u", | 301 "-u", |
292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
293 "--show-path", | 303 "--show-path", |
294 "python", | 304 "python", |
295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
296 "--target", | 306 "--target", |
297 "Release", | 307 "Release", |
298 "--build-url", | 308 "--build-url", |
299 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac", | 309 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac", |
300 "--build_revision", | 310 "--build_revision", |
301 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 311 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
302 "--factory-properties", | 312 "--factory-properties", |
303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \
"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n
ull, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}", | 313 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \
"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n
ull, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}", |
304 "--build-properties", | 314 "--build-properties", |
305 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \
"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n
ull, \"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\": \"ClangToTMac\", \
"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n
ull, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}" |
306 ], | 316 ], |
| 317 "cwd": "[SLAVE_BUILD]", |
307 "name": "package build" | 318 "name": "package build" |
308 }, | 319 }, |
309 { | 320 { |
310 "cmd": [], | 321 "cmd": [], |
| 322 "cwd": "[SLAVE_BUILD]", |
311 "name": "trigger", | 323 "name": "trigger", |
312 "trigger_specs": [ | 324 "trigger_specs": [ |
313 { | 325 { |
314 "builder_name": "ClangToTMac tester", | 326 "builder_name": "ClangToTMac tester", |
315 "properties": { | 327 "properties": { |
316 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 328 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
317 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 329 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
318 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 330 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
319 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 331 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
320 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 332 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 "--results-url=https://chromeperf.appspot.com", | 366 "--results-url=https://chromeperf.appspot.com", |
355 "--perf-dashboard-id=sizes", | 367 "--perf-dashboard-id=sizes", |
356 "--perf-id=ClangToTMac", | 368 "--perf-id=ClangToTMac", |
357 "--perf-config={'r_clang_rev': '123456'}", | 369 "--perf-config={'r_clang_rev': '123456'}", |
358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
359 "--target", | 371 "--target", |
360 "Release", | 372 "Release", |
361 "--platform", | 373 "--platform", |
362 "mac" | 374 "mac" |
363 ], | 375 ], |
| 376 "cwd": "[SLAVE_BUILD]", |
364 "name": "sizes" | 377 "name": "sizes" |
365 }, | 378 }, |
366 { | 379 { |
367 "name": "$result", | 380 "name": "$result", |
368 "recipe_result": null, | 381 "recipe_result": null, |
369 "status_code": 0 | 382 "status_code": 0 |
370 } | 383 } |
371 ] | 384 ] |
OLD | NEW |