Closed bng0y closed 2 days ago
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: bng0y, jbpratt
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/tide
/tide /ok-to-test
@bng0y: all tests passed!
Full PR test history. Your PR dashboard.
Since https://github.com/openshift/boilerplate/pull/373, we added a leading
g
character in the short_hash of our operators' bundle name. Unfortunately, this short hash is used to cleanup non-promoted commits on the production channel. As a result, any operator promotion will be achieved by incrementing through every commit. This means that a bad commit will require a OLM dance to unblock the upgrade.This PR removes the leading character (g) when the length of short_hash is greater than 7. from boilerplate/openshift/golang-osd-operator/standard.mk, short_hash are currently 8 character long (g + 7 first chars of the commit hash)