-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Move verify-upstream-commits to a separate make target #12118
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
Conversation
[test] |
Flake #10951 re-[test] |
Evaluated for origin test up to fbec109 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12001/) (Base Commit: 0955c1d) |
Hmmm... the failures are not related to the changes I've introduced. I wonder if test worked with 1.3 in the first place, @stevekuznetsov you might know? |
Origin's tests are not set up to handle 1.3 -- we are testing everything with Docker 1.12, etc. Until I have more bandwidth or someone volunteers to help these tests are going to remain mostly meaningless. |
With that in mind I'm closing this PR, if needed ping me I'll re-open it. |
tests were passing in the 1.3 release branch as of #11308 (comment) is there a way to lock the image used to test? it's important we have the ability to verify fixes against our release branches |
@danmcp, thoughts on origin CI jobs for release branches? |
@liggitt I would worry about the maintenance of them. There are already a lot of previous release combinations we have a had time keeping running with the correct docker/golang. |
@liggitt there is a way, and we are using it in the OSE queue today. We just have to build from |
We really need release branches with CI. Probably needs to be folded into the other work going on though given limited attention. |
With the caveat that run time will be much longer, we should be able to copy the logic from the OSE job to build non-branch tests from the base AMI. We'd also need to update Rosie. |
Waiting for us to look at summit queue or improving Jenkins pr builder
might be enough. Alternatively we should backport docker incompatibility
bugs into the older branches.
On Dec 30, 2016, at 11:49 AM, Steve Kuznetsov <[email protected]> wrote:
With the caveat that run time will be much longer, we should be able to
copy the logic from the OSE job to build non-branch tests from the base
AMI. We'd also need to update Rosie.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12118 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pwCbF4Tmv4MnZedpctuEKZ-9I9gEks5rNTYjgaJpZM4LCtf0>
.
|
Closing due to age. |
One another cherry-pick of #12056 against 1.3 branch, per @liggitt request. @stevekuznetsov fyi as well