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