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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 595143002: Enable isolate on Linux release builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix Created 6 years, 3 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/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index b6117f81ee27b3018d2bb20f0b72ca3112b053a7..cdd6668b90da96b744efa1d68000e0d4204a0011 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -118,6 +118,21 @@ def GenTests(api):
)
yield (
+ api.test('dynamic_swarmed_gtest') +
+ api.properties.generic(mastername='chromium.linux',
+ buildername='Linux Builder') +
+ api.platform('linux', 64) +
+ api.override_step_data('read test spec', api.json.output({
+ 'Linux Tests': {
+ 'gtest_tests': [
+ {'test': 'browser_tests',
+ 'swarming': {'can_use_on_swarming_builders': True } },
+ ],
+ },
+ }))
+ )
+
+ yield (
api.test('dynamic_gtest_on_builder') +
api.properties.generic(mastername='chromium.linux',
buildername='Linux Builder') +

Powered by Google App Engine
This is Rietveld 408576698