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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py

Issue 2494433002: Transferring Mac 10.10 to a host that just triggers bots. (Closed)
Patch Set: Adding expectations Created 4 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
index 99e7e4c55813af379257673493a68d36243b4e8d..d75a12fddff974ec881df77cdac03cba08e033c9 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
@@ -146,7 +146,7 @@ _AddBuildSpec('Android arm64 Builder', 'android')
_AddBuildSpec('Win Builder', 'win', target_bits=32)
_AddBuildSpec( \
'Win x64 Builder', 'win', add_to_bisect=True, enable_swarming=True)
-_AddBuildSpec('Mac Builder', 'mac', add_to_bisect=True)
+_AddBuildSpec('Mac Builder', 'mac', add_to_bisect=True, enable_swarming=True)
_AddBuildSpec('Linux Builder', 'linux', add_to_bisect=True)
@@ -188,8 +188,7 @@ _AddTestSpec('Win 7 Nvidia GPU Perf', 'chromium-rel-win7-gpu-nvidia', 'win',
_AddTestSpec('Mac 10.11 Perf', 'chromium-rel-mac11', 'mac',
num_host_shards=5)
-_AddTestSpec('Mac 10.10 Perf', 'chromium-rel-mac10', 'mac',
- num_host_shards=5)
+_AddIsolatedTestSpec('Mac 10.10 Perf', 'chromium-rel-mac10', 'mac')
_AddTestSpec('Mac Retina Perf', 'chromium-rel-mac-retina', 'mac',
num_host_shards=5)
_AddTestSpec('Mac HDD Perf', 'chromium-rel-mac-hdd', 'mac',

Powered by Google App Engine
This is Rietveld 408576698