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
6850c6d6
Commit
6850c6d6
authored
Nov 27, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17835 from mesosphere/sttts-conformance-branch
Auto commit by PR queue bot
parents
14bebe34
5e6d3589
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
test-conformance.sh
contrib/mesos/ci/test-conformance.sh
+16
-1
No files found.
contrib/mesos/ci/test-conformance.sh
View file @
6850c6d6
...
...
@@ -31,4 +31,19 @@ TEST_ARGS="$@"
KUBE_ROOT
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
}
"
)
/../../.."
&&
pwd
)
"
${
KUBE_ROOT
}
/contrib/mesos/ci/run-with-cluster.sh"
KUBECONFIG
=
~/.kube/config hack/conformance-test.sh
${
TEST_ARGS
}
if
[
-n
"
${
CONFORMANCE_BRANCH
}
"
]
;
then
# checkout CONFORMANCE_BRANCH, but leave the contrib/mesos/ci directory
# untouched.
TEST_CMD
=
"
git fetch https://github.com/kubernetes/kubernetes
${
CONFORMANCE_BRANCH
}
&&
git checkout FETCH_HEAD -- . ':(exclude)contrib/mesos/ci/**' &&
git reset FETCH_HEAD &&
git clean -d -f -- . ':(exclude)contrib/mesos/ci/**' &&
git status &&
make all &&
"
else
TEST_CMD
=
""
fi
TEST_CMD+
=
"KUBECONFIG=~/.kube/config hack/conformance-test.sh"
"
${
KUBE_ROOT
}
/contrib/mesos/ci/run-with-cluster.sh"
${
TEST_CMD
}
${
TEST_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