Merge pull request #23592 from pwittrock/nodee2e

Run node test jobs every 30 minutes instead of daily.  This is critical for the kubelet e2e as it is a merge queue blocker.
This commit is contained in:
Jeff Grafton
2016-03-29 11:29:26 -07:00

View File

@@ -90,7 +90,7 @@
triggers:
- pollscm:
cron: 'H/5 * * * *'
- timed: '@daily'
- timed: 'H/30 * * * *'
wrappers:
- ansicolor:
colormap: xterm