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

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

Issue 692623002: Revert of Use remove_build_metadata.py on all the trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | Annotate | Revision Log
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_chromium_rel", 10 "linux_chromium_rel",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "base_unittests", 229 "base_unittests",
230 "base_unittests_run", 230 "base_unittests_run",
231 "browser_tests", 231 "browser_tests",
232 "browser_tests_run", 232 "browser_tests_run",
233 "chrome" 233 "chrome"
234 ], 234 ],
235 "name": "compile (with patch)" 235 "name": "compile (with patch)"
236 }, 236 },
237 { 237 {
238 "cmd": [ 238 "cmd": [
239 "python",
240 "-u",
241 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
242 "--build-dir",
243 "[SLAVE_BUILD]/src/out/Release",
244 "--src-dir",
245 "[SLAVE_BUILD]/src"
246 ],
247 "cwd": "[SLAVE_BUILD]",
248 "name": "remove_build_metadata.py"
249 },
250 {
251 "cmd": [
252 "python", 239 "python",
253 "-u", 240 "-u",
254 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 241 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
255 "--build-dir", 242 "--build-dir",
256 "[SLAVE_BUILD]/src/out/Release", 243 "[SLAVE_BUILD]/src/out/Release",
257 "--output-json", 244 "--output-json",
258 "/path/to/tmp/json" 245 "/path/to/tmp/json"
259 ], 246 ],
260 "name": "find isolated tests", 247 "name": "find isolated tests",
261 "~followup_annotations": [ 248 "~followup_annotations": [
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "https://chromium-swarm.appspot.com", 591 "https://chromium-swarm.appspot.com",
605 "--decorate", 592 "--decorate",
606 "--print-status-updates", 593 "--print-status-updates",
607 "--shards", 594 "--shards",
608 "5", 595 "5",
609 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 " 596 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 "
610 ], 597 ],
611 "name": "browser_tests (with patch)" 598 "name": "browser_tests (with patch)"
612 } 599 }
613 ] 600 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698