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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_mac.py

Issue 693183004: Disable swarming for the new 10.9 testers, since there's no swarming bots yet. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac10_9_Tests.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_mac.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_mac.py b/scripts/slave/recipe_modules/chromium/chromium_mac.py
index 07e3800e05e1ce39443fe44337508f4733b20ae9..0ed2b4795ac7b8f6b3745ab28985dec47e656c59 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_mac.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_mac.py
@@ -59,9 +59,11 @@ SPEC = {
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
- 'os': 'Mac-10.8',
},
'enable_swarming': True,
+ 'swarming_dimensions': {
+ 'os': 'Mac-10.8',
+ },
},
'Mac10.9 Tests': {
'recipe_config': 'chromium',
@@ -77,9 +79,11 @@ SPEC = {
'parent_buildername': 'Mac Builder',
'testing': {
'platform': 'mac',
+ },
+ 'enable_swarming': False,
+ 'swarming_dimensions': {
'os': 'Mac-10.9',
},
- 'enable_swarming': True,
},
'Mac Builder (dbg)': {
'recipe_config': 'chromium',
@@ -112,7 +116,7 @@ SPEC = {
'testing': {
'platform': 'mac',
},
- 'enable_swarming': True,
+ 'enable_swarming': False,
'swarming_dimensions': {
'os': 'Mac-10.9',
},
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac10_9_Tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698