Skip to content

Commit 595faa1

Browse files
committed
etcd-operator: run verify instead of lint target
1 parent 5bbda56 commit 595faa1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/jobs/etcd/etcd-operator-postsubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ postsubmits:
5858
limits:
5959
cpu: "4"
6060
memory: "4Gi"
61-
- name: post-etcd-operator-lint
61+
- name: post-etcd-operator-verify
6262
cluster: eks-prow-build-cluster
6363
branches:
6464
- main
6565
decorate: true
6666
annotations:
6767
testgrid-dashboards: sig-etcd-operator-postsubmits
68-
testgrid-tab-name: post-etcd-operator-lint
68+
testgrid-tab-name: post-etcd-operator-verify
6969
spec:
7070
containers:
7171
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250905-c89b045f57-master
@@ -74,7 +74,7 @@ postsubmits:
7474
args:
7575
- bash
7676
- -c
77-
- make lint
77+
- make verify
7878
resources:
7979
requests:
8080
cpu: "4"

config/jobs/etcd/etcd-operator-presubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ presubmits:
5959
limits:
6060
cpu: "4"
6161
memory: "4Gi"
62-
- name: pull-etcd-operator-lint
62+
- name: pull-etcd-operator-verify
6363
cluster: eks-prow-build-cluster
6464
always_run: true
6565
branches:
6666
- main
6767
decorate: true
6868
annotations:
6969
testgrid-dashboards: sig-etcd-operator-presubmits
70-
testgrid-tab-name: pull-etcd-operator-lint
70+
testgrid-tab-name: pull-etcd-operator-verify
7171
spec:
7272
containers:
7373
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250905-c89b045f57-master
@@ -76,7 +76,7 @@ presubmits:
7676
args:
7777
- bash
7878
- -c
79-
- make lint
79+
- make verify
8080
resources:
8181
requests:
8282
cpu: "4"

0 commit comments

Comments
 (0)