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

Unified Diff: scripts/slave/recipe_modules/gpu/api.py

Issue 452083003: Specify GYP variable archive_gpu_tests=1 on GPU bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 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
« no previous file with comments | « no previous file | scripts/slave/recipes/gpu/build_and_test.expected/killall_gnome_keyring_failure.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/gpu/api.py
diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
index 120944e6e4cc8f5e826fd89e16b6fc01b61df5f5..df5b76ab1950b36d18374f20bc0447f90627a152 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -51,6 +51,11 @@ class GpuApi(recipe_api.RecipeApi):
self.m.chromium.c.gyp_env.GYP_DEFINES.pop('use_ash', None)
self.m.chromium.c.gyp_env.GYP_DEFINES.pop('use_aura', None)
+ # Enable archiving the GPU tests' isolates in chrome_tests.gypi.
+ # The non-GPU trybots build the "all" target, and these tests
+ # shouldn't be built or run on those bots.
+ self.m.chromium.c.gyp_env.GYP_DEFINES['archive_gpu_tests'] = 1
+
# TODO(kbr): remove the workaround for http://crbug.com/328249 .
# See crbug.com/335827 for background on the conditional.
if not self.m.platform.is_win:
« no previous file with comments | « no previous file | scripts/slave/recipes/gpu/build_and_test.expected/killall_gnome_keyring_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698