Skip to content

Commit

Permalink
Add e2e-node job for alpha features
Browse files Browse the repository at this point in the history
  • Loading branch information
verb committed Mar 6, 2018
1 parent fb79e93 commit 9cd2acf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10218,6 +10218,23 @@
"sig-node"
]
},
"ci-kubernetes-node-kubelet-alpha": {
"args": [
"--deployment=node",
"--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=--feature-gates=AllAlpha=true,RotateKubeletServerCertificate=false --kubelet-flags=\"--cgroups-per-qos=true --cgroup-root=/\"",
"--node-tests=true",
"--provider=gce",
"--test_args=--nodes=8 --skip=\"\\[Flaky\\]|\\[Serial\\]\"",
"--timeout=65m"
],
"scenario": "kubernetes_e2e",
"sigOwners": [
"sig-node"
]
},
"ci-kubernetes-node-kubelet-beta": {
"args": [
"--deployment=node",
Expand Down

0 comments on commit 9cd2acf

Please sign in to comment.