Mathias Lüdtke

Results 330 comments of Mathias Lüdtke

https://github.com/ros-industrial/industrial_ci/pull/834 should be sufficient, it breaks ros_prerelease tests, but I will have to come up with a better implementation for those anyway

@AndyZe: Just add something like this to your before_script in `.gitlab-ci.ym`l https://github.com/ros-industrial/industrial_ci/blob/3ed9846c96ed1e0bb36193e8e250632eaac980d0/gitlab.sh#L36-L44

Just saw that you are talking about Github as well.. The SSH auto-setup is only implemented for Gitlab. However, a similar trick should work with Github. As far as I...

Multiple deploy keys should work with` webfactory/ssh-agent `and #844

> Any ideas why the ABI check test fails That test checks the ABI against a previous commit and it does not exist in a shallow clone..

Do you want to build your bundled upstream? If not, just set `UNDERLAY`. It should point to your custom install space. Have you tried setting `UPSTREAM_WORKSPACE` to your absolute path...

We need to install the builder, otherwise the ros_buildfarm will skip checking the tests. To be honest, I dont understand why they the test results command outside of Docker. Instead...

Have you tried deleting the folders that you do not need? https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#workspace-definition > directory path prefixed with - to remove the directory, as a path relative to either the source...

I think both your commits must get mixed. So that we ignore packages in `UNDERLAY` and `extend` in all kinds of scenarios.

The current version couples `run_source_tests` and `ici_build_workspace`, but the latter is used in `run_abi_check` as well. The tests pass, because they do not cover this particular case. Right now I...