Skip to content

Commit 331e9d0

Browse files
committed
Node e2e with golang tip
1 parent a0a2abb commit 331e9d0

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

config/jobs/kubernetes/sig-arch/kubernetes-code-organization.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,58 @@ periodics:
419419
requests:
420420
cpu: 4
421421
memory: "8Gi"
422+
423+
- name: ci-cgroup-systemd-containerd-node-e2e-golang-tip
424+
cluster: k8s-infra-prow-build
425+
interval: 8h
426+
labels:
427+
preset-service-account: "true"
428+
preset-k8s-ssh: "true"
429+
decorate: true
430+
decoration_config:
431+
timeout: 90m
432+
extra_refs:
433+
- org: kubernetes
434+
repo: kubernetes
435+
base_ref: master
436+
path_alias: k8s.io/kubernetes
437+
workdir: true
438+
- org: containerd
439+
repo: containerd
440+
base_ref: main
441+
path_alias: github.com/containerd/containerd
442+
- org: kubernetes
443+
repo: test-infra
444+
base_ref: master
445+
path_alias: k8s.io/test-infra
446+
spec:
447+
containers:
448+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-master
449+
command:
450+
- runner.sh
451+
- /workspace/scenarios/kubernetes_e2e.py
452+
args:
453+
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml
454+
- --deployment=node
455+
- --gcp-zone=us-central1-b
456+
- '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
457+
- --node-tests=true
458+
- --provider=gce
459+
- --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Serial\]"
460+
- --timeout=65m
461+
resources:
462+
limits:
463+
cpu: 4
464+
memory: 6Gi
465+
requests:
466+
cpu: 4
467+
memory: 6Gi
468+
env:
469+
- name: GOPATH
470+
value: /go
471+
- name: GO_VERSION
472+
value: "devel"
473+
annotations:
474+
testgrid-dashboards: sig-arch-code-organization
475+
testgrid-tab-name: cgroup-systemd-containerd-node-e2e-golang-tip
476+
testgrid-alert-email: [email protected]

0 commit comments

Comments
 (0)