File tree Expand file tree Collapse file tree
config/jobs/kubernetes-sigs/node-readiness-controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,3 +22,29 @@ presubmits:
2222 testgrid-dashboards : sig-node-node-readiness-controller
2323 testgrid-num-columns-recent : ' 30'
2424 testgrid-create-test-group : ' true'
25+ - name : pull-node-readiness-controller-test
26+ cluster : eks-prow-build-cluster
27+ always_run : false
28+ skip_if_only_changed : " ^docs/|\\ .md$|^(README|LICENSE|OWNERS|SECURITY_CONTACTS)$"
29+ branches :
30+ - ^main$
31+ - ^release-v.*$
32+ decorate : true
33+ spec :
34+ containers :
35+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260504-c27e3ff179-master
36+ command :
37+ - make
38+ args :
39+ - test
40+ resources :
41+ limits :
42+ cpu : 2
43+ memory : 4Gi
44+ requests :
45+ cpu : 2
46+ memory : 4Gi
47+ annotations :
48+ testgrid-dashboards : sig-node-node-readiness-controller
49+ testgrid-num-columns-recent : ' 30'
50+ testgrid-create-test-group : ' true'
You can’t perform that action at this time.
0 commit comments