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 "ClangToTLinuxUBSanVptr", | 10 "ClangToTLinuxUBSanVptr", |
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
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 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 103 "[CWD]/src/tools/swarming_client/swarming.py", |
105 "--version" | 104 "--version" |
106 ], | 105 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "swarming.py --version", | 106 "name": "swarming.py --version", |
109 "stdout": "/path/to/tmp/", | 107 "stdout": "/path/to/tmp/", |
110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
111 "@@@STEP_TEXT@0.4.10@@@" | 109 "@@@STEP_TEXT@0.4.10@@@" |
112 ] | 110 ] |
113 }, | 111 }, |
114 { | 112 { |
115 "cmd": [ | 113 "cmd": [ |
116 "python", | 114 "python", |
117 "-u", | 115 "-u", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
119 "runhooks" | 117 "runhooks" |
120 ], | 118 ], |
121 "cwd": "[SLAVE_BUILD]", | |
122 "env": { | 119 "env": { |
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
124 "GYP_CHROMIUM_NO_ACTION": "1", | 121 "GYP_CHROMIUM_NO_ACTION": "1", |
125 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=static_librar
y release_extra_cflags=-fno-sanitize-recover=undefined sanitizer_coverage=edge t
arget_arch=x64 test_isolation_mode=prepare ubsan_vptr=1", | 122 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=static_librar
y release_extra_cflags=-fno-sanitize-recover=undefined sanitizer_coverage=edge t
arget_arch=x64 test_isolation_mode=prepare ubsan_vptr=1", |
126 "LLVM_FORCE_HEAD_REVISION": "YES", | 123 "LLVM_FORCE_HEAD_REVISION": "YES", |
127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
128 }, | 125 }, |
129 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
130 }, | 127 }, |
131 { | 128 { |
132 "cmd": [ | 129 "cmd": [ |
133 "python", | 130 "python", |
134 "-u", | 131 "-u", |
135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 132 "[CWD]/src/testing/scripts/get_compile_targets.py", |
136 "--output", | 133 "--output", |
137 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
138 "--", | 135 "--", |
139 "--build-config-fs", | 136 "--build-config-fs", |
140 "Release", | 137 "Release", |
141 "--paths", | 138 "--paths", |
142 "{\"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 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
143 "--properties", | 140 "--properties", |
144 "{\"buildername\": \"ClangToTLinuxUBSanVptr\", \"buildnumber\": 571, \"mas
tername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" | 141 "{\"buildername\": \"ClangToTLinuxUBSanVptr\", \"buildnumber\": 571, \"mas
tername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" |
145 ], | 142 ], |
146 "cwd": "[SLAVE_BUILD]", | |
147 "name": "get compile targets for scripts", | 143 "name": "get compile targets for scripts", |
148 "~followup_annotations": [ | 144 "~followup_annotations": [ |
149 "@@@STEP_LOG_LINE@json.output@{}@@@", | 145 "@@@STEP_LOG_LINE@json.output@{}@@@", |
150 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
151 ] | 147 ] |
152 }, | 148 }, |
153 { | 149 { |
154 "cmd": [ | 150 "cmd": [ |
155 "python", | 151 "python", |
156 "-u", | 152 "-u", |
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
158 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 154 "[CWD]/src/testing/buildbot/chromium.fyi.json", |
159 "/path/to/tmp/json" | 155 "/path/to/tmp/json" |
160 ], | 156 ], |
161 "cwd": "[SLAVE_BUILD]", | |
162 "name": "read test spec", | 157 "name": "read test spec", |
163 "~followup_annotations": [ | 158 "~followup_annotations": [ |
164 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 159 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", |
165 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
166 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinuxUBSanVptr tester\": {@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinuxUBSanVptr tester\": {@@@", |
167 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
168 "@@@STEP_LOG_LINE@json.output@ {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ {@@@", |
169 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
170 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
171 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 166 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
172 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
173 "@@@STEP_LOG_LINE@json.output@ }@@@", | 168 "@@@STEP_LOG_LINE@json.output@ }@@@", |
174 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 169 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
175 "@@@STEP_LOG_LINE@json.output@ }@@@", | 170 "@@@STEP_LOG_LINE@json.output@ }@@@", |
176 "@@@STEP_LOG_LINE@json.output@}@@@", | 171 "@@@STEP_LOG_LINE@json.output@}@@@", |
177 "@@@STEP_LOG_END@json.output@@@" | 172 "@@@STEP_LOG_END@json.output@@@" |
178 ] | 173 ] |
179 }, | 174 }, |
180 { | 175 { |
181 "cmd": [ | 176 "cmd": [ |
182 "python", | 177 "python", |
183 "-u", | 178 "-u", |
184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 179 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
185 "--show-path", | 180 "--show-path", |
186 "python", | 181 "python", |
187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 182 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
188 ], | 183 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "name": "cleanup_temp" | 184 "name": "cleanup_temp" |
191 }, | 185 }, |
192 { | 186 { |
193 "cmd": [ | 187 "cmd": [ |
194 "python", | 188 "python", |
195 "-u", | 189 "-u", |
196 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 190 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
197 "--build-dir", | 191 "--build-dir", |
198 "[SLAVE_BUILD]/src/out/Release", | 192 "[CWD]/src/out/Release", |
199 "--clean-isolated-files" | 193 "--clean-isolated-files" |
200 ], | 194 ], |
201 "cwd": "[SLAVE_BUILD]", | |
202 "name": "clean isolated files" | 195 "name": "clean isolated files" |
203 }, | 196 }, |
204 { | 197 { |
205 "cmd": [], | 198 "cmd": [], |
206 "cwd": "[SLAVE_BUILD]", | |
207 "name": "ensure_goma" | 199 "name": "ensure_goma" |
208 }, | 200 }, |
209 { | 201 { |
210 "cmd": [ | 202 "cmd": [ |
211 "python", | 203 "python", |
212 "-u", | 204 "-u", |
213 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 205 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
214 "--platform", | 206 "--platform", |
215 "linux-amd64", | 207 "linux-amd64", |
216 "--dest-directory", | 208 "--dest-directory", |
217 "[SLAVE_BUILD]/cipd", | 209 "[CWD]/cipd", |
218 "--json-output", | 210 "--json-output", |
219 "/path/to/tmp/json" | 211 "/path/to/tmp/json" |
220 ], | 212 ], |
221 "cwd": "[SLAVE_BUILD]", | |
222 "name": "ensure_goma.install cipd", | 213 "name": "ensure_goma.install cipd", |
223 "~followup_annotations": [ | 214 "~followup_annotations": [ |
224 "@@@STEP_NEST_LEVEL@1@@@", | 215 "@@@STEP_NEST_LEVEL@1@@@", |
225 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 216 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
226 "@@@STEP_LOG_LINE@json.output@{@@@", | 217 "@@@STEP_LOG_LINE@json.output@{@@@", |
227 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
228 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
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 "[SLAVE_BUILD]/cipd/cipd", | 226 "fake_slave_build/cipd", |
236 "ensure", | 227 "ensure", |
237 "--root", | 228 "--root", |
238 "[CACHE]/cipd/goma", | 229 "[ROOT]/b/build/slave/cache/cipd/goma", |
239 "--list", | 230 "--list", |
240 "infra_internal/goma/client/linux-amd64 release", | 231 "infra_internal/goma/client/linux-amd64 release", |
241 "--json-output", | 232 "--json-output", |
242 "/path/to/tmp/json", | 233 "/path/to/tmp/json", |
243 "--service-account-json", | 234 "--service-account-json", |
244 "/creds/service_accounts/service-account-goma-client.json" | 235 "/creds/service_accounts/service-account-goma-client.json" |
245 ], | 236 ], |
246 "cwd": "[SLAVE_BUILD]", | |
247 "name": "ensure_goma.ensure_installed", | 237 "name": "ensure_goma.ensure_installed", |
248 "~followup_annotations": [ | 238 "~followup_annotations": [ |
249 "@@@STEP_NEST_LEVEL@1@@@", | 239 "@@@STEP_NEST_LEVEL@1@@@", |
250 "@@@STEP_LOG_LINE@json.output@{@@@", | 240 "@@@STEP_LOG_LINE@json.output@{@@@", |
251 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
252 "@@@STEP_LOG_LINE@json.output@ {@@@", | 242 "@@@STEP_LOG_LINE@json.output@ {@@@", |
253 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
254 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
255 "@@@STEP_LOG_LINE@json.output@ }@@@", | 245 "@@@STEP_LOG_LINE@json.output@ }@@@", |
256 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 246 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
257 "@@@STEP_LOG_LINE@json.output@}@@@", | 247 "@@@STEP_LOG_LINE@json.output@}@@@", |
258 "@@@STEP_LOG_END@json.output@@@" | 248 "@@@STEP_LOG_END@json.output@@@" |
259 ] | 249 ] |
260 }, | 250 }, |
261 { | 251 { |
262 "cmd": [ | 252 "cmd": [ |
263 "python", | 253 "python", |
264 "-u", | 254 "-u", |
265 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 255 "[CWD]/src/tools/mb/mb.py", |
266 "gen", | 256 "gen", |
267 "-m", | 257 "-m", |
268 "chromium.fyi", | 258 "chromium.fyi", |
269 "-b", | 259 "-b", |
270 "ClangToTLinuxUBSanVptr", | 260 "ClangToTLinuxUBSanVptr", |
271 "--config-file", | 261 "--config-file", |
272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 262 "[CWD]/src/tools/mb/mb_config.pyl", |
273 "--goma-dir", | 263 "--goma-dir", |
274 "[CACHE]/cipd/goma", | 264 "[ROOT]/b/build/slave/cache/cipd/goma", |
275 "--swarming-targets-file", | 265 "--swarming-targets-file", |
276 "browser_tests\n", | 266 "browser_tests\n", |
277 "//out/Release" | 267 "//out/Release" |
278 ], | 268 ], |
279 "cwd": "[SLAVE_BUILD]", | |
280 "name": "generate_build_files", | 269 "name": "generate_build_files", |
281 "~followup_annotations": [ | 270 "~followup_annotations": [ |
282 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 271 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
283 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 272 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
284 ] | 273 ] |
285 }, | 274 }, |
286 { | 275 { |
287 "allow_subannotations": true, | 276 "allow_subannotations": true, |
288 "cmd": [ | 277 "cmd": [ |
289 "python", | 278 "python", |
290 "-u", | 279 "-u", |
291 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 280 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
292 "--src-dir", | 281 "--src-dir", |
293 "[SLAVE_BUILD]/src", | 282 "[CWD]/src", |
294 "--output-json", | 283 "--output-json", |
295 "/path/to/tmp/json" | 284 "/path/to/tmp/json" |
296 ], | 285 ], |
297 "cwd": "[SLAVE_BUILD]", | |
298 "env": { | 286 "env": { |
299 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
300 "LLVM_FORCE_HEAD_REVISION": "YES" | 288 "LLVM_FORCE_HEAD_REVISION": "YES" |
301 }, | 289 }, |
302 "name": "clang_revision", | 290 "name": "clang_revision", |
303 "~followup_annotations": [ | 291 "~followup_annotations": [ |
304 "@@@STEP_LOG_LINE@json.output@{@@@", | 292 "@@@STEP_LOG_LINE@json.output@{@@@", |
305 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
306 "@@@STEP_LOG_LINE@json.output@}@@@", | 294 "@@@STEP_LOG_LINE@json.output@}@@@", |
307 "@@@STEP_LOG_END@json.output@@@" | 295 "@@@STEP_LOG_END@json.output@@@" |
308 ] | 296 ] |
309 }, | 297 }, |
310 { | 298 { |
311 "cmd": [ | 299 "cmd": [ |
312 "python", | 300 "python", |
313 "-u", | 301 "-u", |
314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
315 "--show-path", | 303 "--show-path", |
316 "python", | 304 "python", |
317 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
318 "--gsutil-py-path", | 306 "--gsutil-py-path", |
319 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
320 "--ninja-path", | 308 "--ninja-path", |
321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
322 "--target", | 310 "--target", |
323 "Release", | 311 "Release", |
324 "--src-dir", | 312 "--src-dir", |
325 "[SLAVE_BUILD]/src", | 313 "[CWD]/src", |
326 "--goma-cache-dir", | 314 "--goma-cache-dir", |
327 "[GOMA_CACHE]", | 315 "[ROOT]/b/build/slave/goma_cache", |
328 "--build-tool", | 316 "--build-tool", |
329 "ninja", | 317 "ninja", |
330 "--build-data-dir", | 318 "--build-data-dir", |
331 "[ROOT]/build_data_dir", | 319 "[ROOT]/build_data_dir", |
332 "--compiler", | 320 "--compiler", |
333 "clang", | 321 "clang", |
334 "--goma-dir", | 322 "--goma-dir", |
335 "[CACHE]/cipd/goma", | 323 "[ROOT]/b/build/slave/cache/cipd/goma", |
336 "--", | 324 "--", |
337 "all" | 325 "all" |
338 ], | 326 ], |
339 "cwd": "[SLAVE_BUILD]", | |
340 "env": { | 327 "env": { |
341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
342 "LLVM_FORCE_HEAD_REVISION": "YES" | 329 "LLVM_FORCE_HEAD_REVISION": "YES" |
343 }, | 330 }, |
344 "name": "compile" | 331 "name": "compile" |
345 }, | 332 }, |
346 { | 333 { |
347 "cmd": [ | 334 "cmd": [ |
348 "python", | 335 "python", |
349 "-u", | 336 "-u", |
350 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 337 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
351 "--build-dir", | 338 "--build-dir", |
352 "[SLAVE_BUILD]/src/out/Release", | 339 "[CWD]/src/out/Release", |
353 "--src-dir", | 340 "--src-dir", |
354 "[SLAVE_BUILD]/src" | 341 "[CWD]/src" |
355 ], | 342 ], |
356 "cwd": "[SLAVE_BUILD]", | 343 "cwd": "[CWD]", |
357 "name": "remove_build_metadata" | 344 "name": "remove_build_metadata" |
358 }, | 345 }, |
359 { | 346 { |
360 "cmd": [ | 347 "cmd": [ |
361 "python", | 348 "python", |
362 "-u", | 349 "-u", |
363 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 350 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
364 "[SLAVE_BUILD]/src/tools/swarming_client", | 351 "[CWD]/src/tools/swarming_client", |
365 "batcharchive", | 352 "batcharchive", |
366 "--dump-json", | 353 "--dump-json", |
367 "/path/to/tmp/json", | 354 "/path/to/tmp/json", |
368 "--isolate-server", | 355 "--isolate-server", |
369 "https://isolateserver.appspot.com", | 356 "https://isolateserver.appspot.com", |
370 "--verbose", | 357 "--verbose", |
371 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 358 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" |
372 ], | 359 ], |
373 "cwd": "[SLAVE_BUILD]", | |
374 "name": "isolate tests", | 360 "name": "isolate tests", |
375 "~followup_annotations": [ | 361 "~followup_annotations": [ |
376 "@@@STEP_LOG_LINE@json.output@{@@@", | 362 "@@@STEP_LOG_LINE@json.output@{@@@", |
377 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 363 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
378 "@@@STEP_LOG_LINE@json.output@}@@@", | 364 "@@@STEP_LOG_LINE@json.output@}@@@", |
379 "@@@STEP_LOG_END@json.output@@@" | 365 "@@@STEP_LOG_END@json.output@@@" |
380 ] | 366 ] |
381 }, | 367 }, |
382 { | 368 { |
383 "allow_subannotations": true, | 369 "allow_subannotations": true, |
384 "cmd": [ | 370 "cmd": [ |
385 "python", | 371 "python", |
386 "-u", | 372 "-u", |
387 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 373 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
388 "--show-path", | 374 "--show-path", |
389 "python", | 375 "python", |
390 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 376 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
391 "--target", | 377 "--target", |
392 "Release", | 378 "Release", |
393 "--build-url", | 379 "--build-url", |
394 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinuxUBSanVptr", | 380 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinuxUBSanVptr", |
395 "--build_revision", | 381 "--build_revision", |
396 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 382 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
397 "--factory-properties", | 383 "--factory-properties", |
398 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxUBS
anVptr\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_build
ername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}", | 384 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxUBS
anVptr\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_build
ername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}", |
399 "--build-properties", | 385 "--build-properties", |
400 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxUBS
anVptr\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_build
ername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}" | 386 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTLinuxUBS
anVptr\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_build
ername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}" |
401 ], | 387 ], |
402 "cwd": "[SLAVE_BUILD]", | |
403 "name": "package build" | 388 "name": "package build" |
404 }, | 389 }, |
405 { | 390 { |
406 "cmd": [], | 391 "cmd": [], |
407 "cwd": "[SLAVE_BUILD]", | |
408 "name": "trigger", | 392 "name": "trigger", |
409 "trigger_specs": [ | 393 "trigger_specs": [ |
410 { | 394 { |
411 "builder_name": "ClangToTLinuxUBSanVptr tester", | 395 "builder_name": "ClangToTLinuxUBSanVptr tester", |
412 "properties": { | 396 "properties": { |
413 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 397 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
414 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 398 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
415 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 399 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
416 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 400 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
417 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 401 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "--results-url=https://chromeperf.appspot.com", | 435 "--results-url=https://chromeperf.appspot.com", |
452 "--perf-dashboard-id=sizes", | 436 "--perf-dashboard-id=sizes", |
453 "--perf-id=ClangToTLinuxUBSanVptr", | 437 "--perf-id=ClangToTLinuxUBSanVptr", |
454 "--perf-config={'r_clang_rev': '123456'}", | 438 "--perf-config={'r_clang_rev': '123456'}", |
455 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 439 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
456 "--target", | 440 "--target", |
457 "Release", | 441 "Release", |
458 "--platform", | 442 "--platform", |
459 "linux" | 443 "linux" |
460 ], | 444 ], |
461 "cwd": "[SLAVE_BUILD]", | |
462 "name": "sizes" | 445 "name": "sizes" |
463 }, | 446 }, |
464 { | 447 { |
465 "name": "$result", | 448 "name": "$result", |
466 "recipe_result": null, | 449 "recipe_result": null, |
467 "status_code": 0 | 450 "status_code": 0 |
468 } | 451 } |
469 ] | 452 ] |
OLD | NEW |