| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "name": "get compile targets for scripts", | 136 "name": "get compile targets for scripts", |
| 137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 138 "@@@STEP_LOG_LINE@json.output@{}@@@", | 138 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] | 140 ] |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "[BUILD]/scripts/slave/cleanup_temp.py" | |
| 147 ], | |
| 148 "cwd": "[SLAVE_BUILD]", | |
| 149 "name": "cleanup_temp" | |
| 150 }, | |
| 151 { | |
| 152 "cmd": [ | |
| 153 "python", | |
| 154 "-u", | |
| 155 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 146 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 156 "[SLAVE_BUILD]/src/out/Release" | 147 "[SLAVE_BUILD]/src/out/Release" |
| 157 ], | 148 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 149 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "rmtree build directory", | 150 "name": "rmtree build directory", |
| 160 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 161 "@@@STEP_LOG_LINE@python.inline@@@@", | 152 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 153 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 154 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@@@@", | 155 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 183 "--build-properties", | 174 "--build-properties", |
| 184 "{\"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\"
}" | 175 "{\"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\"
}" |
| 185 ], | 176 ], |
| 186 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
| 187 "name": "extract build" | 178 "name": "extract build" |
| 188 }, | 179 }, |
| 189 { | 180 { |
| 190 "cmd": [ | 181 "cmd": [ |
| 191 "python", | 182 "python", |
| 192 "-u", | 183 "-u", |
| 184 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 187 "name": "cleanup_temp" |
| 188 }, |
| 189 { |
| 190 "cmd": [ |
| 191 "python", |
| 192 "-u", |
| 193 "[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", | 193 "[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", |
| 194 "--build-config-fs", | 194 "--build-config-fs", |
| 195 "Release", | 195 "Release", |
| 196 "--paths", | 196 "--paths", |
| 197 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 197 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 198 "--properties", | 198 "--properties", |
| 199 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}", | 199 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}", |
| 200 "--args", | 200 "--args", |
| 201 "[\"media_perftests\", \"--single-process-tests\"]", | 201 "[\"media_perftests\", \"--single-process-tests\"]", |
| 202 "run", | 202 "run", |
| 203 "--output", | 203 "--output", |
| 204 "/path/to/tmp/json" | 204 "/path/to/tmp/json" |
| 205 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", | 206 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "media_perftests", | 207 "name": "media_perftests", |
| 208 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 209 "@@@STEP_LOG_LINE@json.output@{@@@", | 209 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 212 "@@@STEP_LOG_LINE@json.output@}@@@", | 212 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 213 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 214 ] | 214 ] |
| 215 } | 215 } |
| 216 ] | 216 ] |
| OLD | NEW |