Project

Profile

Help

Issue #2751

Updated by dkliban@redhat.com about 7 years ago

When plugin requires Pulp core version to be    >= X.Y, builder tries to install version X.Y which may not exist for certain boxes. 

 Example. 
 OSTree plugin requires Pulp core to be >= 2.10, so builder tries to install Pulp 2.10 on F25 system but fails [0] because we do not have pulp-2.10 build for F25. 

 The PR builder job should be modified to install the latest nightly minimum core version available for the platform. This means that it will ensure that always install the plugin maintains compatibility with minimum version specified in the latest spec file for RHEL7. However, Fedora will likely get a newer version of core.   

 core because the older versions may not be available.  

 [0] https://pulpadmin.fedorapeople.org/jenkins/jobs/unittest-pulp_ostree-pr/builds/40/node-type=f25-np.txt

Back