mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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:
parent
d911fc20af
commit
9de33fc425
@ -90,7 +90,7 @@
|
||||
triggers:
|
||||
- pollscm:
|
||||
cron: 'H/5 * * * *'
|
||||
- timed: '@daily'
|
||||
- timed: 'H/30 * * * *'
|
||||
wrappers:
|
||||
- ansicolor:
|
||||
colormap: xterm
|
||||
|
Loading…
Reference in New Issue
Block a user