forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifests.yaml
39 lines (39 loc) · 1.13 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# manifest list tests
periodics:
- name: periodic-kubernetes-e2e-manifest-lists
cluster: eks-prow-build-cluster
interval: 24h
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
decorate: true
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: kubeadm
base_ref: main
path_alias: k8s.io/kubeadm
workdir: true
spec:
containers:
- command:
- runner.sh
args:
- ./tests/e2e/manifests/verify_manifest_lists.sh
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240311-b09cdeb92c-master
resources:
limits:
memory: "9000Mi"
cpu: 2000m
requests:
memory: "9000Mi"
cpu: 2000m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-all
testgrid-tab-name: periodic-manifest-lists
testgrid-alert-email: [email protected]
description: "OWNER: sig-cluster-lifecycle; an e2e test for verifying manifest list images at registry.k8s.io"
testgrid-num-columns-recent: "20"
testgrid-num-failures-to-alert: "2"
testgrid-alert-stale-results-hours: "48"