#113 ignore errors enabling copr repositories
Closed by astepano. Opened by bgoncalv.
bgoncalv/standard-test-roles copr_repos  into  master

Download 113.patch

This patch should allow test to continue to run if repository can't be enabled. An error message is still being shown.

TASK [standard-test-beakerlib : command] **************************************************************************************************************************************************************************
[WARNING]: Consider using yum module rather than running yum
fatal: [localhost -> None]: FAILED! => {"changed": true, "cmd": "yum copr -y enable bpeck/restraint", "delta": "0:00:01.473741", "end": "2018-02-02 10:32:26.668421", "msg": "non-zero return code", "rc": 1, "start": "2018-02-02 10:32:25.194680", "stderr": "Error: This repository does not have any builds yet so you cannot enable it now.", "stderr_lines": ["Error: This repository does not have any builds yet so you cannot enable it now."], "stdout": "", "stdout_lines": []}
...ignoring

It should fix https://pagure.io/standard-test-roles/issue/112

https://pagure.io/standard-test-roles/c/3e8ca20626213daa772d7b6d3c0a8b612dd932d6?branch=master

Pull-Request has been closed by astepano

Metadata