~/src/github.com/openstack-k8s-operators/watcher-operator ~/ci-framework-data/artifacts test -f go.work || GOTOOLCHAIN=go1.21.0 go work init go work use . go work use ./api go work sync /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 -- 3.8.7 /home/zuul-worker/src/github.com/openstack-k8s-operators/watcher-operator/bin; } {Version:kustomize/v3.8.7 GitCommit:ad092cc7a91c07fdf63a2e4b7f13fa588a39af4f BuildDate:2020-11-11T23:14:14Z GoOs:linux GoArch:amd64} 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.180:5001/openstack-k8s-operators/watcher-operator:9c97b110f0851f561045d6ed452fc639d7f06fed /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-06-04T16:18:54-04:00" level=info msg="Creating bundle.Dockerfile" time="2025-06-04T16:18:54-04:00" level=info msg="Creating bundle/metadata/annotations.yaml" time="2025-06-04T16:18:54-04:00" level=info msg="Bundle metadata generated successfully" /home/zuul-worker/bin/operator-sdk bundle validate ./bundle time="2025-06-04T16:18:54-04:00" level=info msg="All validation tests have completed successfully" ~/ci-framework-data/artifacts