Skip to content

Commit

Permalink
Merge pull request #33992 from bart0sh/PR057-replace-pr-crio-cgrpv2-i…
Browse files Browse the repository at this point in the history
…magefs-e2e-with-kubetest2

replace crio-cgrpv2-imagefs with kubetest2 job
  • Loading branch information
k8s-ci-robot authored Dec 18, 2024
2 parents f0190a4 + 6542148 commit 1366c26
Showing 1 changed file with 1 addition and 52 deletions.
53 changes: 1 addition & 52 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,57 +1250,6 @@ presubmits:
value: "1"
- name: pull-kubernetes-node-crio-cgrpv2-imagefs-e2e
cluster: k8s-infra-prow-build
skip_branches:
- release-\d+\.\d+ # per-release image
annotations:
testgrid-dashboards: sig-node-cri-o, sig-node-presubmits
testgrid-tab-name: pr-crio-cgrpv2-imagefs-e2e
always_run: false
optional: true
max_concurrency: 12
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
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:v20241128-8df65c072f-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="\[NodeConformance\]|\[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-cgroupv2-imagefs.yaml
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
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:
Expand All @@ -1322,7 +1271,7 @@ presubmits:
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
testgrid-tab-name: pr-crio-cgrpv2-imagefs-e2e
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
Expand Down

0 comments on commit 1366c26

Please sign in to comment.