| 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", |
| 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 102 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 123 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 103 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 104 ], | 125 ], |
| 105 "name": "read filter exclusion spec", | 126 "name": "read filter exclusion spec", |
| 106 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 107 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 128 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@{@@@", | 129 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 130 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 170 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 171 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 172 ] |
| 152 }, | 173 }, |
| 153 { | 174 { |
| 154 "cmd": [ | 175 "cmd": [ |
| 155 "python", | 176 "python", |
| 156 "-u", | 177 "-u", |
| 157 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 178 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 179 "--build-config-fs", |
| 180 "Release", |
| 181 "--paths", |
| 182 "{\"build\": \"[BUILD]\"}", |
| 183 "--properties", |
| 184 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", |
| 158 "run", | 185 "run", |
| 159 "--output", | 186 "--output", |
| 160 "/path/to/tmp/json" | 187 "/path/to/tmp/json" |
| 161 ], | 188 ], |
| 162 "name": "checkdeps (with patch)", | 189 "name": "checkdeps (with patch)", |
| 163 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@json.output@{@@@", | 191 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "cmd": [ | 231 "cmd": [ |
| 205 "python", | 232 "python", |
| 206 "-u", | 233 "-u", |
| 207 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 234 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 208 "--write-full-results-to", | 235 "--write-full-results-to", |
| 209 "/path/to/tmp/json" | 236 "/path/to/tmp/json" |
| 210 ], | 237 ], |
| 211 "name": "mojo_python_tests (with patch)" | 238 "name": "mojo_python_tests (with patch)" |
| 212 } | 239 } |
| 213 ] | 240 ] |
| OLD | NEW |