-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathcluster-api-provider-nested-presubmits.yaml
83 lines (83 loc) · 2.43 KB
/
cluster-api-provider-nested-presubmits.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
presubmits:
kubernetes-sigs/cluster-api-provider-nested:
- name: pull-cluster-api-provider-nested-test
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
path_alias: "sigs.k8s.io/cluster-api-provider-nested"
branches:
# The script this job runs is not in all branches.
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250121-4aed057712-master
command:
- "runner.sh"
- "./scripts/ci-test.sh"
resources:
requests:
memory: "6Gi"
cpu: "2"
limits:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-nested
testgrid-tab-name: pr-test
- name: pull-cluster-api-provider-nested-build
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
path_alias: "sigs.k8s.io/cluster-api-provider-nested"
branches:
# The script this job runs is not in all branches.
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250121-4aed057712-master
command:
- "runner.sh"
- "./scripts/ci-build.sh"
resources:
requests:
memory: "6Gi"
cpu: "2"
limits:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-nested
testgrid-tab-name: pr-build
- name: pull-cluster-api-provider-nested-make
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
path_alias: "sigs.k8s.io/cluster-api-provider-nested"
branches:
# The script this job runs is not in all branches.
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250121-4aed057712-master
# docker-in-docker needs privileged mode
securityContext:
privileged: true
command:
- "runner.sh"
- "./scripts/ci-make.sh"
resources:
requests:
memory: "6Gi"
cpu: "2"
limits:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-nested
testgrid-tab-name: pr-make