Skip to content

Commit

Permalink
Merge pull request kubernetes#23151 from spxtr/staging-job
Browse files Browse the repository at this point in the history
Add parallel gke-staging job.
  • Loading branch information
Isaac Hollander McCreery committed Mar 17, 2016
2 parents 782ba43 + eb273e5 commit 929c1a2
Showing 1 changed file with 10 additions and 0 deletions.
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 @@ -352,6 +352,16 @@
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
export JENKINS_USE_SERVER_VERSION="y"
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://staging-container.sandbox.googleapis.com/"
- 'gke-staging-parallel':
description: 'Run E2E tests on GKE staging endpoint in parallel.'
timeout: 80
job-env: |
export PROJECT="k8s-e2e-gke-staging-parallel"
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
export JENKINS_USE_SERVER_VERSION="y"
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://staging-container.sandbox.googleapis.com/"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
jobs:
- 'kubernetes-e2e-{suffix}'

Expand Down

0 comments on commit 929c1a2

Please sign in to comment.