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
d1dbeb98
Commit
d1dbeb98
authored
Nov 23, 2015
by
Brad Erickson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minion->Node rename: NUM_NODES_BKP, NUM_NODES_PARALLEL
parent
e67be19a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
e2e.sh
hack/jenkins/e2e.sh
+9
-9
No files found.
hack/jenkins/e2e.sh
View file @
d1dbeb98
...
...
@@ -87,7 +87,7 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then
KUBERNETES_PROVIDER
=
"gce"
:
${
E2E_MIN_STARTUP_PODS
:
=
"1"
}
:
${
E2E_ZONE
:
=
"us-central1-f"
}
:
${
NUM_
MINION
S_PARALLEL
:
=
"6"
}
# Number of nodes required to run all of the tests in parallel
:
${
NUM_
NODE
S_PARALLEL
:
=
"6"
}
# Number of nodes required to run all of the tests in parallel
elif
[[
${
JOB_NAME
}
=
~ ^kubernetes-.
*
-gke
]]
;
then
KUBERNETES_PROVIDER
=
"gke"
...
...
@@ -96,7 +96,7 @@ elif [[ ${JOB_NAME} =~ ^kubernetes-.*-aws ]]; then
KUBERNETES_PROVIDER
=
"aws"
:
${
E2E_MIN_STARTUP_PODS
:
=
"1"
}
:
${
E2E_ZONE
:
=
"us-east-1a"
}
:
${
NUM_
MINION
S_PARALLEL
:
=
"6"
}
# Number of nodes required to run all of the tests in parallel
:
${
NUM_
NODE
S_PARALLEL
:
=
"6"
}
# Number of nodes required to run all of the tests in parallel
fi
if
[[
"
${
KUBERNETES_PROVIDER
}
"
==
"aws"
]]
;
then
...
...
@@ -354,7 +354,7 @@ case ${JOB_NAME} in
:
${
PROJECT
:
=
"kubernetes-jenkins-pull"
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
# Override GCE defaults
NUM_MINIONS
=
${
NUM_
MINION
S_PARALLEL
}
NUM_MINIONS
=
${
NUM_
NODE
S_PARALLEL
}
;;
# Runs all non-flaky tests on GCE in parallel.
...
...
@@ -373,7 +373,7 @@ case ${JOB_NAME} in
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
# Override GCE defaults
NUM_MINIONS
=
${
NUM_
MINION
S_PARALLEL
}
NUM_MINIONS
=
${
NUM_
NODE
S_PARALLEL
}
;;
# Runs all non-flaky tests on AWS in parallel.
...
...
@@ -390,7 +390,7 @@ case ${JOB_NAME} in
)
"
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
# Override AWS defaults.
NUM_MINIONS
=
${
NUM_
MINION
S_PARALLEL
}
NUM_MINIONS
=
${
NUM_
NODE
S_PARALLEL
}
;;
# Runs the flaky tests on GCE in parallel.
...
...
@@ -409,7 +409,7 @@ case ${JOB_NAME} in
:
${
PROJECT
:
=
"k8s-jkns-e2e-gce-prl-flaky"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
# Override GCE defaults.
NUM_MINIONS
=
${
NUM_
MINION
S_PARALLEL
}
NUM_MINIONS
=
${
NUM_
NODE
S_PARALLEL
}
;;
# Runs only the reboot tests on GCE.
...
...
@@ -1715,7 +1715,7 @@ fi
### Start Kubemark ###
if
[[
"
${
USE_KUBEMARK
:-}
"
==
"true"
]]
;
then
export
RUN_FROM_DISTRO
=
true
NUM_
MINION
S_BKP
=
${
NUM_MINIONS
}
NUM_
NODE
S_BKP
=
${
NUM_MINIONS
}
MASTER_SIZE_BKP
=
${
MASTER_SIZE
}
./test/kubemark/stop-kubemark.sh
NUM_MINIONS
=
${
KUBEMARK_NUM_NODES
:-
$NUM_MINIONS
}
...
...
@@ -1723,10 +1723,10 @@ if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
./test/kubemark/start-kubemark.sh
./test/kubemark/run-e2e-tests.sh
--ginkgo
.focus
=
"should
\s
allow
\s
starting
\s
30
\s
pods
\s
per
\s
node"
--delete-namespace
=
"false"
--gather-resource-usage
=
"false"
./test/kubemark/stop-kubemark.sh
NUM_MINIONS
=
${
NUM_
MINION
S_BKP
}
NUM_MINIONS
=
${
NUM_
NODE
S_BKP
}
MASTER_SIZE
=
${
MASTER_SIZE_BKP
}
unset
RUN_FROM_DISTRO
unset
NUM_
MINION
S_BKP
unset
NUM_
NODE
S_BKP
unset
MASTER_SIZE_BKP
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