mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 12:46:06 +00:00
Restrict build jobs to running on build node instead of master
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'kubernetes-{build}'
|
name: 'kubernetes-{build}'
|
||||||
description: 'Grab the latest from GitHub, build. Test owner: Build Cop.'
|
description: 'Grab the latest from GitHub, build. Test owner: Build Cop.'
|
||||||
|
node: 'build'
|
||||||
logrotate:
|
logrotate:
|
||||||
numToKeep: 200
|
numToKeep: 200
|
||||||
builders:
|
builders:
|
||||||
|
Reference in New Issue
Block a user