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

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

Issue 680253003: 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: rebase 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_chromium_rel", 10 "linux_chromium_rel",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 239 "python",
240 "-u", 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"
249 },
250 {
251 "cmd": [
252 "python",
253 "-u",
241 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 254 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
242 "--build-dir", 255 "--build-dir",
243 "[SLAVE_BUILD]/src/out/Release", 256 "[SLAVE_BUILD]/src/out/Release",
244 "--output-json", 257 "--output-json",
245 "/path/to/tmp/json" 258 "/path/to/tmp/json"
246 ], 259 ],
247 "name": "find isolated tests", 260 "name": "find isolated tests",
248 "~followup_annotations": [ 261 "~followup_annotations": [
249 "@@@STEP_LOG_LINE@json.output@{@@@", 262 "@@@STEP_LOG_LINE@json.output@{@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base _unittests]\", @@@", 263 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base _unittests]\", @@@",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "https://chromium-swarm.appspot.com", 614 "https://chromium-swarm.appspot.com",
602 "--decorate", 615 "--decorate",
603 "--print-status-updates", 616 "--print-status-updates",
604 "--shards", 617 "--shards",
605 "5", 618 "5",
606 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 " 619 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 "
607 ], 620 ],
608 "name": "browser_tests (with patch)" 621 "name": "browser_tests (with patch)"
609 } 622 }
610 ] 623 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698