Bug 1800707 - Unpinned CI dependency in template-service-broker-operator dropped support for Python 2
Summary: Unpinned CI dependency in template-service-broker-operator dropped support fo...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Service Broker
Version: 4.3.z
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.3.z
Assignee: Fabian von Feilitzsch
QA Contact: Cuiping HUO
URL:
Whiteboard:
Depends On: 1800696
Blocks: 1800710
TreeView+ depends on / blocked
 
Reported: 2020-02-07 18:40 UTC by Fabian von Feilitzsch
Modified: 2020-05-20 13:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of: 1800696
Environment:
Last Closed: 2020-05-20 13:47:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift template-service-broker-operator pull 71 0 None closed Bug 1800707: pin CI dependencies 2020-05-12 03:10:37 UTC
Red Hat Product Errata RHBA-2020:2129 0 None None None 2020-05-20 13:48:08 UTC

Description Fabian von Feilitzsch 2020-02-07 18:40:30 UTC
+++ This bug was initially created as a clone of Bug #1800696 +++

Description of problem:
more-itertools, pulled in by setuptools, dropped support for python2. We need to pin the more-itertools version to 

Version-Release number of selected component (if applicable):
First showed up in 4.4, likely needs to be backported to all versions

How reproducible:
100%

Steps to Reproduce:
1. Attempt to build the CI dockerfile with the command `docker build -f build/custom-ci-build-root.Dockerfile .

Actual results:
Syntax error during install due to `yield from` syntax in more-itertools dependency

Expected results:
Build succeeds

Additional info:

Comment 1 Jesus M. Rodriguez 2020-05-04 15:35:34 UTC
Change severity and priority to HIGH since these are needed to unblock other PRs for the repo.

Comment 4 Jesus M. Rodriguez 2020-05-11 16:13:41 UTC
There is no QA task for this bug, it's just a bug used to track changes to a dockerfile used by CI.

Comment 5 Cuiping HUO 2020-05-12 03:46:40 UTC
Verified. Both template-service-broker-operator and template-service-broker can be installed successfully with image 4.3.19-202005041055

$ oc get csv -n openshift-template-service-broker
NAME                                                         DISPLAY                                      VERSION               REPLACES   PHASE
openshifttemplateservicebrokeroperator.4.3.19-202005041055   OpenShift Template Service Broker Operator   4.3.19-202005041055              Succeeded

$ oc get po -n openshift-template-service-broker
NAME                                                          READY   STATUS      RESTARTS   AGE
apiserver-1-deploy                                            0/1     Completed   0          70s
apiserver-1-wn9dk                                             1/1     Running     0          66s
openshift-template-service-broker-operator-69f78d5777-x62wk   1/1     Running     0          2m12s

Comment 7 errata-xmlrpc 2020-05-20 13:47:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2129


Note You need to log in before you can comment on or make changes to this bug.