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

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

Issue 2254063002: Deploy Linux slave with AMD R7 240 to chromium.gpu.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 a605f95855b75f1775262d070ccae54496ac0001..6b96c1efa81bca9ba1ddf23ff38bfe355abb1152 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -579,6 +579,29 @@ SPEC = {
# in order to keep up with the faster cycle time of the tests.
'enable_swarming': False,
},
+ 'Linux Release (AMD R7 240)': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'tester',
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ steps.generate_isolated_script,
+ ],
+ 'parent_buildername': 'GPU Linux Builder',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ # 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,
+ },
'GPU Mac Builder': {
'chromium_config': 'chromium',
'chromium_apply_config':['archive_gpu_tests',

Powered by Google App Engine
This is Rietveld 408576698