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

Side by Side Diff: scripts/slave/recipes/chromium.py

Issue 1608713004: Remove XP and Vista bots from chromium.win and chromium.webkit waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: merge Created 4 years, 11 months 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 DEPS = [ 5 DEPS = [
6 'adb', 6 'adb',
7 'amp', 7 'amp',
8 'bisect_tester', 8 'bisect_tester',
9 'bot_update', 9 'bot_update',
10 'chromium', 10 'chromium',
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 buildername='WebKit Linux', 860 buildername='WebKit Linux',
861 project='chromium', 861 project='chromium',
862 revision='3edb4989f8f69c968c0df14cb1c26d21dd19bf1f') + 862 revision='3edb4989f8f69c968c0df14cb1c26d21dd19bf1f') +
863 api.platform('linux', 64) 863 api.platform('linux', 64)
864 ) 864 )
865 865
866 yield ( 866 yield (
867 api.test('chromium_webkit_parent_revision_webkit') + 867 api.test('chromium_webkit_parent_revision_webkit') +
868 api.properties.generic( 868 api.properties.generic(
869 mastername='chromium.webkit', 869 mastername='chromium.webkit',
870 buildername='WebKit XP', 870 buildername='WebKit Win7',
871 project='webkit', 871 project='webkit',
872 parent_buildername='WebKit Win Builder', 872 parent_buildername='WebKit Win Builder',
873 parent_got_revision='7496f63cbefd34b2d791022fbad64a82838a3f3f', 873 parent_got_revision='7496f63cbefd34b2d791022fbad64a82838a3f3f',
874 parent_got_webkit_revision='191275', 874 parent_got_webkit_revision='191275',
875 revision='191275') + 875 revision='191275') +
876 api.platform('win', 32) 876 api.platform('win', 32)
877 ) 877 )
878 878
879 yield ( 879 yield (
880 api.test('chromium_webkit_parent_revision_chromium') + 880 api.test('chromium_webkit_parent_revision_chromium') +
881 api.properties.generic( 881 api.properties.generic(
882 mastername='chromium.webkit', 882 mastername='chromium.webkit',
883 buildername='WebKit XP', 883 buildername='WebKit Win7',
884 project='chromium', 884 project='chromium',
885 parent_buildername='WebKit Win Builder', 885 parent_buildername='WebKit Win Builder',
886 parent_got_revision='1e74b372f951d4491f305ec64f6decfcda739e73', 886 parent_got_revision='1e74b372f951d4491f305ec64f6decfcda739e73',
887 parent_got_webkit_revision='191269', 887 parent_got_webkit_revision='191269',
888 revision='1e74b372f951d4491f305ec64f6decfcda739e73') + 888 revision='1e74b372f951d4491f305ec64f6decfcda739e73') +
889 api.platform('win', 32) 889 api.platform('win', 32)
890 ) 890 )
891 891
892 yield ( 892 yield (
893 api.test('amp_split_recipe_trigger_failure') + 893 api.test('amp_split_recipe_trigger_failure') +
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 api.test('chromium_linux_Android_Tests_logcat_upload_timeout') + 942 api.test('chromium_linux_Android_Tests_logcat_upload_timeout') +
943 api.properties( 943 api.properties(
944 mastername='chromium.linux', 944 mastername='chromium.linux',
945 buildername='Android Tests', 945 buildername='Android Tests',
946 slavename='build1-a1', 946 slavename='build1-a1',
947 buildnumber='77457', 947 buildnumber='77457',
948 parent_buildername='Android Builder', 948 parent_buildername='Android Builder',
949 ) + 949 ) +
950 api.override_step_data('gsutil upload', retcode=-2001) 950 api.override_step_data('gsutil upload', retcode=-2001)
951 ) 951 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698