Fix breaking CI issue

Description

Around September 18th, EMCO CI stopped verifying each and every patch (unrelated to DCM). The cause, a dependency of an old version of an EMCO's dependency (operator-sdk) was removed from the repository there set.

Here is how the problem manifested:

02:00:34  make[1]: Entering directory '/w/workspace/multicloud-k8s-master-verify-golang/src/monitor'
{{ 02:00:39  go: github.com/operator-framework/operator-sdk@v0.19.0 requires}}
{{ 02:00:39          github.com/operator-framework/operator-lifecycle-manager@v0.0.0-20190128024246-5eb7ae5bdb7a requires}}
{{ 02:00:39          github.com/operator-framework/operator-registry@v1.0.4 requires}}
{{ 02:00:39          github.com/operator-framework/operator-lifecycle-manager@v0.0.0-20190105193533-81104ffdc4fb requires}}
{{ 02:00:39          bitbucket.org/ww/goautoneg@v0.0.0-20120707110453-75cd24fc2f2c: reading https://api.bitbucket.org/2.0/repositories/ww/goautoneg?fields=scm: 404 Not Found}}

 

(Monitor was just one of the affected services)

Activity

Show:

Igor D.C.September 30, 2020 at 3:29 AM

I volunteered to investigate and fix the CI.

Here is what ended up fixing it: https://gerrit.onap.org/r/c/multicloud/k8s/+/112945.

Done

Details

Assignee

Reporter

Story Points

Priority

Created September 30, 2020 at 3:28 AM
Updated December 17, 2020 at 12:54 AM
Resolved September 30, 2020 at 3:29 AM