Skip to content

Commit 3828ef3

Browse files
committed
Add pull-kops-aws-distro-al2023-canary for testing CI changes
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent d519f89 commit 3828ef3

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

config/jobs/kubernetes/kops/kops-presubmits-distros.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,3 +1006,68 @@ presubmits:
10061006
testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
10071007
testgrid-days-of-results: '90'
10081008
testgrid-tab-name: e2e-flatcar
1009+
1010+
#### CUSTOM JOBS
1011+
- name: pull-kops-aws-distro-al2023-canary
1012+
cluster: k8s-infra-kops-prow-build
1013+
branches:
1014+
- master
1015+
always_run: false
1016+
optional: false
1017+
skip_report: false
1018+
labels:
1019+
preset-service-account: "true"
1020+
preset-aws-ssh: "true"
1021+
preset-dind-enabled: "true"
1022+
decorate: true
1023+
decoration_config:
1024+
timeout: 90m
1025+
path_alias: k8s.io/kops
1026+
spec:
1027+
containers:
1028+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-master
1029+
imagePullPolicy: Always
1030+
command:
1031+
- runner.sh
1032+
args:
1033+
- bash
1034+
- -c
1035+
- |
1036+
make test-e2e-install
1037+
kubetest2 kops \
1038+
-v 2 \
1039+
--up --build --down \
1040+
--cloud-provider=aws \
1041+
--create-args="--image='137112412989/al2023-ami-2023.7.20250609.0-kernel-6.1-x86_64' --channel=alpha --networking=calico" \
1042+
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
1043+
--kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \
1044+
--test=kops \
1045+
-- \
1046+
--test-args="-test.timeout=60m" \
1047+
--test-package-marker=stable.txt \
1048+
--parallel=25
1049+
securityContext:
1050+
privileged: true
1051+
env:
1052+
- name: KUBE_SSH_KEY_PATH
1053+
value: /etc/aws-ssh/aws-ssh-private
1054+
- name: KUBE_SSH_USER
1055+
value: ec2-user
1056+
- name: GOPATH
1057+
value: /home/prow/go
1058+
resources:
1059+
limits:
1060+
cpu: "4"
1061+
memory: 6Gi
1062+
requests:
1063+
cpu: "4"
1064+
memory: 6Gi
1065+
annotations:
1066+
test.kops.k8s.io/cloud: aws
1067+
test.kops.k8s.io/distro: al2023
1068+
test.kops.k8s.io/k8s_version: stable
1069+
test.kops.k8s.io/kops_channel: alpha
1070+
test.kops.k8s.io/networking: calico
1071+
testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
1072+
testgrid-days-of-results: '90'
1073+
testgrid-tab-name: e2e-al2023

0 commit comments

Comments
 (0)