[PATCH] D38011: [zorg] Update the scheduler for the reverse iterator builder
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 05:06:28 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL314034: [zorg] Update the scheduler for the reverse iterator builder (authored by pzheng).
Changed prior to commit:
https://reviews.llvm.org/D38011?vs=116257&id=116526#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38011
Files:
zorg/trunk/buildbot/osuosl/master/master.cfg
Index: zorg/trunk/buildbot/osuosl/master/master.cfg
===================================================================
--- zorg/trunk/buildbot/osuosl/master/master.cfg
+++ zorg/trunk/buildbot/osuosl/master/master.cfg
@@ -232,11 +232,12 @@
minute=0,
branch=None))
-c['schedulers'].append(Nightly(name="rev_iter_scheduler",
- builderNames=get_all_for("rev_iter"),
- hour=18,
- minute=0,
- branch=None))
+c['schedulers'].append(SingleBranchScheduler(name="rev_iter_scheduler",
+ treeStableTimer=2*60,
+ builderNames=get_all_for("rev_iter"),
+ change_filter=depends_on(["cfe",
+ "llvm",
+ "polly"])))
c['schedulers'].extend(
config.schedulers.getSingleBranchSchedulers(c['builders'], c['schedulers'])
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38011.116526.patch
Type: text/x-patch
Size: 1164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170925/9d555aa6/attachment.bin>
More information about the llvm-commits
mailing list