#136 remove container if can't install Ansible dependencies
Merged by astepano. Opened by bgoncalv.
bgoncalv/standard-test-roles docker-fix1  into  master

Download 136.patch

Currently if required packages to run the tests can't be installed on docker the test run raises a message, but leaves the container running.

The container should be stopped.

The issue is reproducible on current fedora:rawhide image as it fails to install package due GPG keys.

The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
standard-inventory-docker: Could not install Ansible dependencies in launched container

Note, this is not a fix for https://pagure.io/standard-test-roles/issue/135. Even with this patch the test will run on localhost.

rebased onto a6eac5c1751514289b14b5cd4ad3f55b7cdbbad0

rebased onto 28b87d9bf14ff84af700ae889b657173bb4bd2ba

Commit c69ab3be fixes this pull-request

Pull-Request has been merged by astepano

Pull-Request has been merged by astepano

Metadata