templater/jobs/presubmit/eks-anywhere-build-tooling/cloud-provider-vsphere-1-X-presubmits.yaml (15 lines of code) (raw):
jobName: cloud-provider-vsphere-{{ .releaseBranch }}-tooling-presubmit
runIfChanged: EKS_DISTRO_MINIMAL_BASE_TAG_FILE|EKSD_LATEST_RELEASES|^build/lib/.*|Common.mk|projects/kubernetes/cloud-provider-vsphere/.*
imageBuild: true
commands:
- if $(make check-project-path-exists); then make build -C $PROJECT_PATH; fi
projectPath: projects/kubernetes/cloud-provider-vsphere
resources:
requests:
memory: 16Gi
cpu: 4
envVars:
- name: RELEASE_BRANCH
value: {{ .releaseBranch }}
- name: PRUNE_BUILDCTL
value: true