Skip to content

Commit 30758d6

Browse files
committed
etcd operator: add lint postsubmit job
1 parent ac04426 commit 30758d6

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
postsubmits:
3+
etcd-io/etcd-operator:
4+
- name: post-etcd-operator-lint
5+
cluster: eks-prow-build-cluster
6+
branches:
7+
- main
8+
decorate: true
9+
annotations:
10+
testgrid-dashboards: sig-etcd-operator-postsubmits
11+
testgrid-tab-name: post-etcd-operator-lint
12+
spec:
13+
containers:
14+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20241230-3006692a6f-master
15+
command:
16+
- runner.sh
17+
args:
18+
- bash
19+
- -c
20+
- make lint
21+
resources:
22+
requests:
23+
cpu: "4"
24+
memory: "4Gi"
25+
limits:
26+
cpu: "4"
27+
memory: "4Gi"
28+
29+

config/testgrids/kubernetes/sig-etcd/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dashboard_groups:
1313
- sig-etcd-bbolt-presubmits
1414
- sig-etcd-bbolt-periodics
1515
- sig-etcd-operator-presubmits
16+
- sig-etcd-operator-postsubmits
1617

1718
dashboards:
1819
- name: sig-etcd-amd64
@@ -106,3 +107,4 @@ dashboards:
106107
- name: sig-etcd-bbolt-presubmits
107108
- name: sig-etcd-bbolt-periodics
108109
- name: sig-etcd-operator-presubmits
110+
- name: sig-etcd-operator-postsubmits

0 commit comments

Comments
 (0)