EGI-Federation / cloud-info-provider

EGI Cloud Information System Provider
Apache License 2.0
3 stars 15 forks source link

Jenkins jobs are failing #182

Closed gwarf closed 4 years ago

gwarf commented 4 years ago

Jenkins jobs are failing while building the packages as it seems that the appropriate github tag is not checked out so python-build is not able to find the expected source file: https://jenkins.egi.ifca.es/blue/organizations/jenkins/Pipeline-as-Code%2Fcloud-info-provider/detail/master/57/pipeline/

Screenshot 2019-11-06 at 17 53 31

gwarf commented 4 years ago

Hi @orviz would you be able to provide some help with this?

orviz commented 4 years ago

sure @gwarf I'll take a look

orviz commented 4 years ago

The RPM building stage failed as a consequence of the missing python-pbr module. EPEL repository was not available in the environment so this requirement was not installed. It has been fixed in the relevant Docker image used for running this stage.

The PR above complements this fix.

gwarf commented 4 years ago

Thanks @orviz !