File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ postsubmits:
58
58
limits :
59
59
cpu : " 4"
60
60
memory : " 4Gi"
61
- - name : post-etcd-operator-lint
61
+ - name : post-etcd-operator-verify
62
62
cluster : eks-prow-build-cluster
63
63
branches :
64
64
- main
65
65
decorate : true
66
66
annotations :
67
67
testgrid-dashboards : sig-etcd-operator-postsubmits
68
- testgrid-tab-name : post-etcd-operator-lint
68
+ testgrid-tab-name : post-etcd-operator-verify
69
69
spec :
70
70
containers :
71
71
- image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250905-c89b045f57-master
@@ -74,7 +74,7 @@ postsubmits:
74
74
args :
75
75
- bash
76
76
- -c
77
- - make lint
77
+ - make verify
78
78
resources :
79
79
requests :
80
80
cpu : " 4"
Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ presubmits:
59
59
limits :
60
60
cpu : " 4"
61
61
memory : " 4Gi"
62
- - name : pull-etcd-operator-lint
62
+ - name : pull-etcd-operator-verify
63
63
cluster : eks-prow-build-cluster
64
64
always_run : true
65
65
branches :
66
66
- main
67
67
decorate : true
68
68
annotations :
69
69
testgrid-dashboards : sig-etcd-operator-presubmits
70
- testgrid-tab-name : pull-etcd-operator-lint
70
+ testgrid-tab-name : pull-etcd-operator-verify
71
71
spec :
72
72
containers :
73
73
- image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250905-c89b045f57-master
@@ -76,7 +76,7 @@ presubmits:
76
76
args :
77
77
- bash
78
78
- -c
79
- - make lint
79
+ - make verify
80
80
resources :
81
81
requests :
82
82
cpu : " 4"
You can’t perform that action at this time.
0 commit comments