Skip to content

Commit

Permalink
Merge pull request #33519 from elieser1101/pull-kubernetes-node-crio-…
Browse files Browse the repository at this point in the history
…cgrpv2-imagefs-e2e-kubetest2

duplicate pull-kubernetes-node-crio-cgrpv2-imagefs-e2e using kubetest2
  • Loading branch information
k8s-ci-robot authored Sep 24, 2024
2 parents f38c461 + c4032de commit b7c6383
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,59 @@ presubmits:
env:
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
value: "1"
- name: pull-kubernetes-node-crio-cgrpv2-imagefs-e2e-kubetest2
cluster: k8s-infra-prow-build
# explicitly needs /test pull-kubernetes-node-crio-cgrpv2-imagefs-e2e-kubetest2 to run
always_run: false
optional: true
skip_branches:
- release-\d+\.\d+ # per-release image
decorate: true
path_alias: k8s.io/kubernetes
extra_refs:
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
decoration_config:
timeout: 240m
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-pull-kubernetes-e2e: "true"
preset-pull-kubernetes-e2e-gce: "true"
annotations:
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
testgrid-tab-name: pr-crio-cgrpv2-imagefs-e2e-kubetest2
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\]|\[NodeFeature:.+\]|\[NodeFeature\]
- --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-cgroupv2-imagefs.yaml
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
env:
- name: KUBE_SSH_USER
value: core
- name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE
value: "1"
- name: pull-kubernetes-node-crio-cgrpv2-userns-e2e-serial
cluster: k8s-infra-prow-build
skip_branches:
Expand Down

0 comments on commit b7c6383

Please sign in to comment.