Skip to content

Commit

Permalink
Add ShareProcessNamespace feature to node-e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
verb committed Feb 27, 2018
1 parent 61f854f commit 88616dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10018,7 +10018,7 @@
"--gcp-project=k8s-jkns-ci-node-e2e",
"--gcp-zone=us-central1-f",
"--node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/image-config.yaml",
"--node-test-args=--kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-test-args=--feature-gates=PodShareProcessNamespace=true --kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-tests=true",
"--provider=gce",
"--test_args=--nodes=8 --skip=\"\\[Flaky\\]|\\[Serial\\]\"",
Expand Down Expand Up @@ -10052,7 +10052,7 @@
"--gcp-project=k8s-jkns-ci-node-e2e",
"--gcp-zone=us-central1-f",
"--node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/image-config.yaml",
"--node-test-args=--kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-test-args=--feature-gates=PodShareProcessNamespace=true --kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-tests=true",
"--provider=gce",
"--test_args=--nodes=8 --skip=\"\\[Flaky\\]|\\[Serial\\]\"",
Expand Down Expand Up @@ -10103,7 +10103,7 @@
"--gcp-project=k8s-jkns-ci-node-e2e",
"--gcp-zone=us-west1-b",
"--node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/image-config-serial.yaml",
"--node-test-args=--feature-gates=DynamicKubeletConfig=true,PodPriority=true,LocalStorageCapacityIsolation=true --kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-test-args=--feature-gates=DynamicKubeletConfig=true,PodPriority=true,LocalStorageCapacityIsolation=true,PodShareProcessNamespace=true --kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-tests=true",
"--provider=gce",
"--test_args=--nodes=1 --focus=\"\\[Serial\\]\" --skip=\"\\[Flaky\\]|\\[Benchmark\\]\"",
Expand Down

0 comments on commit 88616dc

Please sign in to comment.