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
33a5874d
Commit
33a5874d
authored
Nov 10, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17069 from jlowdermilk/gke-1.1-features
Auto commit by PR queue bot
parents
c785a6e7
58c08307
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
e2e.sh
hack/jenkins/e2e.sh
+16
-0
No files found.
hack/jenkins/e2e.sh
View file @
33a5874d
...
@@ -713,6 +713,21 @@ case ${JOB_NAME} in
...
@@ -713,6 +713,21 @@ case ${JOB_NAME} in
)
"
}
)
"
}
;;
;;
kubernetes-e2e-gke-1.1-features
)
:
${
DOGFOOD_GCLOUD
:
=
"true"
}
:
${
GKE_API_ENDPOINT
:
=
"https://test-container.sandbox.googleapis.com/"
}
:
${
E2E_CLUSTER_NAME
:
=
"gke-1-1-features"
}
:
${
E2E_NETWORK
:
=
"gke-1-1-features"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
JENKINS_PUBLISHED_VERSION
:
=
"ci/latest-1.1"
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-1-1-features"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=GCE
\s
L7
\s
LoadBalancer
\s
Controller|Job|Horizontal
\s
pod
\s
autoscaling"
}
# At least n1-standard-2 nodes are required for the cluster to
# have enough cpu/ram to run the Horizontal pod autoscaling tests.
MINION_SIZE
=
"n1-standard-2"
;;
# kubernetes-upgrade-gke
# kubernetes-upgrade-gke
#
#
# This suite:
# This suite:
...
@@ -1369,6 +1384,7 @@ export KUBE_GKE_NETWORK=${E2E_NETWORK}
...
@@ -1369,6 +1384,7 @@ export KUBE_GKE_NETWORK=${E2E_NETWORK}
export
E2E_SET_CLUSTER_API_VERSION
=
${
E2E_SET_CLUSTER_API_VERSION
:-}
export
E2E_SET_CLUSTER_API_VERSION
=
${
E2E_SET_CLUSTER_API_VERSION
:-}
export
DOGFOOD_GCLOUD
=
${
DOGFOOD_GCLOUD
:-}
export
DOGFOOD_GCLOUD
=
${
DOGFOOD_GCLOUD
:-}
export
CMD_GROUP
=
${
CMD_GROUP
:-}
export
CMD_GROUP
=
${
CMD_GROUP
:-}
export
MACHINE_TYPE
=
${
MINION_SIZE
:-}
# GKE scripts use MACHINE_TYPE for the node vm size
if
[[
!
-z
"
${
GKE_API_ENDPOINT
:-}
"
]]
;
then
if
[[
!
-z
"
${
GKE_API_ENDPOINT
:-}
"
]]
;
then
export
CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER
=
${
GKE_API_ENDPOINT
}
export
CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER
=
${
GKE_API_ENDPOINT
}
...
...
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