File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed
config/jobs/kubernetes/kops Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ### CUSTOM JOBS
2
+ presubmits :
3
+ kubernetes/kops :
4
+
5
+ - name : pull-kops-aws-distro-al2023-canary
6
+ cluster : k8s-infra-kops-prow-build
7
+ branches :
8
+ - master
9
+ always_run : false
10
+ optional : true
11
+ skip_report : false
12
+ labels :
13
+ preset-service-account : " true"
14
+ preset-aws-ssh : " true"
15
+ preset-dind-enabled : " true"
16
+ decorate : true
17
+ decoration_config :
18
+ timeout : 90m
19
+ path_alias : k8s.io/kops
20
+ spec :
21
+ containers :
22
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-master
23
+ imagePullPolicy : Always
24
+ command :
25
+ - runner.sh
26
+ args :
27
+ - bash
28
+ - -c
29
+ - |
30
+ make test-e2e-install
31
+ kubetest2 kops \
32
+ -v 2 \
33
+ --up --build --down \
34
+ --cloud-provider=aws \
35
+ --create-args="--image='137112412989/al2023-ami-2023.7.20250609.0-kernel-6.1-x86_64' --channel=alpha --networking=calico" \
36
+ --kubernetes-version=https://dl.k8s.io/release/stable.txt \
37
+ --kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \
38
+ --test=kops \
39
+ -- \
40
+ --test-args="-test.timeout=60m" \
41
+ --test-package-marker=stable.txt \
42
+ --parallel=25
43
+ securityContext :
44
+ privileged : true
45
+ env :
46
+ - name : KUBE_SSH_KEY_PATH
47
+ value : /etc/aws-ssh/aws-ssh-private
48
+ - name : KUBE_SSH_USER
49
+ value : ec2-user
50
+ - name : GOPATH
51
+ value : /home/prow/go
52
+ resources :
53
+ limits :
54
+ cpu : " 4"
55
+ memory : 6Gi
56
+ requests :
57
+ cpu : " 4"
58
+ memory : 6Gi
59
+ annotations :
60
+ test.kops.k8s.io/cloud : aws
61
+ test.kops.k8s.io/distro : al2023
62
+ test.kops.k8s.io/k8s_version : stable
63
+ test.kops.k8s.io/kops_channel : alpha
64
+ test.kops.k8s.io/networking : calico
65
+ testgrid-dashboards : kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
66
+ testgrid-days-of-results : ' 90'
67
+ testgrid-tab-name : e2e-al2023
You can’t perform that action at this time.
0 commit comments