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

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

Issue 2464403006: Test ToT ANGLE on Android GPU.FYI bots (Closed)
Patch Set: update 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json » ('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_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 d909089959c7b37156342ee68458752e0d43c6b7..f191cdad156aace7af16706c9e1f67e03ad35d19 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -723,7 +723,7 @@ SPEC = {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs', 'mb'],
'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
+ 'gclient_apply_config': ['android', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -744,7 +744,7 @@ SPEC = {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs'],
'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
+ 'gclient_apply_config': ['android', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'TARGET_PLATFORM': 'android',
},
@@ -764,7 +764,7 @@ SPEC = {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs', 'mb'],
'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
+ 'gclient_apply_config': ['android', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -785,7 +785,7 @@ SPEC = {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs'],
'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
+ 'gclient_apply_config': ['android', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'TARGET_PLATFORM': 'android',
},
@@ -804,7 +804,7 @@ SPEC = {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs'],
'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
+ 'gclient_apply_config': ['android', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'TARGET_PLATFORM': 'android',
},
@@ -823,7 +823,7 @@ SPEC = {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs'],
'gclient_config': 'chromium',
- 'gclient_apply_config': ['android'],
+ 'gclient_apply_config': ['android', 'angle_top_of_tree'],
'chromium_config_kwargs': {
'TARGET_PLATFORM': 'android',
},
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698