Skip to content

Commit dd1ebce

Browse files
authored
Merge pull request #34618 from ivanvc/fix-etcd-postsubmit-dashboard
etcd: fix postsubmit jobs dashboard name
2 parents 8e1f2c0 + e92d5ab commit dd1ebce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/jobs/etcd/etcd-postsubmits.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ postsubmits:
9595
- release-3.6
9696
decorate: true
9797
annotations:
98-
testgrid-dashboards: sig-etcd-presubmits
98+
testgrid-dashboards: sig-etcd-postsubmits
9999
testgrid-tab-name: post-etcd-unit-test-amd64
100100
spec:
101101
containers:
@@ -123,7 +123,7 @@ postsubmits:
123123
- release-3.6
124124
decorate: true
125125
annotations:
126-
testgrid-dashboards: sig-etcd-presubmits
126+
testgrid-dashboards: sig-etcd-postsubmits
127127
testgrid-tab-name: post-etcd-unit-test-arm64
128128
spec:
129129
containers:
@@ -153,7 +153,7 @@ postsubmits:
153153
- release-3.6
154154
decorate: true
155155
annotations:
156-
testgrid-dashboards: sig-etcd-presubmits
156+
testgrid-dashboards: sig-etcd-postsubmits
157157
testgrid-tab-name: post-etcd-unit-test-386
158158
spec:
159159
containers:
@@ -181,7 +181,7 @@ postsubmits:
181181
- release-3.6
182182
decorate: true
183183
annotations:
184-
testgrid-dashboards: sig-etcd-presubmits
184+
testgrid-dashboards: sig-etcd-postsubmits
185185
testgrid-tab-name: post-etcd-e2e-amd64
186186
spec:
187187
containers:
@@ -210,7 +210,7 @@ postsubmits:
210210
- release-3.6
211211
decorate: true
212212
annotations:
213-
testgrid-dashboards: sig-etcd-presubmits
213+
testgrid-dashboards: sig-etcd-postsubmits
214214
testgrid-tab-name: post-etcd-e2e-arm64
215215
spec:
216216
containers:
@@ -240,7 +240,7 @@ postsubmits:
240240
- release-3.6
241241
decorate: true
242242
annotations:
243-
testgrid-dashboards: sig-etcd-presubmits
243+
testgrid-dashboards: sig-etcd-postsubmits
244244
testgrid-tab-name: post-etcd-e2e-386
245245
spec:
246246
containers:
@@ -268,7 +268,7 @@ postsubmits:
268268
- release-3.6
269269
decorate: true
270270
annotations:
271-
testgrid-dashboards: sig-etcd-presubmits
271+
testgrid-dashboards: sig-etcd-postsubmits
272272
testgrid-tab-name: post-etcd-integration-4-cpu-amd64
273273
spec:
274274
containers:
@@ -298,7 +298,7 @@ postsubmits:
298298
- release-3.6
299299
decorate: true
300300
annotations:
301-
testgrid-dashboards: sig-etcd-presubmits
301+
testgrid-dashboards: sig-etcd-postsubmits
302302
testgrid-tab-name: post-etcd-integration-4-cpu-arm64
303303
spec:
304304
containers:

0 commit comments

Comments
 (0)