forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifests.yaml
24 lines (24 loc) · 859 Bytes
/
manifests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# manifest list tests
periodics:
- name: periodic-kubernetes-e2e-manifest-lists
interval: 24h
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- args:
- --timeout=60
- --repo=k8s.io/kubeadm=master
- --scenario=execute
- --
- ./tests/e2e/manifests/verify_manifest_lists.sh
image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-master
annotations:
testgrid-dashboards: sig-cluster-lifecycle-all
testgrid-tab-name: periodic-manifest-lists
testgrid-alert-email: kubernetes-sig-cluster-lifecycle+testgrid@googlegroups.com
description: "OWNER: sig-cluster-lifecycle; an e2e test for verifying manifest list images at k8s.gcr.io"
testgrid-num-columns-recent: "20"
testgrid-num-failures-to-alert: "4"
testgrid-alert-stale-results-hours: "48"