-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
critest: remove dependency of source code #261
Conversation
@feiskyer: GitHub didn't allow me to request PR reviews from the following users: resouer. Note that only kubernetes-incubator members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
||
```sh | ||
go get github.com/kubernetes-incubator/cri-tools/cmd/critest | ||
wget https://github.com/kubernetes-incubator/cri-tools/releases/download/v1.0.0-beta.0/critest-v1.0.0-beta.0-linux-amd64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the file does not exist yet, it should be uploaded after beta version released.
This is what I want. I just don't know whether we have time to finish this, so I didn't file the issue. |
ping @Random-Liu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tested it and worked for me! LGTM |
Rebased to master branch |
/lgtm |
@feiskyer The parallel mode doesn't work. Only 8 test runs after this change.
It seems that running test in parallel still need |
critest requires Go and cri-tools source code to build e2e.test and benchmark.test. This makes critest hard to install and need to switch source code branches when running old versions.
This PR removes this requirement and makes only a single
critest
binary required for CRI validation tests. After this PR, downloading from a release is encouraged to install critest.It will also help to add validation tests for windows containers #223 .
/cc @Random-Liu @mrunalp @runcom @resouer