Closed jikawa-az closed 3 years ago
Will run tests on the bundle tomorrow and verify this is all that is needed, then approve.
We have confirmed that these updates to the package blacklist are what is needed to fix the issues we were seeing with Gazebo.
Integration tests are failing due to unrelated issue.
All checks passing now
Before I hit approve - my question is "why?". Could you add this context to the PR description so that the decision trail is there for future historians?
We blacklist Gazebo in order to reduce the size of the bundles that are created. We run bundles in an environment where Gazebo is already installed, so Gazebo is not needed in the bundle. If someone wants to include Gazebo they can override this blacklist with the --apt-package-blacklist
argument.
Ok - I've edited the PR description to include the context
Update blacklist to include Gazebo 11.
We blacklist Gazebo in order to reduce the size of the bundles that are created. We run bundles in an environment where Gazebo is already installed, so Gazebo is not needed in the bundle. If someone wants to include Gazebo they can override this blacklist with the --apt-package-blacklist argument.