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

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

Issue 2230043002: Make test-results upload URL configurable. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase 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/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index 5ceb56508356dbc16f9e6c0a0bc553a071b871cb..a4135800b182411a52916b0def79efdddfb91f20 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -1152,6 +1152,24 @@ def GenTests(api):
)
yield (
+ api.test('dynamic_gtest_android') +
+ api.properties.generic(mastername='chromium.android',
+ buildername='Lollipop Phone Tester',
+ parent_buildername='Android arm Builder (dbg)') +
+ api.override_step_data(
+ 'read test spec (chromium.android.json)',
+ api.json.output({
+ 'Lollipop Phone Tester': {
+ 'gtest_tests': [
+ {
+ 'test': 'base_unittests',
+ }
+ ],
+ },
+ }))
+ )
+
+ yield (
api.test('dynamic_gtest_asan_android') +
api.properties.generic(mastername='chromium.fyi',
buildername='ClangToTAndroidASan') +

Powered by Google App Engine
This is Rietveld 408576698