~/src/github.com/openstack-k8s-operators/watcher-operator ~/ci-framework-data/artifacts test -f go.work || GOTOOLCHAIN=go1.24.0 go work init go work use . go work use ./api go work sync /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases && \ rm -f api/bases/* && cp -a config/crd/bases api/ test -s /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize || { curl -Ss "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -s -- 5.6.0 /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin; } v5.6.0 kustomize installed to /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize /home/zuul/bin/operator-sdk generate kustomize manifests -q cd config/manager && /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize edit set image controller=38.102.83.163:5001/openstack-k8s-operators/watcher-operator:49918c72231b2800072f7b29d099eb600032bdb4 /home/zuul/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize build config/manifests | /home/zuul/bin/operator-sdk generate bundle -q --overwrite --version 0.0.1 time="2025-11-24T21:25:10Z" level=info msg="Creating bundle.Dockerfile" time="2025-11-24T21:25:10Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-11-24T21:25:10Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2025-11-24T21:25:10Z" level=info msg="All validation tests have completed successfully" ~/ci-framework-data/artifacts