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
4fec22b3
Unverified
Commit
4fec22b3
authored
Jan 10, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Jan 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72745 from ncdc/int-tests-stop-special-casing-KUBE_TEST_ARGS
int tests: stop special casing KUBE_TEST_ARGS
parents
a6d7527a
4c34895e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
test-integration.sh
hack/make-rules/test-integration.sh
+0
-6
No files found.
hack/make-rules/test-integration.sh
View file @
4fec22b3
...
@@ -93,12 +93,6 @@ checkEtcdOnPath
...
@@ -93,12 +93,6 @@ checkEtcdOnPath
# Run cleanup to stop etcd on interrupt or other kill signal.
# Run cleanup to stop etcd on interrupt or other kill signal.
trap
cleanup EXIT
trap
cleanup EXIT
# If a test case is specified, just run once with v1 API version and exit
if
[[
-n
"
${
KUBE_TEST_ARGS
}
"
]]
;
then
runTests v1
exit
0
fi
# Convert the CSV to an array of API versions to test
# Convert the CSV to an array of API versions to test
IFS
=
';'
read
-a
apiVersions
<<<
"
${
KUBE_TEST_API_VERSIONS
}
"
IFS
=
';'
read
-a
apiVersions
<<<
"
${
KUBE_TEST_API_VERSIONS
}
"
for
apiVersion
in
"
${
apiVersions
[@]
}
"
;
do
for
apiVersion
in
"
${
apiVersions
[@]
}
"
;
do
...
...
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