Skip to content

Commit

Permalink
Merge pull request #15413 from Jefftree/netproxy
Browse files Browse the repository at this point in the history
Add network proxy E2E job
  • Loading branch information
k8s-ci-robot committed Dec 6, 2019
2 parents 434a1c1 + a8e1b8b commit f4274df
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Expand Up @@ -24,3 +24,28 @@ periodics:
annotations:
testgrid-dashboards: google-gce
testgrid-tab-name: gci-gce-proto

- interval: 24h
name: ci-kubernetes-e2e-gci-gce-network-proxy
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- args:
- --timeout=70
- --bare
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --env=ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true
- --extract=ci/latest
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --ginkgo-parallel=25
- --provider=gce
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20191126-9d3c810-master
annotations:
testgrid-dashboards: sig-api-machinery-network-proxy
2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/sig-api-machinery/config.yaml
Expand Up @@ -5,6 +5,7 @@ dashboard_groups:
- sig-api-machinery-kube-storage-version-migrator
- sig-api-machinery-structured-merge-diff
- sig-api-machinery-kubebuilder
- sig-api-machinery-network-proxy

dashboards:
- name: sig-api-machinery-gce-gke
Expand Down Expand Up @@ -52,3 +53,4 @@ dashboards:
- name: sig-api-machinery-kube-storage-version-migrator
- name: sig-api-machinery-structured-merge-diff
- name: sig-api-machinery-kubebuilder
- name: sig-api-machinery-network-proxy

0 comments on commit f4274df

Please sign in to comment.