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

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

Issue 2279893002: Deploy a single MacBook Pro Retina with AMD GPU on GPU FYI waterfall. (Closed)
Patch Set: Added forgotten file. Created 4 years, 4 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
index 6b96c1efa81bca9ba1ddf23ff38bfe355abb1152..0c49721fadeabba9787e7320898af75fd401505b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -820,6 +820,29 @@ SPEC = {
'enable_swarming': True,
'serialize_tests': True,
},
+ 'Mac Retina Release (AMD)': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['ninja_confirm_noop'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ steps.generate_isolated_script,
+ ],
+ 'bot_type': 'tester',
+ 'parent_buildername': 'GPU Mac Builder',
+ 'testing': {
+ 'platform': 'mac',
+ },
+ # Swarming is deliberately NOT enabled on this one-off configuration.
+ # Multiple copies of the machines have to be deployed into swarming
+ # in order to keep up with the faster cycle time of the tests.
+ 'enable_swarming': False,
+ },
'Android Release (Nexus 5)': {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs', 'mb'],

Powered by Google App Engine
This is Rietveld 408576698