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 8, 2018
1 parent c3e640a commit 6c53c20
Show file tree
Hide file tree
Showing 4 changed files with 44 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 @@ -10356,6 +10356,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-benchmark": {
"args": [
"--deployment=node",
Expand Down
1 change: 1 addition & 0 deletions jobs/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ def test_all_project_are_unique(self):
'ci-kubernetes-node-kubelet-stable1': 'ci-kubernetes-node-kubelet-*',
'ci-kubernetes-node-kubelet-stable2': 'ci-kubernetes-node-kubelet-*',
'ci-kubernetes-node-kubelet-stable3': 'ci-kubernetes-node-kubelet-*',
'ci-kubernetes-node-kubelet-alpha': 'ci-kubernetes-node-kubelet-*',
'ci-kubernetes-node-kubelet-beta': 'ci-kubernetes-node-kubelet-*',
'ci-kubernetes-node-kubelet-non-cri-1-6': 'ci-kubernetes-node-kubelet-*',
# The cri-containerd validation node e2e jobs intentionally share projects.
Expand Down
17 changes: 17 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14053,6 +14053,23 @@ periodics:
- name: GOPATH
value: /go

- name: ci-kubernetes-node-kubelet-alpha
interval: 1h
agent: kubernetes
labels:
preset-service-account: true
preset-k8s-ssh: true
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180305-98b9ccd6e-master
args:
- --repo=k8s.io/kubernetes=release-1.10
- --timeout=90
- --root=/go/src
env:
- name: GOPATH
value: /go

- name: ci-kubernetes-node-kubelet-benchmark
interval: 2h
agent: kubernetes
Expand Down
9 changes: 9 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ test_groups:
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gke-large-deploy
- name: ci-kubernetes-cross-build
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-cross-build
- name: ci-kubernetes-node-kubelet-alpha
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-alpha
test_name_config:
name_elements:
- target_config: Tests name
- target_config: Context
name_format: '%s [%s]'
- name: ci-kubernetes-node-kubelet-beta
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-beta
test_name_config:
Expand Down Expand Up @@ -4496,6 +4503,8 @@ dashboards:
test_group_name: ci-kubernetes-node-kubelet-serial
- name: kubelet-flaky-gce-e2e
test_group_name: ci-kubernetes-node-kubelet-flaky
- name: kubelet-alpha
test_group_name: ci-kubernetes-node-kubelet-alpha
- name: kubelet-conformance-gce-e2e
test_group_name: ci-kubernetes-node-kubelet-conformance
- name: kubelet-1.9
Expand Down

0 comments on commit 6c53c20

Please sign in to comment.