| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 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_END@json.output@@@" | 123 "@@@STEP_LOG_END@json.output@@@" |
| 124 ] | 124 ] |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 131 "--output", | |
| 132 "/path/to/tmp/json", | |
| 133 "--", | |
| 134 "--build-config-fs", | |
| 135 "Release", | |
| 136 "--paths", | |
| 137 "{\"build\": \"[BUILD]\"}", | |
| 138 "--properties", | |
| 139 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}" | |
| 140 ], | |
| 141 "name": "get compile targets for scripts", | |
| 142 "~followup_annotations": [ | |
| 143 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 144 "@@@STEP_LOG_END@json.output@@@" | |
| 145 ] | |
| 146 }, | |
| 147 { | |
| 148 "cmd": [ | |
| 149 "python", | |
| 150 "-u", | |
| 151 "[DEPOT_TOOLS]/gclient.py", | 130 "[DEPOT_TOOLS]/gclient.py", |
| 152 "runhooks" | 131 "runhooks" |
| 153 ], | 132 ], |
| 154 "env": { | 133 "env": { |
| 155 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 134 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 156 }, | 135 }, |
| 157 "name": "gclient runhooks (with patch)" | 136 "name": "gclient runhooks (with patch)" |
| 158 }, | 137 }, |
| 159 { | 138 { |
| 160 "cmd": [ | 139 "cmd": [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 178 "chrome", | 157 "chrome", |
| 179 "mojo_common_unittests" | 158 "mojo_common_unittests" |
| 180 ], | 159 ], |
| 181 "name": "compile (with patch)" | 160 "name": "compile (with patch)" |
| 182 }, | 161 }, |
| 183 { | 162 { |
| 184 "cmd": [ | 163 "cmd": [ |
| 185 "python", | 164 "python", |
| 186 "-u", | 165 "-u", |
| 187 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 166 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 188 "--build-config-fs", | |
| 189 "Release", | |
| 190 "--paths", | |
| 191 "{\"build\": \"[BUILD]\"}", | |
| 192 "--properties", | |
| 193 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", | |
| 194 "run", | 167 "run", |
| 195 "--output", | 168 "--output", |
| 196 "/path/to/tmp/json" | 169 "/path/to/tmp/json" |
| 197 ], | 170 ], |
| 198 "name": "checkdeps (with patch)", | 171 "name": "checkdeps (with patch)", |
| 199 "~followup_annotations": [ | 172 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output@{@@@", | 173 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@}@@@", | 176 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "--json", | 208 "--json", |
| 236 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
| 237 ], | 210 ], |
| 238 "name": "checklicenses (with patch)", | 211 "name": "checklicenses (with patch)", |
| 239 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 240 "@@@STEP_LOG_LINE@json.output@[]@@@", | 213 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 241 "@@@STEP_LOG_END@json.output@@@" | 214 "@@@STEP_LOG_END@json.output@@@" |
| 242 ] | 215 ] |
| 243 }, | 216 }, |
| 244 { | 217 { |
| 245 "cmd": [ | |
| 246 "python", | |
| 247 "-u", | |
| 248 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py", | |
| 249 "--build-config-fs", | |
| 250 "Release", | |
| 251 "--paths", | |
| 252 "{\"build\": \"[BUILD]\"}", | |
| 253 "--properties", | |
| 254 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", | |
| 255 "run", | |
| 256 "--output", | |
| 257 "/path/to/tmp/json" | |
| 258 ], | |
| 259 "name": "telemetry_unittests (with patch)", | |
| 260 "~followup_annotations": [ | |
| 261 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 262 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 263 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 264 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 265 "@@@STEP_LOG_END@json.output@@@" | |
| 266 ] | |
| 267 }, | |
| 268 { | |
| 269 "allow_subannotations": true, | 218 "allow_subannotations": true, |
| 219 "cmd": [ |
| 220 "python", |
| 221 "-u", |
| 222 "[BUILD]/scripts/slave/runtest.py", |
| 223 "--target", |
| 224 "Release", |
| 225 "--xvfb", |
| 226 "--factory-properties", |
| 227 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", |
| 228 "--build-properties", |
| 229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", |
| 230 "--annotate=gtest", |
| 231 "--test-type=telemetry_unittests", |
| 232 "--builder-name=linux_chromium_rel", |
| 233 "--slave-name=TestSlavename", |
| 234 "--build-number=571", |
| 235 "--run-python-script", |
| 236 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", |
| 237 "--browser=release", |
| 238 "--retry-limit=3", |
| 239 "--write-full-results-to", |
| 240 "/path/to/tmp/json" |
| 241 ], |
| 242 "name": "telemetry_unittests (with patch)" |
| 243 }, |
| 244 { |
| 245 "allow_subannotations": true, |
| 270 "cmd": [ | 246 "cmd": [ |
| 271 "python", | 247 "python", |
| 272 "-u", | 248 "-u", |
| 273 "[BUILD]/scripts/slave/runtest.py", | 249 "[BUILD]/scripts/slave/runtest.py", |
| 274 "--target", | 250 "--target", |
| 275 "Release", | 251 "Release", |
| 276 "--xvfb", | 252 "--xvfb", |
| 277 "--factory-properties", | 253 "--factory-properties", |
| 278 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", | 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", |
| 279 "--build-properties", | 255 "--build-properties", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 468 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 493 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 469 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 494 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 470 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 495 "@@@STEP_LOG_LINE@python.inline@@@@", | 471 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 496 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 472 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 497 "@@@STEP_LOG_END@python.inline@@@", | 473 "@@@STEP_LOG_END@python.inline@@@", |
| 498 "@@@STEP_FAILURE@@@" | 474 "@@@STEP_FAILURE@@@" |
| 499 ] | 475 ] |
| 500 } | 476 } |
| 501 ] | 477 ] |
| OLD | NEW |