Skip to content

Commit

Permalink
Merge pull request #29609 from tzneal/standalone-kubelet
Browse files Browse the repository at this point in the history
remove project from standalone kubelet tests
  • Loading branch information
k8s-ci-robot authored May 26, 2023
2 parents a72db13 + 445f009 commit 8302522
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ periodics:


- name: ci-kubernetes-node-e2e-containerd-standalone-mode-all-alpha
interval: 24h
interval: 4h
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
Expand All @@ -305,7 +305,6 @@ periodics:
- --
- --node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml
- --deployment=node
- --gcp-project-type=node-e2e-project
- --gcp-zone=us-west1-b
- '--node-test-args=--standalone-mode=true --feature-gates=AllAlpha=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd\"]}"'
- --node-tests=true
Expand All @@ -328,7 +327,7 @@ periodics:
description: "Runs kubelet in standalone mode with all alpha features enabled"

- name: ci-kubernetes-node-e2e-containerd-standalone-mode
interval: 24h
interval: 4h
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
Expand All @@ -346,7 +345,6 @@ periodics:
- --
- --node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/containerd/containerd-main/systemd/image-config.yaml
- --deployment=node
- --gcp-project-type=node-e2e-project
- --gcp-zone=us-west1-b
- '--node-test-args=--standalone-mode=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd\"]}"'
- --node-tests=true
Expand Down

0 comments on commit 8302522

Please sign in to comment.