| 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_arm", | 10 "linux_arm", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "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'}]", | 14 "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'}]", |
| 15 "--root", |
| 16 "src", |
| 15 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 16 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--issue", |
| 20 "12853011", |
| 21 "--patchset", |
| 22 "1", |
| 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", |
| 17 "--output_json", | 25 "--output_json", |
| 18 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 19 "--revision", | 27 "--revision", |
| 20 "src@HEAD", | 28 "src@HEAD", |
| 21 "--force" | 29 "--force" |
| 22 ], | 30 ], |
| 23 "name": "bot_update", | 31 "name": "bot_update", |
| 24 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 25 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 26 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "name": "get compile targets for scripts", | 128 "name": "get compile targets for scripts", |
| 121 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 122 "@@@STEP_LOG_LINE@json.output@{}@@@", | 130 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 123 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 124 ] | 132 ] |
| 125 }, | 133 }, |
| 126 { | 134 { |
| 127 "cmd": [ | 135 "cmd": [ |
| 128 "python", | 136 "python", |
| 129 "-u", | 137 "-u", |
| 130 "[DEPOT_TOOLS]/gclient.py", | 138 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 131 "runhooks" | 139 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 140 "/path/to/tmp/json" |
| 132 ], | 141 ], |
| 133 "env": { | 142 "name": "read filter exclusion spec", |
| 134 "GYP_CROSSCOMPILE": "1", | 143 "~followup_annotations": [ |
| 135 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch
ive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" | 144 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 136 }, | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "name": "gclient runhooks (with patch)" | 146 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] |
| 155 }, |
| 156 { |
| 157 "cmd": [ |
| 158 "git", |
| 159 "diff", |
| 160 "--cached", |
| 161 "--name-only" |
| 162 ], |
| 163 "cwd": "[SLAVE_BUILD]/src", |
| 164 "name": "git diff to analyze patch", |
| 165 "stdout": "/path/to/tmp/" |
| 138 }, | 166 }, |
| 139 { | 167 { |
| 140 "cmd": [ | 168 "cmd": [ |
| 141 "python", | 169 "python", |
| 142 "-u", | 170 "-u", |
| 143 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 171 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 144 "--build-dir", | 172 "--analyzer", |
| 145 "[SLAVE_BUILD]/src/out/Release", | 173 "{\"files\": [\"foo.cc\"], \"targets\": [\"browser_tests\", \"base_tests\"
, \"chrome\"]}", |
| 146 "--clean-isolated-files" | 174 "/path/to/tmp/json" |
| 147 ], | 175 ], |
| 148 "name": "clean isolated files" | 176 "env": { |
| 177 "GYP_CROSSCOMPILE": "1", |
| 178 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch
ive use_goma=1" |
| 179 }, |
| 180 "name": "analyze", |
| 181 "~followup_annotations": [ |
| 182 "@@@STEP_TEXT@No compile necessary@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@" |
| 189 ] |
| 149 }, | 190 }, |
| 150 { | 191 { |
| 151 "cmd": [ | 192 "cmd": [ |
| 152 "python", | 193 "python", |
| 153 "-u", | 194 "-u", |
| 154 "[BUILD]/scripts/slave/compile.py", | 195 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 155 "--target", | 196 "--build-config-fs", |
| 156 "Release", | 197 "Release", |
| 157 "--src-dir", | 198 "--paths", |
| 158 "[SLAVE_BUILD]/src", | 199 "{\"build\": \"[BUILD]\"}", |
| 159 "--build-tool", | 200 "--properties", |
| 160 "ninja", | 201 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}", |
| 161 "--compiler", | 202 "run", |
| 162 "goma", | 203 "--output", |
| 163 "--goma-dir", | 204 "/path/to/tmp/json" |
| 164 "[BUILD]/goma", | |
| 165 "--", | |
| 166 "all", | |
| 167 "base_tests", | |
| 168 "browser_tests", | |
| 169 "browser_tests_run", | |
| 170 "chrome" | |
| 171 ], | 205 ], |
| 172 "name": "compile (with patch)" | 206 "name": "checkdeps (with patch)", |
| 207 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 212 "@@@STEP_LOG_END@json.output@@@" |
| 213 ] |
| 173 }, | 214 }, |
| 174 { | 215 { |
| 175 "cmd": [ | 216 "cmd": [ |
| 176 "python", | 217 "python", |
| 177 "-u", | 218 "-u", |
| 178 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 219 "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py", |
| 179 "--build-dir", | 220 "--root", |
| 180 "[SLAVE_BUILD]/src/out/Release", | 221 "[SLAVE_BUILD]/src", |
| 181 "--output-json", | 222 "--json", |
| 182 "/path/to/tmp/json" | 223 "/path/to/tmp/json" |
| 183 ], | 224 ], |
| 184 "name": "find isolated tests", | 225 "name": "checkperms (with patch)", |
| 226 "~followup_annotations": [ |
| 227 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 228 "@@@STEP_LOG_END@json.output@@@" |
| 229 ] |
| 230 }, |
| 231 { |
| 232 "cmd": [ |
| 233 "python", |
| 234 "-u", |
| 235 "[SLAVE_BUILD]/src/tools/checklicenses/checklicenses.py", |
| 236 "--root", |
| 237 "[SLAVE_BUILD]/src", |
| 238 "--json", |
| 239 "/path/to/tmp/json" |
| 240 ], |
| 241 "name": "checklicenses (with patch)", |
| 242 "~followup_annotations": [ |
| 243 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 244 "@@@STEP_LOG_END@json.output@@@" |
| 245 ] |
| 246 }, |
| 247 { |
| 248 "cmd": [ |
| 249 "python", |
| 250 "-u", |
| 251 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py", |
| 252 "--build-config-fs", |
| 253 "Release", |
| 254 "--paths", |
| 255 "{\"build\": \"[BUILD]\"}", |
| 256 "--properties", |
| 257 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}", |
| 258 "run", |
| 259 "--output", |
| 260 "/path/to/tmp/json" |
| 261 ], |
| 262 "name": "telemetry_unittests (with patch)", |
| 185 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 186 "@@@STEP_LOG_LINE@json.output@{@@@", | 264 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 188 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@}@@@", | 267 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 190 "@@@STEP_LOG_END@json.output@@@", | 268 "@@@STEP_LOG_END@json.output@@@" |
| 191 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
| 192 ] | 269 ] |
| 193 } | 270 } |
| 194 ] | 271 ] |
| OLD | NEW |