Skip to content
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

Running Zephyr Bot tests on local machine #24928

Closed
KozhinovAlexander opened this issue May 4, 2020 · 5 comments
Closed

Running Zephyr Bot tests on local machine #24928

KozhinovAlexander opened this issue May 4, 2020 · 5 comments
Assignees

Comments

@KozhinovAlexander
Copy link
Collaborator

It would be very helpful to have possibility for typical Zephyr Bot tests ( e.g. CI-Test) running on local development machine. Thus each developer can save many time especially at the beginning.

Probably a Docker image would be suitable for this purpose.

If docker approach is not possible, some CI-Test run before pull request on forked branch may be helpful.

Does anybody have some other ideas or already existing solutions in mind?

P.S.: I am currently a beginner in Zephyr World. Thus my Feature Request may be just a question to already existing solution.

Best Regards,
Alex

@carlescufi
Copy link
Member

@Nukersson you can already do that today very easily with the sanitycheck script that is provided with Zephyr.

@KozhinovAlexander
Copy link
Collaborator Author

@carlescufi Do you mean this sanity check docs?

@carlescufi
Copy link
Member

@carlescufi Do you mean this sanity check docs?

Yes, exactly.

@carlescufi
Copy link
Member

@Nukersson you can also pull down the docker image that is used in CI.

docker run -ti -v $HOME/Work/github/zephyr:/workdir
docker.io/zephyrprojectrtos/zephyr-build:latest

@carlescufi
Copy link
Member

Closing this since it is already addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants