forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Jenkins e2e test job for multi-zone Ubernetes Lite
- Loading branch information
Quinton Hoole
committed
Feb 16, 2016
1 parent
8081956
commit b4a3559
Showing
4 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,11 @@ | |
- 'gce-examples': | ||
description: 'Run e2e examples test on GCE using the latest successful Kubernetes build.' | ||
timeout: 90 | ||
- 'gce-ubernetes-lite': | ||
description: 'Run E2E tests on GCE across multiple zones using the latest successful build.' | ||
timeout: 150 | ||
emails: '$DEFAULT_RECIPIENTS, [email protected], [email protected]' | ||
test-owner: 'quinton' | ||
jobs: | ||
- 'kubernetes-e2e-{suffix}' | ||
|
||
|