Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replicate ci-crio-cgroupv1-node-e2e-conformance using kubetest2 #33516

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions config/jobs/kubernetes/sig-node/crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,61 @@ periodics:
testgrid-alert-email: [email protected]

description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v1"
- name: ci-crio-cgroupv1-node-e2e-conformance-kubetest2
interval: 1h
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
decorate: true
decoration_config:
timeout: 240m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
workdir: true
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
command:
- runner.sh
args:
- kubetest2
- noop
- --test=node
- --
- --repo-root=.
- --gcp-zone=us-west1-b
- --parallelism=8
- --focus-regex=\[NodeConformance\]
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]
- '--test-args=--container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
env:
- name: KUBE_SSH_USER
value: core
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
value: "1"
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
annotations:
testgrid-dashboards: sig-node-cri-o
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-conformance-kubetest2
testgrid-alert-email: [email protected]
description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v1 using kubetest2"
# TODO (https://github.com/kubernetes/test-infra/issues/26127) consider restoring once we will figure out the right set of alpha features. The tag NodeAlphaFeature is not being used any longer
# - name: ci-crio-cgroupv1-node-e2e-alpha
# cluster: k8s-infra-prow-build
Expand Down