Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add jenkins project for kubenet #23712

Merged
merged 1 commit into from
Apr 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@
export MULTIZONE="true"
export E2E_ZONES="us-central1-a us-central1-b us-central1-f" # Where the nodes reside. Master is in the first one.
export KUBE_GCE_ZONE="us-central1-a" # Where the master resides - hangover due to legacy scripts.
- 'gce-kubenet':
description: 'Run all non-flaky, non-slow, non-disruptive, non-feature tests on GCE using kubenet as network provider'
timeout: 120
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this timeout seems a bit excessive, but I guess we can dial it back later if necessary.

emails: 'mixia@google.com'
test-owner: 'mixia'
job-env: |
export PROJECT="k8s-jkns-e2e-gce-kubenet"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
export NETWORK_PROVIDER="kubenet"
jobs:
- 'kubernetes-e2e-{suffix}'

Expand Down