bump image builder#20256
Conversation
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest
Someone accidentally deleted the service-catalog release-3.10 branch
…On Mon, Jul 9, 2018 at 9:20 AM, OpenShift CI Robot ***@***.*** > wrote:
@deads2k <https://github.com/deads2k>: The following tests *failed*, say
/retest to rerun them all:
Test name Commit Details Rerun command
ci/openshift-jenkins/extended_conformance_install f23b654
<f23b654>
link
<https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/20256/test_pull_request_origin_extended_conformance_install_310/52/> /test
extended_conformance_install
ci/openshift-jenkins/extended_builds f23b654
<f23b654>
link
<https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/20256/test_pull_request_origin_extended_builds_310/13/> /test
extended_builds
ci/openshift-jenkins/extended_image_ecosystem f23b654
<f23b654>
link
<https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/20256/test_pull_request_origin_extended_image_ecosystem_310/24/> /test
extended_image_ecosystem
Full PR test history <https://openshift-gce-devel.appspot.com/pr/20256>. Your
PR dashboard <https://openshift-gce-devel.appspot.com/pr/deads2k>. Please
help us cut down on flakes by linking to
<https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests>
an open issue
<https://github.com/openshift/origin/issues?q=is:issue+is:open> when you
hit one in your PR.
Instructions for interacting with me using PR comments are available here
<https://git.k8s.io/community/contributors/devel/pull-requests.md>. If
you have questions or suggestions related to my behavior, please file an
issue against the kubernetes/test-infra
<https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:>
repository. I understand the commands that are listed here
<https://go.k8s.io/bot-commands>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#20256 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pyUomzOL05nt73tjOOr6-WXmIygMks5uE1iqgaJpZM4VHr6k>
.
|
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/test cross |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
Travis rules are complaining about your commit name, but only you know whether you care |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Not anymore. I'll update the commit checker later. Rules are much simpler now that we don't pick for any repo but kube and we always update all deps. |
|
/test cross |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
A note, this had nothing to do with imagebuilder deps, which are deliberately chosen to match origin. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/refresh |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@deads2k looks like your commits are bad? |
That didn't use to matter. I'll adjust the commit checker |
f23b654 to
609dff3
Compare
|
New changes are detected. LGTM label has been removed. |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@bparees can you look and see if the extended image ecosystem job has rotted? It passed, I changed a commit message (no code changes) and it now fails. |
|
/retest |
|
it hasn't rotted (it passed the last 2 nightly runs: https://ci.openshift.redhat.com/jenkins/job/test_branch_origin_extended_image_ecosystem/) but there does appear to be a flake w/ some of the replica tests that occasionally hangs the job for the full 6 hours. The common factor in all of them is that they use an NFS pod for PV storage. I will say I don't think we were seeing those hangs before the rebase :) |
|
(we've also added logic, at least to the mongo one, to time them out sooner. Looks like your test job hadn't picked up that change though, which is unfortunate since i was hoping to get some more debug info out of things when we handle the timeout ourselves) |
Looks like levels of deps for imagebuilder don't want to match origin 3.10. I pinned everything, then added this.
As I recall, we only need this for pkg/build/builders which are logically a separate product/binary. We really should split those out to make this work easier, less conflicty, and less dangerous
/assign @smarterclayton @liggitt