Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Coverage.json

Issue 2055623002: lkgr master: Port linux msan, tsan and windows asan bots to recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ],
8 "name": "taskkill"
9 },
10 {
11 "cmd": [
12 "python",
13 "-u",
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 15 "--master",
8 "chromium.lkgr", 16 "chromium.lkgr",
9 "--builder", 17 "--builder",
10 "UBSan Release", 18 "Win ASan Release Coverage",
11 "--slave", 19 "--slave",
12 "TestSlavename", 20 "TestSlavename",
13 "--spec", 21 "--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'}]", 22 "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", 23 "--root",
16 "src", 24 "src",
17 "--revision_mapping_file", 25 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 26 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
19 "--git-cache-dir", 27 "--git-cache-dir",
20 "[GIT_CACHE]", 28 "[GIT_CACHE]",
21 "--output_json", 29 "--output_json",
22 "/path/to/tmp/json", 30 "/path/to/tmp/json",
23 "--revision", 31 "--revision",
24 "src@HEAD", 32 "src@HEAD",
25 "--force", 33 "--force",
26 "--output_manifest" 34 "--output_manifest"
27 ], 35 ],
28 "env": { 36 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 38 },
31 "name": "bot_update", 39 "name": "bot_update",
32 "~followup_annotations": [ 40 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 41 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 42 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", 46 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ] 113 ]
106 }, 114 },
107 { 115 {
108 "cmd": [], 116 "cmd": [],
109 "name": "ensure_goma" 117 "name": "ensure_goma"
110 }, 118 },
111 { 119 {
112 "cmd": [ 120 "cmd": [
113 "python", 121 "python",
114 "-u", 122 "-u",
115 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
116 "--platform", 124 "--platform",
117 "linux-amd64", 125 "windows-386",
118 "--dest-directory", 126 "--dest-directory",
119 "[SLAVE_BUILD]/cipd", 127 "[SLAVE_BUILD]\\cipd",
120 "--json-output", 128 "--json-output",
121 "/path/to/tmp/json" 129 "/path/to/tmp/json"
122 ], 130 ],
123 "name": "ensure_goma.install cipd", 131 "name": "ensure_goma.install cipd",
124 "~followup_annotations": [ 132 "~followup_annotations": [
125 "@@@STEP_NEST_LEVEL@1@@@", 133 "@@@STEP_NEST_LEVEL@1@@@",
126 "@@@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@@ @",
127 "@@@STEP_LOG_LINE@json.output@{@@@", 135 "@@@STEP_LOG_LINE@json.output@{@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
129 "@@@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\"@@@",
130 "@@@STEP_LOG_LINE@json.output@}@@@", 138 "@@@STEP_LOG_LINE@json.output@}@@@",
131 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
132 ] 140 ]
133 }, 141 },
134 { 142 {
135 "cmd": [ 143 "cmd": [
136 "[SLAVE_BUILD]/cipd/cipd", 144 "[SLAVE_BUILD]\\cipd\\cipd",
137 "ensure", 145 "ensure",
138 "--root", 146 "--root",
139 "[CACHE]/cipd/goma", 147 "[CACHE]\\cipd\\goma",
140 "--list", 148 "--list",
141 "infra_internal/goma/client/linux-amd64 release", 149 "infra_internal/goma/client/windows-amd64 release",
142 "--json-output", 150 "--json-output",
143 "/path/to/tmp/json", 151 "/path/to/tmp/json",
144 "--service-account-json", 152 "--service-account-json",
145 "/creds/service_accounts/service-account-goma-client.json" 153 "C:\\creds\\service_accounts\\service-account-goma-client.json"
146 ], 154 ],
147 "name": "ensure_goma.ensure_installed", 155 "name": "ensure_goma.ensure_installed",
148 "~followup_annotations": [ 156 "~followup_annotations": [
149 "@@@STEP_NEST_LEVEL@1@@@", 157 "@@@STEP_NEST_LEVEL@1@@@",
150 "@@@STEP_LOG_LINE@json.output@{@@@", 158 "@@@STEP_LOG_LINE@json.output@{@@@",
151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
152 "@@@STEP_LOG_LINE@json.output@ {@@@", 160 "@@@STEP_LOG_LINE@json.output@ {@@@",
153 "@@@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---------\", @@@",
154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
155 "@@@STEP_LOG_LINE@json.output@ }@@@", 163 "@@@STEP_LOG_LINE@json.output@ }@@@",
156 "@@@STEP_LOG_LINE@json.output@ ]@@@", 164 "@@@STEP_LOG_LINE@json.output@ ]@@@",
157 "@@@STEP_LOG_LINE@json.output@}@@@", 165 "@@@STEP_LOG_LINE@json.output@}@@@",
158 "@@@STEP_LOG_END@json.output@@@" 166 "@@@STEP_LOG_END@json.output@@@"
159 ] 167 ]
160 }, 168 },
161 { 169 {
162 "cmd": [ 170 "cmd": [
163 "python", 171 "python",
164 "-u", 172 "-u",
165 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 173 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
166 "[SLAVE_BUILD]/src/out/Release" 174 "[SLAVE_BUILD]\\src\\out\\Release"
167 ], 175 ],
168 "name": "rmtree clobber", 176 "name": "rmtree clobber",
169 "~followup_annotations": [ 177 "~followup_annotations": [
170 "@@@STEP_LOG_LINE@python.inline@@@@", 178 "@@@STEP_LOG_LINE@python.inline@@@@",
171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 179 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 180 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
173 "@@@STEP_LOG_LINE@python.inline@@@@", 181 "@@@STEP_LOG_LINE@python.inline@@@@",
174 "@@@STEP_LOG_LINE@python.inline@@@@", 182 "@@@STEP_LOG_LINE@python.inline@@@@",
175 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 183 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
176 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 184 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
177 "@@@STEP_LOG_END@python.inline@@@" 185 "@@@STEP_LOG_END@python.inline@@@"
178 ] 186 ]
179 }, 187 },
180 { 188 {
181 "cmd": [ 189 "cmd": [
182 "python", 190 "python",
183 "-u", 191 "-u",
184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
185 "runhooks" 193 "runhooks"
186 ], 194 ],
187 "cwd": "[SLAVE_BUILD]/src", 195 "cwd": "[SLAVE_BUILD]\\src",
188 "env": { 196 "env": {
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
190 "GYP_CHROMIUM_NO_ACTION": "1", 198 "GYP_CHROMIUM_NO_ACTION": "1",
191 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' release_extra_cflags=-fno-sanitize-recover=undefined sanitizer_coverage=edge target_arch=x64 ubsan=1 use_goma=1", 199 "GYP_DEFINES": "asan=1 clang=1 component=static_library enable_ipc_fuzzer= 1 fastbuild=0 gomadir='[CACHE]\\cipd\\goma' sanitizer_coverage=edge target_arch= ia32 use_goma=1 v8_enable_verify_heap=1",
192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 200 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 201 },
194 "name": "gclient runhooks" 202 "name": "gclient runhooks"
195 }, 203 },
196 { 204 {
197 "cmd": [ 205 "cmd": [
198 "python", 206 "python",
199 "-u", 207 "-u",
200 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 208 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
201 "--show-path", 209 "--show-path",
202 "python", 210 "python",
203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 211 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
204 ], 212 ],
205 "name": "cleanup_temp" 213 "name": "cleanup_temp"
206 }, 214 },
207 { 215 {
208 "cmd": [ 216 "cmd": [
209 "python", 217 "python",
210 "-u", 218 "-u",
211 "[SLAVE_BUILD]/src/tools/mb/mb.py", 219 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
212 "gen", 220 "gen",
213 "-m", 221 "-m",
214 "chromium.lkgr", 222 "chromium.lkgr",
215 "-b", 223 "-b",
216 "UBSan Release", 224 "Win ASan Release Coverage",
217 "--config-file", 225 "--config-file",
218 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 226 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
219 "--goma-dir", 227 "--goma-dir",
220 "[CACHE]/cipd/goma", 228 "[CACHE]\\cipd\\goma",
221 "//out/Release" 229 "//out/Release"
222 ], 230 ],
223 "env": { 231 "env": {
224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
225 }, 233 },
226 "name": "generate_build_files" 234 "name": "generate_build_files"
227 }, 235 },
228 { 236 {
229 "allow_subannotations": true, 237 "allow_subannotations": true,
230 "cmd": [ 238 "cmd": [
231 "python", 239 "python",
232 "-u", 240 "-u",
233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
234 "--src-dir", 242 "--src-dir",
235 "[SLAVE_BUILD]/src", 243 "[SLAVE_BUILD]\\src",
236 "--output-json", 244 "--output-json",
237 "/path/to/tmp/json" 245 "/path/to/tmp/json"
238 ], 246 ],
239 "env": { 247 "env": {
240 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
241 }, 249 },
242 "name": "clang_revision", 250 "name": "clang_revision",
243 "~followup_annotations": [ 251 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@json.output@{@@@", 252 "@@@STEP_LOG_LINE@json.output@{@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 253 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
246 "@@@STEP_LOG_LINE@json.output@}@@@", 254 "@@@STEP_LOG_LINE@json.output@}@@@",
247 "@@@STEP_LOG_END@json.output@@@" 255 "@@@STEP_LOG_END@json.output@@@"
248 ] 256 ]
249 }, 257 },
250 { 258 {
251 "cmd": [ 259 "cmd": [
252 "python", 260 "python",
253 "-u", 261 "-u",
254 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 262 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
255 "--show-path", 263 "--show-path",
256 "python", 264 "python",
257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
258 "--gsutil-py-path", 266 "--gsutil-py-path",
259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 267 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
260 "--ninja-path", 268 "--ninja-path",
261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 269 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
262 "--target", 270 "--target",
263 "Release", 271 "Release",
264 "--src-dir", 272 "--src-dir",
265 "[SLAVE_BUILD]/src", 273 "[SLAVE_BUILD]\\src",
266 "--goma-cache-dir", 274 "--goma-cache-dir",
267 "[GOMA_CACHE]", 275 "[GOMA_CACHE]",
268 "--build-tool", 276 "--build-tool",
269 "ninja", 277 "ninja",
270 "--build-data-dir", 278 "--build-data-dir",
271 "[ROOT]/build_data_dir", 279 "[ROOT]\\build_data_dir",
272 "--compiler", 280 "--compiler",
273 "goma-clang", 281 "goma-clang",
274 "--goma-jsonstatus", 282 "--goma-jsonstatus",
275 "/path/to/tmp/json", 283 "/path/to/tmp/json",
276 "--goma-service-account-json-file", 284 "--goma-service-account-json-file",
277 "/creds/service_accounts/service-account-goma-client.json", 285 "C:\\creds\\service_accounts\\service-account-goma-client.json",
278 "--goma-dir", 286 "--goma-dir",
279 "[CACHE]/cipd/goma", 287 "[CACHE]\\cipd\\goma",
280 "--", 288 "--",
281 "chromium_builder_asan" 289 "chromium_builder_asan"
282 ], 290 ],
283 "env": { 291 "env": {
284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
285 }, 293 },
286 "name": "compile", 294 "name": "compile",
287 "~followup_annotations": [ 295 "~followup_annotations": [
288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
289 "@@@STEP_LOG_END@json.output (invalid)@@@" 297 "@@@STEP_LOG_END@json.output (invalid)@@@"
290 ] 298 ]
291 }, 299 },
292 { 300 {
293 "cmd": [ 301 "cmd": [
294 "python", 302 "python",
295 "-u", 303 "-u",
296 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 304 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
297 "[SLAVE_BUILD]/src/out/Release", 305 "[SLAVE_BUILD]\\src\\out\\Release",
298 "/path/to/tmp/json" 306 "/path/to/tmp/json"
299 ], 307 ],
300 "name": "listdir build_dir", 308 "name": "listdir build_dir",
301 "~followup_annotations": [ 309 "~followup_annotations": [
302 "@@@STEP_LOG_LINE@json.output@[@@@", 310 "@@@STEP_LOG_LINE@json.output@[@@@",
303 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 311 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
304 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 312 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
305 "@@@STEP_LOG_LINE@json.output@]@@@", 313 "@@@STEP_LOG_LINE@json.output@]@@@",
306 "@@@STEP_LOG_END@json.output@@@", 314 "@@@STEP_LOG_END@json.output@@@",
307 "@@@STEP_LOG_LINE@python.inline@@@@", 315 "@@@STEP_LOG_LINE@python.inline@@@@",
308 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", 316 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
309 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 317 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
310 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 318 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
311 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 319 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
312 "@@@STEP_LOG_END@python.inline@@@" 320 "@@@STEP_LOG_END@python.inline@@@"
313 ] 321 ]
314 }, 322 },
315 { 323 {
316 "cmd": [ 324 "cmd": [
317 "python", 325 "python",
318 "-u", 326 "-u",
319 "RECIPE_MODULE[build::archive]/resources/zip_archive.py", 327 "RECIPE_MODULE[build::archive]\\resources\\zip_archive.py",
320 "[TMP_BASE]/chrome_staging_tmp_1", 328 "[TMP_BASE]\\chrome_staging_tmp_1",
321 "ubsan-linux-release-170242", 329 "asan-coverage-win32-release-170242",
322 "[\"file 1\", \"file 2\"]", 330 "[\"file 1\", \"file 2\"]",
323 "[SLAVE_BUILD]/src/out/Release" 331 "[SLAVE_BUILD]\\src\\out\\Release"
324 ], 332 ],
325 "name": "zipping" 333 "name": "zipping"
326 }, 334 },
327 { 335 {
328 "cmd": [ 336 "cmd": [
329 "python", 337 "python",
330 "-u", 338 "-u",
331 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 339 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
332 "--", 340 "--",
333 "-h", 341 "-h",
334 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", 342 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}",
335 "-h", 343 "-h",
336 "x-goog-meta-Cr-Commit-Position-Number:170242", 344 "x-goog-meta-Cr-Commit-Position-Number:170242",
337 "-h", 345 "-h",
338 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 346 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
339 "cp", 347 "cp",
340 "-a", 348 "-a",
341 "public-read", 349 "public-read",
342 "[TMP_BASE]/chrome_staging_tmp_1/ubsan-linux-release-170242.zip", 350 "[TMP_BASE]\\chrome_staging_tmp_1\\asan-coverage-win32-release-170242.zip" ,
343 "gs://chromium-browser-ubsan/linux-release/ubsan-linux-release-170242.zip" 351 "gs://chromium-browser-asan/win32-release/asan-coverage-win32-release-1702 42.zip"
344 ], 352 ],
345 "name": "gsutil upload", 353 "name": "gsutil upload",
346 "~followup_annotations": [ 354 "~followup_annotations": [
347 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-ubsan/linux-release/ubsan-linux-release-170242.zip@@@" 355 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow ser-asan/win32-release/asan-coverage-win32-release-170242.zip@@@"
348 ] 356 ]
349 }, 357 },
350 { 358 {
351 "cmd": [ 359 "cmd": [
352 "python", 360 "python",
353 "-u", 361 "-u",
354 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 362 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
355 "[TMP_BASE]/chrome_staging_tmp_1/ubsan-linux-release-170242.zip" 363 "[TMP_BASE]\\chrome_staging_tmp_1\\asan-coverage-win32-release-170242.zip"
356 ], 364 ],
357 "name": "ubsan-linux-release-170242.zip", 365 "name": "asan-coverage-win32-release-170242.zip",
358 "~followup_annotations": [ 366 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@python.inline@@@@", 367 "@@@STEP_LOG_LINE@python.inline@@@@",
360 "@@@STEP_LOG_LINE@python.inline@import os@@@", 368 "@@@STEP_LOG_LINE@python.inline@import os@@@",
361 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 369 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
362 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 370 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
363 "@@@STEP_LOG_END@python.inline@@@" 371 "@@@STEP_LOG_END@python.inline@@@"
364 ] 372 ]
365 }, 373 },
366 { 374 {
367 "name": "$result", 375 "name": "$result",
368 "recipe_result": null, 376 "recipe_result": null,
369 "status_code": 0 377 "status_code": 0
370 } 378 }
371 ] 379 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698