Mathias Lüdtke
Mathias Lüdtke
Alternative to #763 - [ ] Update docs - [ ] Create test case New syntax: * `UPSTREAM_WORKSPACE='github:ros-controls/ros_control#melodic-devel,-rqt_controller_manager'` * `UPSTREAM_WORKSPACE='github:ros-controls/ros_control#melodic-devel,rqt_controller_manager,-rqt_controller_manager/CHANGELOG.rst` * `UPSTREAM_WORKSPACE='local_folder,-sub_folder` (untested) @rhaschke: Please have a look Instead of...
At the moment `run_ci` passes the full list of environment variable to the CI script. This includes ROS distro etc., but as well settings for number of jobs etc. In...
- [ ] make it work with ISOLATION=shell on Gitlab - [ ] cleanup workspace folder - [ ] reuse CI user - [ ] Rename `ROSDISTRO_INDEX_URL`
* ici_asroot might be replaced by sudo to isolate the environment (currently the behavior is different with and without sudo) * ISOLATION=shell should not use a subshell * exported variables...
Github Actions support running bash script on Windows. It should be possible to run `industrial_ci` with `ISOLATION=shell` for Windows as well. We just have to find a way to install...
as introduced in https://github.com/ros-infrastructure/ros_buildfarm/pull/684