ansible-community / molecule-libvirt

Molecule LibVirt Provider
https://github.com/ansible-community/molecule-libvirt/issues/13#issuecomment-1372615418
MIT License
35 stars 19 forks source link

fix devel molecule branch from master to main #29

Closed jseguillon closed 3 years ago

jseguillon commented 3 years ago

Should fix broken CI

jseguillon commented 3 years ago

Ok on my fork https://github.com/jseguillon/molecule-libvirt/actions/runs/1337371874

jseguillon commented 3 years ago

Hi @goldyfruit Could you please run again the CI ? Thanks.

ssbarnea commented 3 years ago

recheck

goldyfruit commented 3 years ago

The CI complains about Fedora 34 and Python 3.8

2021-10-25 10:06:09.777546 \| TASK [Ensure python3.8 is present]
655 | 2021-10-25 10:06:12.913587 \| fedora-34 \| ERROR
656 | 2021-10-25 10:06:12.913859 \| fedora-34 \| {
657 | 2021-10-25 10:06:12.913899 \| fedora-34 \|   "failures": [
658 | 2021-10-25 10:06:12.913927 \| fedora-34 \|     "No package python38-devel available."
659 | 2021-10-25 10:06:12.913952 \| fedora-34 \|   ],
660 | 2021-10-25 10:06:12.913977 \| fedora-34 \|   "msg": "Failed to install some of the specified packages",
661 | 2021-10-25 10:06:12.914001 \| fedora-34 \|   "rc": 1,
662 | 2021-10-25 10:06:12.914025 \| fedora-34 \|   "results": []
663 | 2021-10-25 10:06:12.914049 \| fedora-34 \| }
jseguillon commented 3 years ago

Too bad. It seems not related to changes from this pr since #30 has same problem. And I have no idea how I could fix this :/

goldyfruit commented 3 years ago

Too bad. It seems not related to changes from this pr since #30 has same problem. And I have no idea how I could fix this :/

Let see if #31 will fix the issue.

goldyfruit commented 3 years ago

recheck

goldyfruit commented 3 years ago

Yeah :) @ssbarnea thanks