~/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 test -s /home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin/controller-gen && /home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin/controller-gen --version | grep -q v0.18.0 || \ GOBIN=/home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.18.0 /home/zuul-worker/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-worker/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-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin; } v5.6.0 kustomize installed to /home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize /home/zuul-worker/bin/operator-sdk generate kustomize manifests -q cd config/manager && /home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize edit set image controller=38.102.83.181:5001/openstack-k8s-operators/watcher-operator:4ee3efe5952d2e99f6ae921a3b4bf83433024ae1 /home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin/kustomize build config/manifests | /home/zuul-worker/bin/operator-sdk generate bundle -q --overwrite --version 0.0.1 time="2025-12-05T15:53:09Z" level=info msg="Creating bundle.Dockerfile" time="2025-12-05T15:53:09Z" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-12-05T15:53:09Z" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2025-12-05T15:53:10Z" level=info msg="All validation tests have completed successfully" ~/ci-framework-data/artifacts