Tweaked test-crawler warning pattern and start times.
- Legacy-Id: 11965
This commit is contained in:
parent
9cb627f1cc
commit
0357d78e38
|
@ -82,7 +82,7 @@ c['schedulers'] = [
|
|||
# Periodic Schedulers
|
||||
Nightly(name="lin_test_old_libs", hour=16, minute=12, branch="trunk", builderNames=["Verify Minimum Libs"],),
|
||||
Nightly(name="lin_test_libs", hour=16, minute=42, branch="trunk", builderNames=["Verify Latest Libs"],),
|
||||
NightlyTriggerable(name="crawler", hour=[5,17], minute=00, builderNames=["Test-Crawler"],),
|
||||
NightlyTriggerable(name="crawler", hour=[5,7,9,11,13,15,17], minute=00, builderNames=["Test-Crawler"],),
|
||||
|
||||
# Force schedulers
|
||||
ForceScheduler(name="Force PyFlakes", builderNames=["Check PyFlakes"]),
|
||||
|
@ -124,7 +124,7 @@ class TestCrawlerShellCommand(WarningCountingShellCommand):
|
|||
flunkOnFailure = 1
|
||||
descriptionDone = ["test crawler"]
|
||||
command=["bin/test-crawl"]
|
||||
warningPattern = '.* FAIL'
|
||||
warningPattern = '.* FAIL '
|
||||
|
||||
class UnitTest(WarningCountingShellCommand):
|
||||
|
||||
|
|
Loading…
Reference in a new issue