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
19ccbb9f
Commit
19ccbb9f
authored
May 27, 2016
by
Wojciech Tyczynski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Speed up test, by not running with custom etcd prefix
parent
227b8bad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
benchmark-integration.sh
hack/benchmark-integration.sh
+1
-1
test-go.sh
hack/test-go.sh
+2
-3
No files found.
hack/benchmark-integration.sh
View file @
19ccbb9f
...
...
@@ -37,7 +37,7 @@ runTests() {
KUBE_RACE
=
"-race"
\
KUBE_TEST_API_VERSIONS
=
"v1"
\
KUBE_TIMEOUT
=
"-timeout 10m"
\
KUBE_TEST_ETCD_PREFIXES
=
"registry"
\
KUBE_TEST_ETCD_PREFIXES
=
"registry"
\
ETCD_CUSTOM_PREFIX
=
"None"
\
KUBE_TEST_ARGS
=
"
${
ARGS
}
"
\
"
${
KUBE_ROOT
}
/hack/test-go.sh"
test
/integration
...
...
hack/test-go.sh
View file @
19ccbb9f
...
...
@@ -60,9 +60,8 @@ KUBE_GOVERALLS_BIN=${KUBE_GOVERALLS_BIN:-}
# "v1,compute/v1alpha1,experimental/v1alpha2;v1,compute/v2,experimental/v1alpha3"
KUBE_TEST_API_VERSIONS
=
${
KUBE_TEST_API_VERSIONS
:-
"v1,extensions/v1beta1,metrics/v1alpha1,federation/v1alpha1;v1,autoscaling/v1,batch/v1,batch/v2alpha1,extensions/v1beta1,apps/v1alpha1,metrics/v1alpha1,federation/v1alpha1,policy/v1alpha1,rbac.authorization.k8s.io/v1alpha1"
}
# once we have multiple group supports
# Run tests with the standard (registry) and a custom etcd prefix
# (kubernetes.io/registry).
KUBE_TEST_ETCD_PREFIXES
=
${
KUBE_TEST_ETCD_PREFIXES
:-
"registry,kubernetes.io/registry"
}
# Run tests with the standard (registry) etcd prefix.
KUBE_TEST_ETCD_PREFIXES
=
${
KUBE_TEST_ETCD_PREFIXES
:-
"registry"
}
# Create a junit-style XML test report in this directory if set.
KUBE_JUNIT_REPORT_DIR
=
${
KUBE_JUNIT_REPORT_DIR
:-}
# Set to 'y' to keep the verbose stdout from tests when KUBE_JUNIT_REPORT_DIR is
...
...
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