Mikalai Radchuk
Mikalai Radchuk
There is a proposal for go to receive support for tool dependency management which might land as soon as Go 1.22: https://github.com/golang/go/issues/48429 Once it is available and our codebase is...
We currently have 2 jobs which upload code coverage to codecov: * unit-test * e2e But we also have `operator-developer-e2e` which was added more recently and it does not upload...
**Steps to reproduce:** 1. Create a catalog on cluster: `kubectl apply -f config/samples/catalogd_operatorcatalog.yaml` 1. Create a `BundleDeployment`: ```yaml apiVersion: core.rukpak.io/v1alpha1 kind: BundleDeployment metadata: name: operator-sample-manual spec: provisionerClassName: core-rukpak-io-plain template: metadata:...
Once #520 get merged we want to update cache settings (and BD labelling, if necessary) to filter BDs by some label selector so that we're not caching _all_ BDs in...
As reported in https://github.com/operator-framework/operator-controller/issues/481#issuecomment-1777224014 it seems like extension-developer-e2e job occassionally reports green when it should be be reporting red. This allowed #444 to be merged without updating test data.
There are several places where we rely on bundle being an image. With the plan to support more types (such as git repos) we need to refactor operator controller to...
Now that we have this feature gate: https://github.com/operator-framework/operator-controller/blob/b8f36268517dc39280fe964d131a6e3ff7ac9335/pkg/features/features.go#L19 We should find a way to run E2E in CI with different states of feature gates. --- One option is to use...
It seems like we remove `installedBundleResource` and `resolvedBundleResource` from `Operator`'s status in case of errors. ## Steps to reproduce 1. Run the operators from master: ```bash make run ``` 1....
Example build [here](https://github.com/operator-framework/operator-controller/actions/runs/6408695345/job/17398260693?pr=433): ``` • [FAILED] [5.109 seconds] Operator Install when An operator is installed from an operator catalog [It] handles upgrade edges correctly /home/runner/work/operator-controller/operator-controller/test/e2e/install_test.go:177 Timeline >> STEP: creating a...
We need a check for PRs to make sure that we generate all the generated code and yamls as part of a PR.