redhat-cop / jboss_amq

[Deprecated] - Ansible role to install JBoss AMQ
Apache License 2.0
14 stars 18 forks source link

Migrate CI from Docker to Podman for Molecule tests #20

Open davgordo opened 4 years ago

davgordo commented 4 years ago

To run Molecule tests using Podman instead of Docker edit the driver in molecule.yml

driver:
  name: podman

However, additional changes are likely needed in .travis.yml so that the CI environment can support this test strategy.

Installing podman via pip did not seem to satisfy requirements for the Travis environment. As shown in build #59.

The build output may not be available in the future, so to summarize, the build fails at task Discover local Podman images which is provided by the redhat-cop.jboss-common role.