-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
[WIP] Add SITL integration tests in CI #499
Conversation
This adds a Dockerfile (and a patch) to build a docker image which contains the PX4 Firmware v1.8.0 as well as Gazebo.
This is just to check the environment.
Awesome! You should take a look at the "package" we're using to do this in PX4.
For every successful build (master/beta/stable) we could archive the package so that you could use it directly. FYI @lamping7 |
Another interesting idea might be to have PX4 master/beta/stable create and push docker containers to docker hub. You could then use docker-compose to drive this testing (PX4 container + Dronecode SDK container driving it). |
Pushing a stable px4 firmware docker image is a good idea. The SDK shouldn't have to build the the firmware. We could also just push the px4 package to s3. This would make it available outside Jenkins too, for users. I can help out here. Ping me on slack or comment here if you want to bounce this of someone. |
That has been done in #642. |
This is work in progress to have SITL integration tests running in CI