#143 koji job rpm issue
Closed: Fixed by bstinson. Opened by lrossett.

There is an issue with koji jobs where it is missing the "librepo" rpm package which is making all CI jobs to fail.

For example:

https://jenkins-fedora-infra.apps.ci.centos.org/job/koji/2257/ -> triggers 3 jobs for EL7, F28 and F29.

You can see the following error by taking at the F29 (https://jenkins-fedora-infra.apps.ci.centos.org/job/koji/2257/label=F29/console) log:

  File "/srv/jenkins/workspace/koji/label/F29/tests/test_builder/../../builder/kojid", line 53, in <module>
    import librepo
ModuleNotFoundError: No module named 'librepo'

Metadata Update from @siddharthvipul1:
- Issue assigned to bstinson
- Issue tagged with: centos-ci-infra, low-trouble, medium-gain

Installed librepo and python-librepo on el7. Did python2-librepo and python3-librepo on F29. I would suggest that we not use the F28 agent if we can help it.

Metadata Update from @bstinson:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Log in to comment on this ticket.

Metadata