Skip to content

Commit 96a2e85

Browse files
authored
Merge pull request #30919 from kannon92/periodic-crio-community-cluster-canary
community cluster test job
2 parents 6b9334c + f31d162 commit 96a2e85

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

config/jobs/kubernetes/sig-node/crio.yaml

+51
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,57 @@ periodics:
383383
testgrid-tab-name: ci-crio-cgroupv1-node-e2e-resource-managers
384384
testgrid-alert-email: [email protected]
385385
description: "Executes CPU, Memory and Topology manager e2e tests"
386+
- name: ci-crio-cgroupv2-node-e2e-conformance-canary
387+
cluster: k8s-infra-prow-build
388+
interval: 1h
389+
labels:
390+
preset-service-account: "true"
391+
preset-k8s-ssh: "true"
392+
decorate: true
393+
decoration_config:
394+
timeout: 240m
395+
extra_refs:
396+
- org: kubernetes
397+
repo: kubernetes
398+
base_ref: master
399+
path_alias: k8s.io/kubernetes
400+
workdir: true
401+
- org: kubernetes
402+
repo: test-infra
403+
base_ref: master
404+
path_alias: k8s.io/test-infra
405+
spec:
406+
containers:
407+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master
408+
command:
409+
- runner.sh
410+
- /workspace/scenarios/kubernetes_e2e.py
411+
args:
412+
- --deployment=node
413+
- --env=KUBE_SSH_USER=core
414+
- --gcp-zone=us-west1-b
415+
- '--node-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\"]}"'
416+
- --node-tests=true
417+
- --provider=gce
418+
- --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]"
419+
- --timeout=180m
420+
- --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgrpv2-k8s-infra-prow-build.yaml
421+
resources:
422+
limits:
423+
cpu: 4
424+
memory: 6Gi
425+
requests:
426+
cpu: 4
427+
memory: 6Gi
428+
env:
429+
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
430+
value: "1"
431+
annotations:
432+
testgrid-dashboards: sig-node-cri-o
433+
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance-canary
434+
testgrid-alert-email: [email protected]
435+
description: "Testing conversion to use community cluster"
436+
386437
- name: ci-crio-cgroupv1-node-e2e-hugepages
387438
interval: 4h
388439
labels:

0 commit comments

Comments
 (0)