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

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

Issue 1722573002: Make swarming dimensions for GPU bots explicit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
index a8955fefba66ba208603d697147fec73023284c5..db9265dba5e9a7da1819141a5d2fd7bff0c96ec8 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py
@@ -280,6 +280,9 @@ SPEC = {
'platform': 'mac',
},
'enable_swarming': True,
+ 'swarming_dimensions': {
+ 'os': 'Mac-10.10',
+ },
},
'Mac Retina Release': {
'chromium_config': 'chromium',
@@ -340,6 +343,9 @@ SPEC = {
'platform': 'mac',
},
'enable_swarming': True,
+ 'swarming_dimensions': {
+ 'os': 'Mac-10.10',
+ },
},
'Mac 10.10 Retina Debug (AMD)': {
'chromium_config': 'chromium',
@@ -360,6 +366,9 @@ SPEC = {
'platform': 'mac',
},
'enable_swarming': True,
+ 'swarming_dimensions': {
+ 'os': 'Mac-10.10',
+ },
},
},
}
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698