| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", | 92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@{}@@@", | 93 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 94 "@@@STEP_LOG_END@json.output@@@" | 94 "@@@STEP_LOG_END@json.output@@@" |
| 95 ] | 95 ] |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "cmd": [ | 98 "cmd": [ |
| 99 "python", | 99 "python", |
| 100 "-u", | 100 "-u", |
| 101 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 102 "--output", | |
| 103 "/path/to/tmp/json", | |
| 104 "--", | |
| 105 "--build-config-fs", | |
| 106 "Release", | |
| 107 "--paths", | |
| 108 "{\"build\": \"[BUILD]\"}", | |
| 109 "--properties", | |
| 110 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}" | |
| 111 ], | |
| 112 "name": "get compile targets for scripts", | |
| 113 "~followup_annotations": [ | |
| 114 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 115 "@@@STEP_LOG_END@json.output@@@" | |
| 116 ] | |
| 117 }, | |
| 118 { | |
| 119 "cmd": [ | |
| 120 "python", | |
| 121 "-u", | |
| 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 123 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 102 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 124 "/path/to/tmp/json" | 103 "/path/to/tmp/json" |
| 125 ], | 104 ], |
| 126 "name": "read filter exclusion spec", | 105 "name": "read filter exclusion spec", |
| 127 "~followup_annotations": [ | 106 "~followup_annotations": [ |
| 128 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 107 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@{@@@", | 108 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 109 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "All", | 180 "All", |
| 202 "chromium_builder_tests" | 181 "chromium_builder_tests" |
| 203 ], | 182 ], |
| 204 "name": "compile (with patch)" | 183 "name": "compile (with patch)" |
| 205 }, | 184 }, |
| 206 { | 185 { |
| 207 "cmd": [ | 186 "cmd": [ |
| 208 "python", | 187 "python", |
| 209 "-u", | 188 "-u", |
| 210 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 189 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 211 "--build-config-fs", | |
| 212 "Release", | |
| 213 "--paths", | |
| 214 "{\"build\": \"[BUILD]\"}", | |
| 215 "--properties", | |
| 216 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", | |
| 217 "run", | 190 "run", |
| 218 "--output", | 191 "--output", |
| 219 "/path/to/tmp/json" | 192 "/path/to/tmp/json" |
| 220 ], | 193 ], |
| 221 "name": "checkdeps (with patch)", | 194 "name": "checkdeps (with patch)", |
| 222 "~followup_annotations": [ | 195 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@json.output@{@@@", | 196 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@}@@@", | 199 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 253 "--json", | 226 "--json", |
| 254 "/path/to/tmp/json" | 227 "/path/to/tmp/json" |
| 255 ], | 228 ], |
| 256 "name": "checklicenses (with patch)", | 229 "name": "checklicenses (with patch)", |
| 257 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 258 "@@@STEP_LOG_LINE@json.output@[]@@@", | 231 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 259 "@@@STEP_LOG_END@json.output@@@" | 232 "@@@STEP_LOG_END@json.output@@@" |
| 260 ] | 233 ] |
| 261 } | 234 } |
| 262 ] | 235 ] |
| OLD | NEW |