operator-framework / operator-registry

Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
Apache License 2.0
212 stars 247 forks source link

set default goal since bingo disrupts it #1447

Closed grokspawn closed 3 weeks ago

grokspawn commented 3 weeks ago

Description of the change: set a default goal of all for the Makefile

Motivation for the change: since https://github.com/operator-framework/operator-registry/commit/7a1b8ec63f4bd6d88d9b9380fd812a7d6ec0097c the all goal is no longer the first (and therefore default-by-default) goal. This explicitly makes it the default target again.

Reviewer Checklist

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.47%. Comparing base (a9fd06a) to head (742f67e). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1447 +/- ## ======================================= Coverage 48.47% 48.47% ======================================= Files 136 136 Lines 12814 12814 ======================================= Hits 6212 6212 Misses 5561 5561 Partials 1041 1041 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

openshift-ci[bot] commented 3 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: everettraven, grokspawn, joelanford

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/operator-framework/operator-registry/blob/master/OWNERS)~~ [grokspawn,joelanford] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment