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
fcbf1c10
Commit
fcbf1c10
authored
Nov 02, 2015
by
Piotr Szczesniak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16520 from gmarek/fix-kubemark
Don't delete namespace after kubemark tests, as cluster will be torn …
parents
0cf65495
ce3317cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
e2e.sh
hack/jenkins/e2e.sh
+1
-1
run-e2e-tests.sh
test/kubemark/run-e2e-tests.sh
+2
-2
No files found.
hack/jenkins/e2e.sh
View file @
fcbf1c10
...
@@ -1468,7 +1468,7 @@ if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
...
@@ -1468,7 +1468,7 @@ if [[ "${USE_KUBEMARK:-}" == "true" ]]; then
NUM_MINIONS
=
${
KUBEMARK_NUM_MINIONS
:-
$NUM_MINIONS
}
NUM_MINIONS
=
${
KUBEMARK_NUM_MINIONS
:-
$NUM_MINIONS
}
MASTER_SIZE
=
${
KUBEMARK_MASTER_SIZE
:-
$MASTER_SIZE
}
MASTER_SIZE
=
${
KUBEMARK_MASTER_SIZE
:-
$MASTER_SIZE
}
./test/kubemark/start-kubemark.sh
./test/kubemark/start-kubemark.sh
./test/kubemark/run-e2e-tests.sh
&&
exitcode
=
0
||
exitcode
=
$?
./test/kubemark/run-e2e-tests.sh
--ginkgo
.focus
=
"should
\s
allow
\s
starting
\s
30
\s
pods
\s
per
\s
node"
--delete-namespace
=
"false"
./test/kubemark/stop-kubemark.sh
./test/kubemark/stop-kubemark.sh
NUM_MINIONS
=
${
NUM_MINIONS_BKP
}
NUM_MINIONS
=
${
NUM_MINIONS_BKP
}
MASTER_SIZE
=
${
MASTER_SIZE_BKP
}
MASTER_SIZE
=
${
MASTER_SIZE_BKP
}
...
...
test/kubemark/run-e2e-tests.sh
View file @
fcbf1c10
...
@@ -33,10 +33,10 @@ export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
...
@@ -33,10 +33,10 @@ export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
export
KUBECONFIG
=
"
${
ABSOLUTE_ROOT
}
/test/kubemark/kubeconfig.loc"
export
KUBECONFIG
=
"
${
ABSOLUTE_ROOT
}
/test/kubemark/kubeconfig.loc"
export
E2E_MIN_STARTUP_PODS
=
0
export
E2E_MIN_STARTUP_PODS
=
0
if
[
-z
"
$@
"
]
;
then
if
[
[
-z
"
$@
"
]
]
;
then
ARGS
=
'--ginkgo.focus=should\sallow\sstarting\s30\spods\sper\snode'
ARGS
=
'--ginkgo.focus=should\sallow\sstarting\s30\spods\sper\snode'
else
else
ARGS
=
$@
ARGS
=
$@
fi
fi
${
KUBE_ROOT
}
/hack/ginkgo-e2e.sh
"--e2e-verify-service-account=false"
"
$ARGS
"
${
KUBE_ROOT
}
/hack/ginkgo-e2e.sh
"--e2e-verify-service-account=false"
$ARGS
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