| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 137 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 138 ] | 138 ] |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "[BUILD]/scripts/slave/cleanup_temp.py" | |
| 145 ], | |
| 146 "cwd": "[SLAVE_BUILD]", | |
| 147 "name": "cleanup_temp" | |
| 148 }, | |
| 149 { | |
| 150 "cmd": [ | |
| 151 "python", | |
| 152 "-u", | |
| 153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 144 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 154 "[SLAVE_BUILD]/src/out/Release" | 145 "[SLAVE_BUILD]/src/out/Release" |
| 155 ], | 146 ], |
| 156 "cwd": "[SLAVE_BUILD]", | 147 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "rmtree build directory", | 148 "name": "rmtree build directory", |
| 158 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@python.inline@@@@", | 150 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 151 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 152 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@@@@", | 153 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 178 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 169 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 179 "--factory-properties", | 170 "--factory-properties", |
| 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 181 "--build-properties", | 172 "--build-properties", |
| 182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}" | 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}" |
| 183 ], | 174 ], |
| 184 "cwd": "[SLAVE_BUILD]", | 175 "cwd": "[SLAVE_BUILD]", |
| 185 "name": "extract build" | 176 "name": "extract build" |
| 186 }, | 177 }, |
| 187 { | 178 { |
| 179 "cmd": [ |
| 180 "python", |
| 181 "-u", |
| 182 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
| 185 "name": "cleanup_temp" |
| 186 }, |
| 187 { |
| 188 "allow_subannotations": true, | 188 "allow_subannotations": true, |
| 189 "cmd": [ | 189 "cmd": [ |
| 190 "python", | 190 "python", |
| 191 "-u", | 191 "-u", |
| 192 "[BUILD]/scripts/slave/runtest.py", | 192 "[BUILD]/scripts/slave/runtest.py", |
| 193 "--target", | 193 "--target", |
| 194 "Release", | 194 "Release", |
| 195 "--xvfb", | 195 "--xvfb", |
| 196 "--factory-properties", | 196 "--factory-properties", |
| 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", | 248 "cwd": "[SLAVE_BUILD]", |
| 249 "name": "browser_tests" | 249 "name": "browser_tests" |
| 250 }, | 250 }, |
| 251 { | 251 { |
| 252 "name": "$final_result", | 252 "name": "$final_result", |
| 253 "reason": "1 tests failed: ['base_unittests']", | 253 "reason": "1 tests failed: ['base_unittests']", |
| 254 "status_code": 1 | 254 "status_code": 1 |
| 255 } | 255 } |
| 256 ] | 256 ] |
| OLD | NEW |