Skip to content

Commit 75ba8ec

Browse files
authored
Merge pull request #33885 from kannon92/drop-1.28
drop 1.28 from sig-node release branches
2 parents e8bc283 + 570975a commit 75ba8ec

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

config/jobs/kubernetes/sig-node/k8s-release-branches.yaml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,4 @@
11
periodics:
2-
- name: ci-kubernetes-node-release-branch-1-28
3-
cluster: k8s-infra-prow-build
4-
interval: 24h
5-
labels:
6-
preset-service-account: "true"
7-
preset-k8s-ssh: "true"
8-
decorate: true
9-
decoration_config:
10-
timeout: 240m
11-
extra_refs:
12-
- org: kubernetes
13-
repo: kubernetes
14-
base_ref: release-1.28
15-
path_alias: k8s.io/kubernetes
16-
workdir: true
17-
- org: kubernetes
18-
repo: test-infra
19-
base_ref: master
20-
path_alias: k8s.io/test-infra
21-
spec:
22-
containers:
23-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
24-
command:
25-
- runner.sh
26-
- /workspace/scenarios/kubernetes_e2e.py
27-
args:
28-
- --deployment=node
29-
- --gcp-zone=us-central1-a
30-
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/k8s-release-branches/image-config-1.28.yaml
31-
- '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
32-
- --node-tests=true
33-
- --provider=gce
34-
- --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]"
35-
- --timeout=180m
36-
env:
37-
- name: GOPATH
38-
value: /go
39-
resources:
40-
limits:
41-
cpu: 4
42-
memory: 6Gi
43-
requests:
44-
cpu: 4
45-
memory: 6Gi
46-
annotations:
47-
testgrid-dashboards: sig-node-release-blocking
48-
testgrid-tab-name: node-conformance-release-1.28
49-
testgrid-alert-email: [email protected]
50-
description: Node conformance tests in release branch 1.28
512
- name: ci-kubernetes-node-release-branch-1-29
523
cluster: k8s-infra-prow-build
534
interval: 24h

0 commit comments

Comments
 (0)