-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package openshift-ansible-3.6.144-1.git.0.1382071.el7 is not installed flake #15186
Comments
You install 3.5.96 and then verify that 3.6.144 is there.
|
So the issue here is that when the
@stevekuznetsov fyi |
@jhadvig I don't understand. The check is that we have correctly upgraded to the version we just built from whatever code is sitting in |
Script is looking at the merge of master and PR |
Here's what we are building in the job:
The point of the check I added is to catch cases like this where we are not installing the version of the product we just built. |
@stevekuznetsov in this particular case the PR is backported to the 1.5 origin branch, and therefor we are:
In this case there is no point to build openshift-ansible pkgs cause we need to install openshift-ansible in corresponding versions, in this case install 1.4.x and upgrade to 1.5.x If you check the test output you will see that its building the latest version of the openshift-ansible
|
What would be the point of building openshift-ansible-1.4.x && 1.5.x in this particular case ? |
We should a) be in the right o-a branch and b) be building the latest version of that o-a |
But why we need to build the o-a in this particular case ? If anything I would check for the |
We are already skipping the building of origin when |
But if you insist on building the o-a in the matching branch I've created a fix will checkout appropriate branch and build o-s -> jhadvig/aos-cd-jobs@378077d Running tests with mentioned changes:
|
That is the point of this job -- build latest o-a and origin, test them together. We want this job to be a gate for us releasing versions of both of these projects. The covenant for the job is it tells us about the latest code in both repos (as appropriate). |
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_install_update/2345/consoleFull#128703821658b6e51eb7608a5981914356
@sdodson
The text was updated successfully, but these errors were encountered: