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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
170 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
171 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
172 ] | 151 ] |
173 }, | 152 }, |
174 { | 153 { |
175 "cmd": [ | 154 "cmd": [ |
176 "python", | 155 "python", |
177 "-u", | 156 "-u", |
178 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 157 "[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\"}", | |
185 "run", | 158 "run", |
186 "--output", | 159 "--output", |
187 "/path/to/tmp/json" | 160 "/path/to/tmp/json" |
188 ], | 161 ], |
189 "name": "checkdeps (with patch)", | 162 "name": "checkdeps (with patch)", |
190 "~followup_annotations": [ | 163 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output@{@@@", | 164 "@@@STEP_LOG_LINE@json.output@{@@@", |
192 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
193 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
194 "@@@STEP_LOG_LINE@json.output@}@@@", | 167 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 26 matching lines...) Expand all Loading... |
221 "--json", | 194 "--json", |
222 "/path/to/tmp/json" | 195 "/path/to/tmp/json" |
223 ], | 196 ], |
224 "name": "checklicenses (with patch)", | 197 "name": "checklicenses (with patch)", |
225 "~followup_annotations": [ | 198 "~followup_annotations": [ |
226 "@@@STEP_LOG_LINE@json.output@[]@@@", | 199 "@@@STEP_LOG_LINE@json.output@[]@@@", |
227 "@@@STEP_LOG_END@json.output@@@" | 200 "@@@STEP_LOG_END@json.output@@@" |
228 ] | 201 ] |
229 } | 202 } |
230 ] | 203 ] |
OLD | NEW |