| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 6 "[CWD]\\skia\\tools\\buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Build-Win-MSVC-x86-Debug-VS2015" | 8 "Build-Win-MSVC-x86-Debug-VS2015" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[CWD]\\skia", |
| 11 "name": "exec buildbot_spec.py", | 11 "name": "exec buildbot_spec.py", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@json.output@{@@@", | 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 16 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"MSVC\", @@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"MSVC\", @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 20 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"VS2015\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"VS2015\", @@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 38 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@}@@@", | 40 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 41 "@@@STEP_LOG_END@json.output@@@" | 41 "@@@STEP_LOG_END@json.output@@@" |
| 42 ] | 42 ] |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "cmd": [ | 45 "cmd": [ |
| 46 "python", | 46 "python", |
| 47 "-u", | 47 "-u", |
| 48 "[SLAVE_BUILD]\\skia\\infra\\bots\\bootstrap_win_toolchain_json.py", | 48 "[CWD]\\skia\\infra\\bots\\bootstrap_win_toolchain_json.py", |
| 49 "--win_toolchain_json", | 49 "--win_toolchain_json", |
| 50 "[SLAVE_BUILD]\\src\\build\\win_toolchain.json", | 50 "[CWD]\\src\\build\\win_toolchain.json", |
| 51 "--depot_tools_parent_dir", | 51 "--depot_tools_parent_dir", |
| 52 "[SLAVE_BUILD]" | 52 "[CWD]" |
| 53 ], | 53 ], |
| 54 "cwd": "[SLAVE_BUILD]", | |
| 55 "name": "bootstrap win toolchain" | 54 "name": "bootstrap win toolchain" |
| 56 }, | 55 }, |
| 57 { | 56 { |
| 58 "cmd": [ | 57 "cmd": [ |
| 59 "python", | 58 "python", |
| 60 "make.py", | 59 "make.py", |
| 61 "most" | 60 "most" |
| 62 ], | 61 ], |
| 63 "cwd": "[SLAVE_BUILD]\\skia", | 62 "cwd": "[CWD]\\skia", |
| 64 "env": { | 63 "env": { |
| 65 "BUILDTYPE": "Debug", | 64 "BUILDTYPE": "Debug", |
| 66 "CHROME_HEADLESS": "1", | 65 "CHROME_HEADLESS": "1", |
| 67 "CHROME_PATH": "[SLAVE_BUILD]\\src", | 66 "CHROME_PATH": "[CWD]\\src", |
| 68 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er
rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", | 67 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er
rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", |
| 69 "PATH": "[SLAVE_BUILD]\\depot_tools:%(PATH)s", | 68 "PATH": "[CWD]\\depot_tools:%(PATH)s", |
| 70 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 69 "SKIA_OUT": "[CWD]\\out" |
| 71 }, | 70 }, |
| 72 "name": "build most" | 71 "name": "build most" |
| 73 }, | 72 }, |
| 74 { | 73 { |
| 75 "cmd": [ | 74 "cmd": [ |
| 76 "python", | 75 "python", |
| 77 "-u", | 76 "-u", |
| 78 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', 'skia_launcher', 'lib/*.so', 'iOSShel
l.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if
e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_whitelist:\
n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n print 'Co
pying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", | 77 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', 'skia_launcher', 'lib/*.so', 'iOSShel
l.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if
e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_whitelist:\
n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n print 'Co
pying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", |
| 79 "[SLAVE_BUILD]\\out\\Debug", | 78 "[CWD]\\out\\Debug", |
| 80 "[SWARM_OUT_DIR]\\out\\Debug" | 79 "[SWARM_OUT_DIR]\\out\\Debug" |
| 81 ], | 80 ], |
| 82 "cwd": "[SLAVE_BUILD]", | |
| 83 "name": "copy build products", | 81 "name": "copy build products", |
| 84 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 85 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 83 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
| 86 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 84 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
| 87 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 85 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 88 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 86 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
| 89 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 87 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 90 "@@@STEP_LOG_LINE@python.inline@@@@", | 88 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 91 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", | 89 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", |
| 92 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@", | 90 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 105 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", | 103 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", |
| 106 "@@@STEP_LOG_END@python.inline@@@" | 104 "@@@STEP_LOG_END@python.inline@@@" |
| 107 ] | 105 ] |
| 108 }, | 106 }, |
| 109 { | 107 { |
| 110 "cmd": [ | 108 "cmd": [ |
| 111 "python", | 109 "python", |
| 112 "-u", | 110 "-u", |
| 113 "import psutil\nfor p in psutil.process_iter():\n try:\n if p.name ==
'mspdbsrv.exe':\n p.kill()\n except psutil._error.AccessDenied:\n pass\
n" | 111 "import psutil\nfor p in psutil.process_iter():\n try:\n if p.name ==
'mspdbsrv.exe':\n p.kill()\n except psutil._error.AccessDenied:\n pass\
n" |
| 114 ], | 112 ], |
| 115 "cwd": "[SLAVE_BUILD]", | |
| 116 "name": "cleanup", | 113 "name": "cleanup", |
| 117 "~followup_annotations": [ | 114 "~followup_annotations": [ |
| 118 "@@@STEP_LOG_LINE@python.inline@import psutil@@@", | 115 "@@@STEP_LOG_LINE@python.inline@import psutil@@@", |
| 119 "@@@STEP_LOG_LINE@python.inline@for p in psutil.process_iter():@@@", | 116 "@@@STEP_LOG_LINE@python.inline@for p in psutil.process_iter():@@@", |
| 120 "@@@STEP_LOG_LINE@python.inline@ try:@@@", | 117 "@@@STEP_LOG_LINE@python.inline@ try:@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@ if p.name == 'mspdbsrv.exe':@@@", | 118 "@@@STEP_LOG_LINE@python.inline@ if p.name == 'mspdbsrv.exe':@@@", |
| 122 "@@@STEP_LOG_LINE@python.inline@ p.kill()@@@", | 119 "@@@STEP_LOG_LINE@python.inline@ p.kill()@@@", |
| 123 "@@@STEP_LOG_LINE@python.inline@ except psutil._error.AccessDenied:@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ except psutil._error.AccessDenied:@@@", |
| 124 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 121 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 125 "@@@STEP_LOG_END@python.inline@@@" | 122 "@@@STEP_LOG_END@python.inline@@@" |
| 126 ] | 123 ] |
| 127 }, | 124 }, |
| 128 { | 125 { |
| 129 "name": "$result", | 126 "name": "$result", |
| 130 "recipe_result": null, | 127 "recipe_result": null, |
| 131 "status_code": 0 | 128 "status_code": 0 |
| 132 } | 129 } |
| 133 ] | 130 ] |
| OLD | NEW |