Bug 1753202 - OLM latest commits are being not included on 4.1 nightly builds
Summary: OLM latest commits are being not included on 4.1 nightly builds
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Release
Version: 4.1.z
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: 4.1.z
Assignee: Luke Meyer
QA Contact: Bruno Andrade
URL:
Whiteboard:
Depends On:
Blocks: 1738203 1750867
TreeView+ depends on / blocked
 
Reported: 2019-09-18 12:05 UTC by Bruno Andrade
Modified: 2019-09-18 19:26 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-09-18 19:26:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Bruno Andrade 2019-09-18 12:05:52 UTC
Description of problem:

Checked that 4.1 latest nightly payloads are not getting the latest commits from OLM. The current commitId is from 10 days ago. 


Version-Release number of selected component (if applicable):
4.1.z

How reproducible:
Always

Steps to Reproduce:

oc adm release info registry.svc.ci.openshift.org/ocp/release:4.1.0-0.nightly-2019-09-16-165032 --commits | grep operator-lifecycle-manager
  operator-lifecycle-manager                    https://github.com/operator-framework/operator-lifecycle-manager           616650ea46ec9c741d6ad9b306b556520f6975e1


git clone -b release-4.1 https://github.com/operator-framework/operator-lifecycle-manager.git

cd operator-lifecycle-manager

git log --pretty=format:"%h - %an, %ar : %s"
2c174a6 - OpenShift Merge Robot, 4 hours ago : Merge pull request #1004 from dinhxuanvu/relatedob-cp
808eb1c - OpenShift Merge Robot, 7 hours ago : Merge pull request #1037 from njhale/4.1-fix-pkg-list
2eb20da - njhale, 8 days ago : fix(registry): return all valid packages
65f5e36 - njhale, 9 days ago : chore(mocks): generate mock list packages client
39a3ef7 - Jeff Peeler, 2 weeks ago : fix(clusteroperator): update status after initial creation
fd43876 - Jeff Peeler, 2 weeks ago : fix(clusteroperator): fix naming of related objects
e1e54a5 - Jeff Peeler, 2 weeks ago : feat(clusteroperator): plumb additional clients
8c2155b - Vu Dinh, 8 weeks ago : bug(1717636): Add relatedObjects to cluster operator status
616650e - OpenShift Merge Robot, 10 days ago : Merge pull request #1009 from ecordell/mem-grpc

Actual results:
Latest commits are not being included on operator-lifecycle-manager build

Expected results:
operator-lifecycle-manager operator image should have the latest commits

Comment 1 Luke Meyer 2019-09-18 18:25:01 UTC
$ oc adm release info registry.svc.ci.openshift.org/ocp/release:4.1.0-0.nightly-2019-09-18-141128 --commits | grep operator-lifecycle-manager 
  operator-lifecycle-manager                    https://github.com/operator-framework/operator-lifecycle-manager           2c174a6e4d9f9f10ba0c8a79725462efcf6b170d

Looks like that matches most recent commit at https://github.com/operator-framework/operator-lifecycle-manager/commits/release-4.1

I do not think we need to track this in an advisory, no problem was released that needs fixing, and there's no PR. Moving to ON_QA so that QE can confirm and then we can CLOSE CURRENTRELEASE.

Comment 2 Bruno Andrade 2019-09-18 19:18:35 UTC
LGTM, marking as VERIFIED. Thanks.

oc adm release info registry.svc.ci.openshift.org/ocp/release:4.1.0-0.nightly-2019-09-18-141128 --commits | grep operator-lifecycle-manager
  operator-lifecycle-manager                    https://github.com/operator-framework/operator-lifecycle-manager           2c174a6e4d9f9f10ba0c8a79725462efcf6b170

operator-lifecycle-manager]$ git log --pretty=format:"%h - %an, %ar : %s"
2c174a6 - OpenShift Merge Robot, 5 days ago : Merge pull request #1004 from dinhxuanvu/relatedob-cp


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