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

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

Issue 2154263006: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (patchset #2 id:20… (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win_chrome", 15 "[BUILDER_CACHE]\\Google_Chrome_Win",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
48 "{\"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\"}", 48 "{\"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\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--force", 55 "--force",
56 "--output_manifest" 56 "--output_manifest"
57 ], 57 ],
58 "cwd": "[BUILDER_CACHE]\\win_chrome", 58 "cwd": "[BUILDER_CACHE]\\Google_Chrome_Win",
59 "env": { 59 "env": {
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
62 "name": "bot_update", 62 "name": "bot_update",
63 "~followup_annotations": [ 63 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@json.output@ ]@@@", 187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@", 188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@" 189 "@@@STEP_LOG_END@json.output@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "\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", 196 "\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",
197 "[BUILDER_CACHE]\\win_chrome\\src\\out\\Release" 197 "[BUILDER_CACHE]\\Google_Chrome_Win\\src\\out\\Release"
198 ], 198 ],
199 "name": "rmtree clobber", 199 "name": "rmtree clobber",
200 "~followup_annotations": [ 200 "~followup_annotations": [
201 "@@@STEP_LOG_LINE@python.inline@@@@", 201 "@@@STEP_LOG_LINE@python.inline@@@@",
202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
204 "@@@STEP_LOG_LINE@python.inline@@@@", 204 "@@@STEP_LOG_LINE@python.inline@@@@",
205 "@@@STEP_LOG_LINE@python.inline@@@@", 205 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
208 "@@@STEP_LOG_END@python.inline@@@" 208 "@@@STEP_LOG_END@python.inline@@@"
209 ] 209 ]
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
216 "runhooks" 216 "runhooks"
217 ], 217 ],
218 "cwd": "[BUILDER_CACHE]\\win_chrome\\src", 218 "cwd": "[BUILDER_CACHE]\\Google_Chrome_Win\\src",
219 "env": { 219 "env": {
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
221 "GYP_CHROMIUM_NO_ACTION": "1", 221 "GYP_CHROMIUM_NO_ACTION": "1",
222 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", 222 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1",
223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
224 }, 224 },
225 "name": "gclient runhooks" 225 "name": "gclient runhooks"
226 }, 226 },
227 { 227 {
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "[BUILDER_CACHE]\\win_chrome\\src\\testing\\scripts\\get_compile_targets.p y", 231 "[BUILDER_CACHE]\\Google_Chrome_Win\\src\\testing\\scripts\\get_compile_ta rgets.py",
232 "--output", 232 "--output",
233 "/path/to/tmp/json", 233 "/path/to/tmp/json",
234 "--", 234 "--",
235 "--build-config-fs", 235 "--build-config-fs",
236 "Release", 236 "Release",
237 "--paths", 237 "--paths",
238 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chrome\\\\src\", \"runit.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 238 "{\"checkout\": \"[BUILDER_CACHE]\\\\Google_Chrome_Win\\\\src\", \"runit.p y\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.p y\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
239 "--properties", 239 "--properties",
240 "{\"buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"masterna me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"win\"}" 240 "{\"buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"masterna me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"win\"}"
241 ], 241 ],
242 "name": "get compile targets for scripts", 242 "name": "get compile targets for scripts",
243 "~followup_annotations": [ 243 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@json.output@{}@@@", 244 "@@@STEP_LOG_LINE@json.output@{}@@@",
245 "@@@STEP_LOG_END@json.output@@@" 245 "@@@STEP_LOG_END@json.output@@@"
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
253 "[BUILDER_CACHE]\\win_chrome\\src\\testing\\buildbot\\chromium.chrome.json ", 253 "[BUILDER_CACHE]\\Google_Chrome_Win\\src\\testing\\buildbot\\chromium.chro me.json",
254 "/path/to/tmp/json" 254 "/path/to/tmp/json"
255 ], 255 ],
256 "name": "read test spec (chromium.chrome.json)", 256 "name": "read test spec (chromium.chrome.json)",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chrome\\src\\testing\\buildbot\\c hromium.chrome.json@@@", 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Google_Chrome_Win\\src\\testing\\buil dbot\\chromium.chrome.json@@@",
259 "@@@STEP_LOG_LINE@json.output@{}@@@", 259 "@@@STEP_LOG_LINE@json.output@{}@@@",
260 "@@@STEP_LOG_END@json.output@@@" 260 "@@@STEP_LOG_END@json.output@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 267 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
268 "--show-path", 268 "--show-path",
269 "python", 269 "python",
270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
271 ], 271 ],
272 "name": "cleanup_temp" 272 "name": "cleanup_temp"
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "python", 276 "python",
277 "-u", 277 "-u",
278 "[BUILDER_CACHE]\\win_chrome\\src\\tools\\mb\\mb.py", 278 "[BUILDER_CACHE]\\Google_Chrome_Win\\src\\tools\\mb\\mb.py",
279 "gen", 279 "gen",
280 "-m", 280 "-m",
281 "chromium.chrome", 281 "chromium.chrome",
282 "-b", 282 "-b",
283 "Google Chrome Win", 283 "Google Chrome Win",
284 "--config-file", 284 "--config-file",
285 "[BUILDER_CACHE]\\win_chrome\\src\\tools\\mb\\mb_config.pyl", 285 "[BUILDER_CACHE]\\Google_Chrome_Win\\src\\tools\\mb\\mb_config.pyl",
286 "--goma-dir", 286 "--goma-dir",
287 "[CACHE]\\cipd\\goma", 287 "[CACHE]\\cipd\\goma",
288 "//out/Release" 288 "//out/Release"
289 ], 289 ],
290 "cwd": "[BUILDER_CACHE]\\win_chrome\\src", 290 "cwd": "[BUILDER_CACHE]\\Google_Chrome_Win\\src",
291 "env": { 291 "env": {
292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
293 }, 293 },
294 "name": "generate_build_files" 294 "name": "generate_build_files"
295 }, 295 },
296 { 296 {
297 "cmd": [ 297 "cmd": [
298 "python", 298 "python",
299 "-u", 299 "-u",
300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
301 "--show-path", 301 "--show-path",
302 "python", 302 "python",
303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
304 "--gsutil-py-path", 304 "--gsutil-py-path",
305 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 305 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
306 "--ninja-path", 306 "--ninja-path",
307 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 307 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
308 "--target", 308 "--target",
309 "Release", 309 "Release",
310 "--src-dir", 310 "--src-dir",
311 "[BUILDER_CACHE]\\win_chrome\\src", 311 "[BUILDER_CACHE]\\Google_Chrome_Win\\src",
312 "--goma-cache-dir", 312 "--goma-cache-dir",
313 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
314 "--goma-deps-cache-dir", 314 "--goma-deps-cache-dir",
315 "[GOMA_DEPS_CACHE]", 315 "[GOMA_DEPS_CACHE]",
316 "--build-data-dir", 316 "--build-data-dir",
317 "[ROOT]\\build_data_dir", 317 "[ROOT]\\build_data_dir",
318 "--compiler", 318 "--compiler",
319 "goma", 319 "goma",
320 "--goma-jsonstatus", 320 "--goma-jsonstatus",
321 "/path/to/tmp/json", 321 "/path/to/tmp/json",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "--annotate=graphing", 359 "--annotate=graphing",
360 "--results-url=https://chromeperf.appspot.com", 360 "--results-url=https://chromeperf.appspot.com",
361 "--perf-dashboard-id=sizes", 361 "--perf-dashboard-id=sizes",
362 "--perf-id=Google Chrome Win", 362 "--perf-id=Google Chrome Win",
363 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 363 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
364 "--target", 364 "--target",
365 "Release", 365 "Release",
366 "--platform", 366 "--platform",
367 "win" 367 "win"
368 ], 368 ],
369 "cwd": "[BUILDER_CACHE]\\win_chrome", 369 "cwd": "[BUILDER_CACHE]\\Google_Chrome_Win",
370 "env": { 370 "env": {
371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
372 }, 372 },
373 "name": "sizes" 373 "name": "sizes"
374 }, 374 },
375 { 375 {
376 "cmd": [ 376 "cmd": [
377 "python", 377 "python",
378 "-u", 378 "-u",
379 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 379 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
380 "--target", 380 "--target",
381 "Release" 381 "Release"
382 ], 382 ],
383 "cwd": "[BUILDER_CACHE]\\win_chrome", 383 "cwd": "[BUILDER_CACHE]\\Google_Chrome_Win",
384 "env": { 384 "env": {
385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
386 }, 386 },
387 "name": "process_dumps" 387 "name": "process_dumps"
388 }, 388 },
389 { 389 {
390 "name": "$result", 390 "name": "$result",
391 "recipe_result": null, 391 "recipe_result": null,
392 "status_code": 0 392 "status_code": 0
393 } 393 }
394 ] 394 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698