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
58c08307
Commit
58c08307
authored
Nov 06, 2015
by
Jeff Lowdermilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export MINION_SIZE as MACHINE_TYPE for gke tests
parent
dd9eabd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
e2e.sh
hack/jenkins/e2e.sh
+3
-0
No files found.
hack/jenkins/e2e.sh
View file @
58c08307
...
@@ -701,6 +701,8 @@ case ${JOB_NAME} in
...
@@ -701,6 +701,8 @@ case ${JOB_NAME} in
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-1-1-features"
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-1-1-features"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=GCE
\s
L7
\s
LoadBalancer
\s
Controller|Job|Horizontal
\s
pod
\s
autoscaling"
}
:
${
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"
MINION_SIZE
=
"n1-standard-2"
;;
;;
...
@@ -1360,6 +1362,7 @@ export KUBE_GKE_NETWORK=${E2E_NETWORK}
...
@@ -1360,6 +1362,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