Project

Profile

Help

Issue #2751

Updated by dkliban@redhat.com almost 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 for plugins should be modified to install the latest GA nightly core RPMs.    version available for the platform. This will ensure that the plugin maintains compatibility with the latest stable version of core.   

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

Back