openshift / ansible-service-broker

Ansible Service Broker
Apache License 2.0
226 stars 84 forks source link

Bug 1765082: add registry-proxy support, bump bundle-lib #1253

Closed jmrodri closed 4 years ago

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

openshift-bot commented 5 years ago

/retest

Please review the full test history for this PR and help us cut down flakes.

petr-muller commented 5 years ago

/hold

After three days of retesting, this does not look like a flake.

openshift-ci-robot commented 4 years ago

New changes are detected. LGTM label has been removed.

jmrodri commented 4 years ago

/hold cancel

jmrodri commented 4 years ago

/bugzilla refresh

openshift-ci-robot commented 4 years ago

@jmrodri: This pull request references Bugzilla bug 1765082, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to [this](https://github.com/openshift/ansible-service-broker/pull/1253#issuecomment-555055195): >/bugzilla refresh Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/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.
jmrodri commented 4 years ago

/test operator-molecule-olm-e2e

jmrodri commented 4 years ago

/test operator-molecule-e2e

jmrodri commented 4 years ago

/test operator-molecule-e2e

jmrodri commented 4 years ago

/retest

shawn-hurley commented 4 years ago

/retest

openshift-ci-robot commented 4 years ago

@jmrodri: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/operator-molecule-olm-e2e 899c37e1f08b5dc5f1248d8ba64c681b0ab45379 link /test operator-molecule-olm-e2e
ci/prow/operator-molecule-e2e 899c37e1f08b5dc5f1248d8ba64c681b0ab45379 link /test operator-molecule-e2e

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/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).
fabianvf commented 4 years ago

@jmrodri looks like we're starting to get bit by the python2 deprecation. Looks like more-itertools dropped python2 support recently: https://github.com/erikrose/more-itertools/issues/355#issuecomment-565474007 which is why the build is failing with a syntax error on pip install: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_ansible-service-broker/1253/pull-ci-openshift-ansible-service-broker-release-4.2-operator-molecule-e2e/94#1:build-log.txt%3A309

We can pin the more-itertools version to 5.0.0 and that should get us past it for now

jmrodri commented 4 years ago

Closed won't fix