~/src/github.com/openstack-k8s-operators/nova-operator ~/ci-framework-data/artifacts test -f go.work || GOTOOLCHAIN=go1.24.0 go work init go work use . go work use ./apis go work sync /home/zuul/src/github.com/openstack-k8s-operators/nova-operator/bin/controller-gen rbac:roleName=manager-role crd webhook paths="./apis/..." paths="./internal/..." paths="./cmd/..." output:crd:artifacts:config=config/crd/bases && \ rm -f apis/bases/* && cp -a config/crd/bases apis/ test -s /home/zuul/src/github.com/openstack-k8s-operators/nova-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/nova-operator/bin; } v5.6.0 kustomize installed to /home/zuul/src/github.com/openstack-k8s-operators/nova-operator/bin/kustomize /home/zuul/bin/operator-sdk generate kustomize manifests -q cd config/manager && /home/zuul/src/github.com/openstack-k8s-operators/nova-operator/bin/kustomize edit set image controller=38.102.83.32:5001/openstack-k8s-operators/nova-operator:c7c309f9e8402c9d00930da55939b65a25c5c8a2 /home/zuul/src/github.com/openstack-k8s-operators/nova-operator/bin/kustomize build config/manifests | /home/zuul/bin/operator-sdk generate bundle -q --overwrite --version 0.0.1 time="2026-02-25T14:24:11Z" level=info msg="Creating bundle.Dockerfile" time="2026-02-25T14:24:11Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2026-02-25T14:24:11Z" level=info msg="Bundle metadata generated successfully" /home/zuul/bin/operator-sdk bundle validate ./bundle time="2026-02-25T14:24:12Z" level=info msg="All validation tests have completed successfully" ~/ci-framework-data/artifacts