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

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

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 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 | masters/master.chromium.infra.cron/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ed81122aab14f53028474932b02ce782227aaa81..e37bd6bb6a1f99dbc9196d9500940857b4105a9f 100644
--- a/masters/master.chromium.infra.cron/master.cfg
+++ b/masters/master.chromium.infra.cron/master.cfg
@@ -158,6 +158,11 @@ c['builders'].extend([
'category': '1cron',
},
{
+ 'name': 'GAE SDK CIPD Packager',
+ 'factory': f_annotations.BaseFactory(recipe='infra/gae_sdk_cipd_packager'),
+ 'category': '1cron',
+ },
+ {
'name': 'Chromium Linux Codesearch',
'factory': f_annotations.BaseFactory(recipe='chromium_codesearch'),
'category': '2codesearch',
@@ -214,6 +219,12 @@ c['schedulers'].extend([
hour=[6],
minute=0,
builderNames=['w3c-test-autoroller']),
+ Nightly(
+ name='gae-sdk-scheduler',
+ branch='master',
+ hour=range(0, 24, 4),
+ minute=0,
+ builderNames=['GAE SDK CIPD Packager']),
# Trigger this builder on any change anywhere.
AnyBranchScheduler(
« no previous file with comments | « no previous file | masters/master.chromium.infra.cron/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698