| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Perf (5)", | 10 "Linux Perf (5)", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "name": "get compile targets for scripts", | 109 "name": "get compile targets for scripts", |
| 110 "~followup_annotations": [ | 110 "~followup_annotations": [ |
| 111 "@@@STEP_LOG_LINE@json.output@{}@@@", | 111 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 112 "@@@STEP_LOG_END@json.output@@@" | 112 "@@@STEP_LOG_END@json.output@@@" |
| 113 ] | 113 ] |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "[BUILD]/scripts/slave/cleanup_temp.py" | |
| 120 ], | |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "name": "cleanup_temp" | |
| 123 }, | |
| 124 { | |
| 125 "cmd": [ | |
| 126 "python", | |
| 127 "-u", | |
| 128 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 119 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 129 "[SLAVE_BUILD]/src/out/Release" | 120 "[SLAVE_BUILD]/src/out/Release" |
| 130 ], | 121 ], |
| 131 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
| 132 "name": "rmtree build directory", | 123 "name": "rmtree build directory", |
| 133 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 134 "@@@STEP_LOG_LINE@python.inline@@@@", | 125 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 135 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 126 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 136 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 127 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 137 "@@@STEP_LOG_LINE@python.inline@@@@", | 128 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 154 "--build-properties", | 145 "--build-properties", |
| 155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Perf (5)\", \"buildnumber\": 571, \"mastername\": \"chrom
ium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"1111111\"
, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pa
th/to/workdir/TestSlavename\"}" | 146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Perf (5)\", \"buildnumber\": 571, \"mastername\": \"chrom
ium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\",
\"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"1111111\"
, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pa
th/to/workdir/TestSlavename\"}" |
| 156 ], | 147 ], |
| 157 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "extract build" | 149 "name": "extract build" |
| 159 }, | 150 }, |
| 160 { | 151 { |
| 161 "cmd": [ | 152 "cmd": [ |
| 162 "python", | 153 "python", |
| 163 "-u", | 154 "-u", |
| 155 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "cleanup_temp" |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 164 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 164 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 165 "list", | 165 "list", |
| 166 "--browser", | 166 "--browser", |
| 167 "release", | 167 "release", |
| 168 "--json-output", | 168 "--json-output", |
| 169 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
| 170 "--num-shards", | 170 "--num-shards", |
| 171 "5" | 171 "5" |
| 172 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", | 173 "cwd": "[SLAVE_BUILD]", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 194 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"dromaeo.cssqu
eryjquery\"@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"dromaeo.cssqu
eryjquery\"@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ }@@@", | 196 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 197 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@", |
| 199 "@@@STEP_LOG_LINE@json.output@}@@@", | 199 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 200 "@@@STEP_LOG_END@json.output@@@" | 200 "@@@STEP_LOG_END@json.output@@@" |
| 201 ] | 201 ] |
| 202 } | 202 } |
| 203 ] | 203 ] |
| OLD | NEW |