Skip to content

Commit

Permalink
remove gcp specific
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHorstmann committed Feb 2, 2024
1 parent af328fc commit 4ecddf8
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions config/prow/release-branch-jobs/1.25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,49 +41,6 @@ presubmits:
memory: 4Gi
securityContext:
privileged: true
- always_run: false
branches:
- release-1.25-lts
context: pull-kubernetes-node-e2e-containerd-kubetest2
decorate: true
decoration_config:
timeout: 1h5m0s
extra_refs:
- base_ref: master
org: kubernetes
path_alias: k8s.io/test-infra
repo: test-infra
labels:
preset-k8s-ssh: "true"
preset-service-account: "true"
name: pull-kubernetes-node-e2e-containerd-kubetest2
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
- 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:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/image-config.yaml
command:
- runner.sh
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231117-8a628a317a-experimental
name: ""
resources:
limits:
cpu: "4"
memory: 8Gi
requests:
cpu: "2"
memory: 4Gi
- always_run: false
branches:
- release-1.25-lts
Expand Down

0 comments on commit 4ecddf8

Please sign in to comment.