| 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 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "client.skia", | 17 "client.skia", |
| 17 "--builder", | 18 "--builder", |
| 18 "Win Builder", | 19 "Win Builder", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src/third_party/skia", | 25 "src/third_party/skia", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", | 27 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "src@HEAD", | 31 "src@HEAD", |
| 31 "--revision", | 32 "--revision", |
| 32 "src/third_party/skia@origin/master" | 33 "src/third_party/skia@origin/master" |
| 33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
| 34 "name": "bot_update", | 36 "name": "bot_update", |
| 35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 74 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 76 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
| 75 ] | 77 ] |
| 76 }, | 78 }, |
| 77 { | 79 { |
| 78 "cmd": [ | 80 "cmd": [ |
| 79 "python", | 81 "python", |
| 80 "-u", | 82 "-u", |
| 81 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 83 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 82 "--version" | 84 "--version" |
| 83 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
| 84 "name": "swarming.py --version", | 87 "name": "swarming.py --version", |
| 85 "stdout": "/path/to/tmp/", | 88 "stdout": "/path/to/tmp/", |
| 86 "~followup_annotations": [ | 89 "~followup_annotations": [ |
| 87 "@@@STEP_TEXT@0.4.10@@@" | 90 "@@@STEP_TEXT@0.4.10@@@" |
| 88 ] | 91 ] |
| 89 }, | 92 }, |
| 90 { | 93 { |
| 91 "cmd": [ | 94 "cmd": [ |
| 92 "python", | 95 "python", |
| 93 "-u", | 96 "-u", |
| 94 "[DEPOT_TOOLS]\\gclient.py", | 97 "[DEPOT_TOOLS]\\gclient.py", |
| 95 "runhooks" | 98 "runhooks" |
| 96 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
| 97 "env": { | 101 "env": { |
| 98 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 102 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
| 99 }, | 103 }, |
| 100 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 101 }, | 105 }, |
| 102 { | 106 { |
| 103 "cmd": [ | 107 "cmd": [ |
| 104 "python", | 108 "python", |
| 105 "-u", | 109 "-u", |
| 106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 108 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
| 109 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "read test spec", | 115 "name": "read test spec", |
| 111 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 112 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 117 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@{@@@", | 118 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"Win7 Tests (1)\": {@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 116 "@@@STEP_LOG_LINE@json.output@ {@@@", | 121 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 117 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 118 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 119 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 124 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 143 "--output", | 148 "--output", |
| 144 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 145 "--", | 150 "--", |
| 146 "--build-config-fs", | 151 "--build-config-fs", |
| 147 "Release", | 152 "Release", |
| 148 "--paths", | 153 "--paths", |
| 149 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 150 "--properties", | 155 "--properties", |
| 151 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" | 156 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" |
| 152 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "get compile targets for scripts", | 159 "name": "get compile targets for scripts", |
| 154 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{}@@@", | 161 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
| 157 ] | 163 ] |
| 158 }, | 164 }, |
| 159 { | 165 { |
| 160 "cmd": [ | 166 "cmd": [ |
| 161 "python", | 167 "python", |
| 162 "-u", | 168 "-u", |
| 163 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 169 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 164 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
| 165 "name": "cleanup_temp" | 172 "name": "cleanup_temp" |
| 166 }, | 173 }, |
| 167 { | 174 { |
| 168 "cmd": [ | 175 "cmd": [ |
| 169 "python", | 176 "python", |
| 170 "-u", | 177 "-u", |
| 171 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 178 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
| 172 "--build-dir", | 179 "--build-dir", |
| 173 "[SLAVE_BUILD]\\src\\out\\Release", | 180 "[SLAVE_BUILD]\\src\\out\\Release", |
| 174 "--clean-isolated-files" | 181 "--clean-isolated-files" |
| 175 ], | 182 ], |
| 183 "cwd": "[SLAVE_BUILD]", |
| 176 "name": "clean isolated files" | 184 "name": "clean isolated files" |
| 177 }, | 185 }, |
| 178 { | 186 { |
| 179 "cmd": [ | 187 "cmd": [ |
| 180 "python", | 188 "python", |
| 181 "-u", | 189 "-u", |
| 182 "[BUILD]\\scripts\\slave\\compile.py", | 190 "[BUILD]\\scripts\\slave\\compile.py", |
| 183 "--target", | 191 "--target", |
| 184 "Release", | 192 "Release", |
| 185 "--src-dir", | 193 "--src-dir", |
| 186 "[SLAVE_BUILD]\\src", | 194 "[SLAVE_BUILD]\\src", |
| 187 "--build-tool", | 195 "--build-tool", |
| 188 "ninja", | 196 "ninja", |
| 189 "--compiler", | 197 "--compiler", |
| 190 "goma", | 198 "goma", |
| 191 "--goma-dir", | 199 "--goma-dir", |
| 192 "[BUILD]\\goma", | 200 "[BUILD]\\goma", |
| 193 "--", | 201 "--", |
| 194 "browser_tests", | 202 "browser_tests", |
| 195 "browser_tests_run", | 203 "browser_tests_run", |
| 196 "chromium_builder_tests", | 204 "chromium_builder_tests", |
| 197 "crash_service", | 205 "crash_service", |
| 198 "mini_installer" | 206 "mini_installer" |
| 199 ], | 207 ], |
| 208 "cwd": "[SLAVE_BUILD]", |
| 200 "name": "compile" | 209 "name": "compile" |
| 201 }, | 210 }, |
| 202 { | 211 { |
| 203 "cmd": [ | 212 "cmd": [ |
| 204 "python", | 213 "python", |
| 205 "-u", | 214 "-u", |
| 206 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 215 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
| 207 "--build-dir", | 216 "--build-dir", |
| 208 "[SLAVE_BUILD]\\src\\out\\Release", | 217 "[SLAVE_BUILD]\\src\\out\\Release", |
| 209 "--src-dir", | 218 "--src-dir", |
| 210 "[SLAVE_BUILD]\\src" | 219 "[SLAVE_BUILD]\\src" |
| 211 ], | 220 ], |
| 212 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "remove_build_metadata" | 222 "name": "remove_build_metadata" |
| 214 }, | 223 }, |
| 215 { | 224 { |
| 216 "cmd": [ | 225 "cmd": [ |
| 217 "python", | 226 "python", |
| 218 "-u", | 227 "-u", |
| 219 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", | 228 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", |
| 220 "batcharchive", | 229 "batcharchive", |
| 221 "--dump-json", | 230 "--dump-json", |
| 222 "/path/to/tmp/json", | 231 "/path/to/tmp/json", |
| 223 "--isolate-server", | 232 "--isolate-server", |
| 224 "https://isolateserver.appspot.com", | 233 "https://isolateserver.appspot.com", |
| 225 "--verbose", | 234 "--verbose", |
| 226 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 235 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
| 227 ], | 236 ], |
| 237 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "isolate tests", | 238 "name": "isolate tests", |
| 229 "~followup_annotations": [ | 239 "~followup_annotations": [ |
| 230 "@@@STEP_LOG_LINE@json.output@{@@@", | 240 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@}@@@", | 242 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 233 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
| 234 ] | 244 ] |
| 235 }, | 245 }, |
| 236 { | 246 { |
| 237 "allow_subannotations": true, | 247 "allow_subannotations": true, |
| 238 "cmd": [ | 248 "cmd": [ |
| 239 "python", | 249 "python", |
| 240 "-u", | 250 "-u", |
| 241 "[BUILD]\\scripts\\slave\\zip_build.py", | 251 "[BUILD]\\scripts\\slave\\zip_build.py", |
| 242 "--target", | 252 "--target", |
| 243 "Release", | 253 "Release", |
| 244 "--build-url", | 254 "--build-url", |
| 245 "gs://chromium-skia-gm/client.skia/Win Builder", | 255 "gs://chromium-skia-gm/client.skia/Win Builder", |
| 246 "--build_revision", | 256 "--build_revision", |
| 247 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", | 257 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", |
| 248 "--factory-properties", | 258 "--factory-properties", |
| 249 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 250 "--build-properties", | 260 "--build-properties", |
| 251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 261 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"
TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 252 ], | 262 ], |
| 263 "cwd": "[SLAVE_BUILD]", |
| 253 "name": "package build" | 264 "name": "package build" |
| 254 } | 265 } |
| 255 ] | 266 ] |
| OLD | NEW |