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
fbd0c93e
Commit
fbd0c93e
authored
Oct 06, 2015
by
Marek Grabowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15147 from gmarek/fix-jenkins
Unset NUM_MINIONS variable in Kubemark Jenkins run, to allow use of Kubemark default
parents
107d0f6d
393d8f08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
e2e.sh
hack/jenkins/e2e.sh
+5
-0
No files found.
hack/jenkins/e2e.sh
View file @
fbd0c93e
...
@@ -845,6 +845,9 @@ fi
...
@@ -845,6 +845,9 @@ fi
### Start Kubemark ###
### Start Kubemark ###
if
[[
"
${
USE_KUBEMARK
:-}
"
==
"true"
]]
;
then
if
[[
"
${
USE_KUBEMARK
:-}
"
==
"true"
]]
;
then
export
RUN_FROM_DISTRO
=
true
export
RUN_FROM_DISTRO
=
true
NUM_MINIONS_BKP
=
${
NUM_MINIONS
}
# We need to unset NUM_MINIONS to be able to use kubemark default settings.
unset
NUM_MINIONS
./test/kubemark/stop-kubemark.sh
./test/kubemark/stop-kubemark.sh
./test/kubemark/start-kubemark.sh
./test/kubemark/start-kubemark.sh
./test/kubemark/run-scalability-test.sh
&&
exitcode
=
0
||
exitcode
=
$?
./test/kubemark/run-scalability-test.sh
&&
exitcode
=
0
||
exitcode
=
$?
...
@@ -855,6 +858,8 @@ if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
...
@@ -855,6 +858,8 @@ if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
fi
fi
./test/kubemark/stop-kubemark.sh
./test/kubemark/stop-kubemark.sh
unset
RUN_FROM_DISTRO
unset
RUN_FROM_DISTRO
NUM_MINIONS
=
${
NUM_MINIONS_BKP
}
unset
NUM_MINIONS_BKP
fi
fi
# TODO(zml): We have a bunch of legacy Jenkins configs that are
# TODO(zml): We have a bunch of legacy Jenkins configs that are
...
...
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