🌱 [Monorepo] Fix make verify-crd-compatibility for catalogd by camilamacedo86 · Pull Request #1668 · operator-framework/operator-controller

@camilamacedo86 camilamacedo86 changed the title 🌱 fix: revert changes in make verify-crd-compatibility to restore catalogd test functionality 🌱 fix(ci): revert changes in make verify-crd-compatibility to restore catalogd test functionality

Jan 30, 2025

@camilamacedo86 camilamacedo86 changed the title 🌱 fix(ci): revert changes in make verify-crd-compatibility to restore catalogd test functionality WIP: 🌱 fix(ci): revert changes in make verify-crd-compatibility to restore catalogd test functionality

Jan 30, 2025

@camilamacedo86

The `verify-crd-compatibility` check needs to be executed from the root directory; otherwise, it fails to correctly resolve commit SHAs for comparison.

To address this, we have combined the checks for both CRDs into a single verification step, ensuring correctness while eliminating duplicate file references.

@camilamacedo86 camilamacedo86 changed the title WIP: 🌱 fix(ci): revert changes in make verify-crd-compatibility to restore catalogd test functionality 🌱 [Monorepo] Fix make verify-crd-compatibility for catalogd

Jan 30, 2025

LalatenduMohanty