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

Unified Diff: masters/master.chromium.infra.cron/master.cfg

Issue 2063323002: Create recipe to run find_annotated_tests.py periodically (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Name mistake Created 4 years, 6 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: masters/master.chromium.infra.cron/master.cfg
diff --git a/masters/master.chromium.infra.cron/master.cfg b/masters/master.chromium.infra.cron/master.cfg
index 8437cb217962ea6b99fdd6f4231e9f19ddc0f23a..51e2f80b269f77c8cbd64cdb1944c3111a5a86ea 100644
--- a/masters/master.chromium.infra.cron/master.cfg
+++ b/masters/master.chromium.infra.cron/master.cfg
@@ -156,6 +156,10 @@ c['builders'].extend([
'category': '1cron',
},
{
+ 'name': 'Chromium Android Find Annotated Test',
+ 'factory': f_annotations.BaseFactory(recipe='find_annonated_tests'),
+ 'category': '1cron',
+ {
'name': 'Chromium Linux Codesearch',
'factory': f_annotations.BaseFactory(recipe='chromium_codesearch'),
'category': '2codesearch',
@@ -213,6 +217,12 @@ c['schedulers'].extend([
hour=range(0, 24, 4),
minute=0,
builderNames=['Chromium Linux Codesearch', 'ChromiumOS Codesearch']),
+ Nightly(
+ name='find_annotated_tests',
+ branch='master',
+ hour=range(0, 24, 4),
+ minute=0,
+ builderNames=['Chromium Android Find Annotated Tests']),
# Trigger this builder on any change anywhere.
AnyBranchScheduler(
« no previous file with comments | « no previous file | masters/master.chromium.infra.cron/slaves.cfg » ('j') | scripts/slave/recipes/find_annotated_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698