Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
74cdfea0
Commit
74cdfea0
authored
Feb 18, 2016
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small typo in ubernetes-lite E2E_ZONES
Also fix name of MULTIZONE env var
parent
1c1c5771
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
e2e.sh
hack/jenkins/e2e.sh
+3
-3
No files found.
hack/jenkins/e2e.sh
View file @
74cdfea0
...
@@ -153,14 +153,14 @@ case ${JOB_NAME} in
...
@@ -153,14 +153,14 @@ case ${JOB_NAME} in
export
GINKGO_PARALLEL
=
"y"
export
GINKGO_PARALLEL
=
"y"
export
PROJECT
=
"k8s-jkns-e2e-gce-slow"
export
PROJECT
=
"k8s-jkns-e2e-gce-slow"
;;
;;
# Runs all non-flaky, non-slow tests on GCE, sequentially,
# Runs all non-flaky, non-slow tests on GCE, sequentially,
# and in a multi-zone ("Ubernetes Lite") cluster.
# and in a multi-zone ("Ubernetes Lite") cluster.
kubernetes-e2e-gce-ubernetes-lite
)
kubernetes-e2e-gce-ubernetes-lite
)
export
PROJECT
=
"k8s-jkns-e2e-gce-ubelite"
export
PROJECT
=
"k8s-jkns-e2e-gce-ubelite"
export
E2E_
MULTIZONE
=
"true"
export
MULTIZONE
=
"true"
export
KUBE_GCE_ZONE
=
""
export
KUBE_GCE_ZONE
=
""
export
E2E_ZONES
=
"us-central1-a us-central1-b us-central1-f"
}
export
E2E_ZONES
=
"us-central1-a us-central1-b us-central1-f"
;;
;;
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment