Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm.json

Issue 708993002: Revert "Use remove_build_metadata.py on all the trybots (take 2)." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "base_unittests", 188 "base_unittests",
189 "browser_tests", 189 "browser_tests",
190 "mojo_common_unittests" 190 "mojo_common_unittests"
191 ], 191 ],
192 "name": "compile (with patch)" 192 "name": "compile (with patch)"
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
199 "--build-dir",
200 "[SLAVE_BUILD]/src/out/Release",
201 "--src-dir",
202 "[SLAVE_BUILD]/src"
203 ],
204 "cwd": "[SLAVE_BUILD]",
205 "name": "remove_build_metadata"
206 },
207 {
208 "cmd": [
209 "python",
210 "-u",
211 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 198 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
212 "/path/to/tmp/", 199 "/path/to/tmp/",
213 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 200 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
214 ], 201 ],
215 "name": "find isolated targets" 202 "name": "find isolated targets"
216 }, 203 },
217 { 204 {
218 "cmd": [ 205 "cmd": [
219 "python", 206 "python",
220 "-u", 207 "-u",
(...skipping 11 matching lines...) Expand all
232 "~followup_annotations": [ 219 "~followup_annotations": [
233 "@@@STEP_LOG_LINE@json.output@{@@@", 220 "@@@STEP_LOG_LINE@json.output@{@@@",
234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
235 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
236 "@@@STEP_LOG_LINE@json.output@}@@@", 223 "@@@STEP_LOG_LINE@json.output@}@@@",
237 "@@@STEP_LOG_END@json.output@@@", 224 "@@@STEP_LOG_END@json.output@@@",
238 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 225 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
239 ] 226 ]
240 } 227 }
241 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698