RedHatQE / teflo

Teflo is a standalone orchestration software that controls the flow of a set of testing scenarios, allowing users to provision machines, deploy software, execute tests against them and manage generated artifacts and report results.
https://teflo.readthedocs.io/en/latest/
GNU General Public License v3.0
14 stars 16 forks source link

CCITCARBON-422 Unit tests failing for centos-8 on github actions #202

Closed shay6 closed 2 years ago

shay6 commented 2 years ago

a small fix for the centos:8 container. it's just a workaround until we move to centos:stream and the customized UBI image

you can see here [1] that it finished successfully!

[1] https://github.com/shay6/teflo/pull/2

shay6 commented 2 years ago

I need to change one thing in the code. instead of vault.centos.org (which has severe downtime issues) I need to write vault.epel.cloud which is more reliable.

what is the best way to revert it? @rujutashinde @JunqiZhang0