Project

Profile

Help

Issue #2751

Updated by bmbouter 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: 

 1) Install to install the latest GA core RPMs and test against those. If they pass then pass RPMs.    This will ensure that the PR 
 2) If there are failures, retest using packages from plugin maintains compatibility with the nightly build latest stable version of Pulp. It's possible that there is new code that is required from platform that is not yet released. If this passes, then pass the PR 

 [0]: core.   

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

Back