diff --git a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml index 7a6f8da04233..d9c42f4caaf5 100644 --- a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml +++ b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml @@ -1724,58 +1724,7 @@ presubmits: - --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml - name: pull-crio-cgroupv1-node-e2e-features cluster: k8s-infra-prow-build - always_run: false - optional: true - skip_branches: - - release-\d+\.\d+ # per-release image - 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: 440m - path_alias: k8s.io/kubernetes - extra_refs: - - 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:v20241230-3006692a6f-master - command: - - runner.sh - - /workspace/scenarios/kubernetes_e2e.py - args: - - --deployment=node - - --env=KUBE_SSH_USER=core - - --gcp-zone=us-west1-b - - '--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\"]}"' - - --node-tests=true - - --provider=gce - - --test_args=--nodes=8 --focus="\[NodeFeature:.+\]|\[NodeFeature\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]" - - --timeout=180m - - --node-args=--image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml - resources: - limits: - cpu: 4 - memory: 6Gi - requests: - cpu: 4 - memory: 6Gi - env: - - name: GOPATH - value: /go - - name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE - value: "1" - annotations: - testgrid-dashboards: sig-node-cri-o, sig-node-presubmits - testgrid-tab-name: pr-node-crio-cgroupv1-node-e2e-features - - name: pull-crio-cgroupv1-node-e2e-features-kubetest2 - cluster: k8s-infra-prow-build - # explicitly needs /test pull-crio-cgroupv1-node-e2e-features-kubetest2 to run + # explicitly needs /test pull-crio-cgroupv1-node-e2e-features to run always_run: false optional: true skip_branches: @@ -1796,7 +1745,7 @@ presubmits: preset-pull-kubernetes-e2e-gce: "true" annotations: testgrid-dashboards: sig-node-cri-o, sig-node-presubmits - testgrid-tab-name: pr-node-crio-cgroupv1-node-e2e-features-kubetest2 + testgrid-tab-name: pr-node-crio-cgroupv1-node-e2e-features spec: containers: - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241230-3006692a6f-master