| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 16 "--master", | 16 "--master", |
| 17 "chromium.fyi", | 17 "chromium.fyi", |
| 18 "--builder", | 18 "--builder", |
| 19 "CrWinClang(dbg)", | 19 "CrWinClangLLD64", |
| 20 "--slave", | 20 "--slave", |
| 21 "TestSlavename", | 21 "TestSlavename", |
| 22 "--spec", | 22 "--spec", |
| 23 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 24 "--root", | 24 "--root", |
| 25 "src", | 25 "src", |
| 26 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 28 "--output_json", | 28 "--output_json", |
| 29 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "[DEPOT_TOOLS]\\gclient.py", | 91 "[DEPOT_TOOLS]\\gclient.py", |
| 92 "runhooks" | 92 "runhooks" |
| 93 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", | 94 "cwd": "[SLAVE_BUILD]", |
| 95 "env": { | 95 "env": { |
| 96 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=i
a32 test_isolation_mode=prepare" | 96 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=x
64 test_isolation_mode=prepare use_lld=1", |
| 97 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 97 }, | 98 }, |
| 98 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 99 }, | 100 }, |
| 100 { | 101 { |
| 101 "cmd": [ | 102 "cmd": [ |
| 102 "python", | 103 "python", |
| 103 "-u", | 104 "-u", |
| 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 106 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 106 "/path/to/tmp/json" | 107 "/path/to/tmp/json" |
| 107 ], | 108 ], |
| 108 "cwd": "[SLAVE_BUILD]", | 109 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "read test spec", | 110 "name": "read test spec", |
| 110 "~followup_annotations": [ | 111 "~followup_annotations": [ |
| 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 112 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@{@@@", | 113 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang(dbg) tester\": {@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"CrWinClangLLD64 tester\": {@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ {@@@", | 116 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 117 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 118 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 118 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 119 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 119 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 120 "@@@STEP_LOG_LINE@json.output@ }@@@", | 121 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 121 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 122 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 122 "@@@STEP_LOG_LINE@json.output@ }@@@", | 123 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 124 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
| 125 ] | 126 ] |
| 126 }, | 127 }, |
| 127 { | 128 { |
| 128 "cmd": [ | 129 "cmd": [ |
| 129 "python", | 130 "python", |
| 130 "-u", | 131 "-u", |
| 131 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 132 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 132 "--output", | 133 "--output", |
| 133 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
| 134 "--", | 135 "--", |
| 135 "--build-config-fs", | 136 "--build-config-fs", |
| 136 "Debug", | 137 "Release_x64", |
| 137 "--paths", | 138 "--paths", |
| 138 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 139 "--properties", | 140 "--properties", |
| 140 "{\"buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" | 141 "{\"buildername\": \"CrWinClangLLD64\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" |
| 141 ], | 142 ], |
| 142 "cwd": "[SLAVE_BUILD]", | 143 "cwd": "[SLAVE_BUILD]", |
| 143 "name": "get compile targets for scripts", | 144 "name": "get compile targets for scripts", |
| 144 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 145 "@@@STEP_LOG_LINE@json.output@{}@@@", | 146 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 146 "@@@STEP_LOG_END@json.output@@@" | 147 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 148 ] |
| 148 }, | 149 }, |
| 149 { | 150 { |
| 150 "cmd": [ | 151 "cmd": [ |
| 151 "python", | 152 "python", |
| 152 "-u", | 153 "-u", |
| 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 154 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 154 ], | 155 ], |
| 155 "cwd": "[SLAVE_BUILD]", | 156 "cwd": "[SLAVE_BUILD]", |
| 156 "name": "cleanup_temp" | 157 "name": "cleanup_temp" |
| 157 }, | 158 }, |
| 158 { | 159 { |
| 159 "cmd": [ | 160 "cmd": [ |
| 160 "python", | 161 "python", |
| 161 "-u", | 162 "-u", |
| 162 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 163 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
| 163 "--build-dir", | 164 "--build-dir", |
| 164 "[SLAVE_BUILD]\\src\\out\\Debug", | 165 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 165 "--clean-isolated-files" | 166 "--clean-isolated-files" |
| 166 ], | 167 ], |
| 167 "cwd": "[SLAVE_BUILD]", | 168 "cwd": "[SLAVE_BUILD]", |
| 168 "name": "clean isolated files" | 169 "name": "clean isolated files" |
| 169 }, | 170 }, |
| 170 { | 171 { |
| 171 "allow_subannotations": true, | 172 "allow_subannotations": true, |
| 172 "cmd": [ | 173 "cmd": [ |
| 173 "python", | 174 "python", |
| 174 "-u", | 175 "-u", |
| 175 "[BUILD]\\scripts\\slave\\clang_revision.py", | 176 "[BUILD]\\scripts\\slave\\clang_revision.py", |
| 176 "--src-dir", | 177 "--src-dir", |
| 177 "[SLAVE_BUILD]\\src", | 178 "[SLAVE_BUILD]\\src", |
| 178 "--output-json", | 179 "--output-json", |
| 179 "/path/to/tmp/json" | 180 "/path/to/tmp/json" |
| 180 ], | 181 ], |
| 181 "cwd": "[SLAVE_BUILD]", | 182 "cwd": "[SLAVE_BUILD]", |
| 183 "env": { |
| 184 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 185 }, |
| 182 "name": "clang_revision", | 186 "name": "clang_revision", |
| 183 "~followup_annotations": [ | 187 "~followup_annotations": [ |
| 184 "@@@STEP_LOG_LINE@json.output@{@@@", | 188 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@}@@@", | 190 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 187 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
| 188 ] | 192 ] |
| 189 }, | 193 }, |
| 190 { | 194 { |
| 191 "cmd": [ | 195 "cmd": [ |
| 192 "python", | 196 "python", |
| 193 "-u", | 197 "-u", |
| 194 "[BUILD]\\scripts\\slave\\compile.py", | 198 "[BUILD]\\scripts\\slave\\compile.py", |
| 195 "--target", | 199 "--target", |
| 196 "Debug", | 200 "Release_x64", |
| 197 "--src-dir", | 201 "--src-dir", |
| 198 "[SLAVE_BUILD]\\src", | 202 "[SLAVE_BUILD]\\src", |
| 199 "--build-tool", | 203 "--build-tool", |
| 200 "ninja", | 204 "ninja", |
| 201 "--compiler", | 205 "--compiler", |
| 202 "clang", | 206 "clang", |
| 203 "--" | 207 "--" |
| 204 ], | 208 ], |
| 205 "cwd": "[SLAVE_BUILD]", | 209 "cwd": "[SLAVE_BUILD]", |
| 210 "env": { |
| 211 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 212 }, |
| 206 "name": "compile" | 213 "name": "compile" |
| 207 }, | 214 }, |
| 208 { | 215 { |
| 209 "cmd": [ | 216 "cmd": [ |
| 210 "python", | 217 "python", |
| 211 "-u", | 218 "-u", |
| 212 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 219 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
| 213 "--build-dir", | 220 "--build-dir", |
| 214 "[SLAVE_BUILD]\\src\\out\\Debug", | 221 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 215 "--src-dir", | 222 "--src-dir", |
| 216 "[SLAVE_BUILD]\\src" | 223 "[SLAVE_BUILD]\\src" |
| 217 ], | 224 ], |
| 218 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
| 219 "name": "remove_build_metadata" | 226 "name": "remove_build_metadata" |
| 220 }, | 227 }, |
| 221 { | 228 { |
| 222 "cmd": [ | 229 "cmd": [ |
| 223 "python", | 230 "python", |
| 224 "-u", | 231 "-u", |
| 225 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 232 "RECIPE_MODULE[isolate]\\resources\\isolate.py", |
| 226 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 233 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 227 "batcharchive", | 234 "batcharchive", |
| 228 "--dump-json", | 235 "--dump-json", |
| 229 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
| 230 "--isolate-server", | 237 "--isolate-server", |
| 231 "https://isolateserver.appspot.com", | 238 "https://isolateserver.appspot.com", |
| 232 "--verbose", | 239 "--verbose", |
| 233 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json" | 240 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 234 ], | 241 ], |
| 235 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "isolate tests", | 243 "name": "isolate tests", |
| 237 "~followup_annotations": [ | 244 "~followup_annotations": [ |
| 238 "@@@STEP_LOG_LINE@json.output@{@@@", | 245 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@}@@@", | 247 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 241 "@@@STEP_LOG_END@json.output@@@" | 248 "@@@STEP_LOG_END@json.output@@@" |
| 242 ] | 249 ] |
| 243 }, | 250 }, |
| 244 { | 251 { |
| 245 "allow_subannotations": true, | 252 "allow_subannotations": true, |
| 246 "cmd": [ | 253 "cmd": [ |
| 247 "python", | 254 "python", |
| 248 "-u", | 255 "-u", |
| 249 "[BUILD]\\scripts\\slave\\zip_build.py", | 256 "[BUILD]\\scripts\\slave\\zip_build.py", |
| 250 "--target", | 257 "--target", |
| 251 "Debug", | 258 "Release_x64", |
| 252 "--build-url", | 259 "--build-url", |
| 253 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(dbg)", | 260 "gs://chromium-fyi-archive/chromium.fyi/CrWinClangLLD64", |
| 254 "--build_revision", | 261 "--build_revision", |
| 255 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 262 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 256 "--factory-properties", | 263 "--factory-properties", |
| 257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 264 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClangLLD64\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 258 "--build-properties", | 265 "--build-properties", |
| 259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClangLLD64\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 260 ], | 267 ], |
| 261 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
| 262 "name": "package build" | 269 "name": "package build" |
| 263 } | 270 } |
| 264 ] | 271 ] |
| OLD | NEW |