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
2684018b
Commit
2684018b
authored
Sep 01, 2015
by
Jerzy Szczepkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configurations of jenkins e2e cluster and default private e2e cluster made consistent.
Configurations of jenkins e2e cluster and default private e2e cluster made consistent.
parent
b2cfb8cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
config-test.sh
cluster/gce/config-test.sh
+3
-3
e2e.sh
hack/jenkins/e2e.sh
+0
-3
No files found.
cluster/gce/config-test.sh
View file @
2684018b
...
...
@@ -18,9 +18,9 @@
# gcloud multiplexing for shared GCE/GKE tests.
GCLOUD
=
gcloud
ZONE
=
${
KUBE_GCE_ZONE
:-
us
-central1-b
}
MASTER_SIZE
=
${
MASTER_SIZE
:-
n1
-standard-
1
}
MINION_SIZE
=
${
MINION_SIZE
:-
n1
-standard-
1
}
NUM_MINIONS
=
${
NUM_MINIONS
:-
2
}
MASTER_SIZE
=
${
MASTER_SIZE
:-
n1
-standard-
2
}
MINION_SIZE
=
${
MINION_SIZE
:-
n1
-standard-
2
}
NUM_MINIONS
=
${
NUM_MINIONS
:-
3
}
MASTER_DISK_TYPE
=
pd-ssd
MASTER_DISK_SIZE
=
${
MASTER_DISK_SIZE
:-
20GB
}
MINION_DISK_TYPE
=
pd-standard
...
...
hack/jenkins/e2e.sh
View file @
2684018b
...
...
@@ -69,9 +69,6 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then
KUBERNETES_PROVIDER
=
"gce"
:
${
E2E_MIN_STARTUP_PODS
:
=
"1"
}
:
${
E2E_ZONE
:
=
"us-central1-f"
}
:
${
MASTER_SIZE
:
=
"n1-standard-2"
}
:
${
MINION_SIZE
:
=
"n1-standard-2"
}
:
${
NUM_MINIONS
:
=
"3"
}
:
${
NUM_MINIONS_PARALLEL
:
=
"6"
}
# Number of nodes required to run all of the tests in parallel
fi
...
...
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