~/src/github.com/openstack-k8s-operators/watcher-operator ~/ci-framework-data/artifacts bash hack/stop_integrated_watcher.sh ++ oc get csv -n openstack-operators -l operators.coreos.com/watcher-operator.openstack-operators -o name + WATCHER_CSV_NAME= + '[' -z ']' ++ oc get csv -n openstack-operators -l operators.coreos.com/openstack-operator.openstack-operators -o name + OPENSTACK_CSV_NAME=clusterserviceversion.operators.coreos.com/openstack-operator.v0.5.0 + '[' -n '{OPENSTACK_CSV_NAME}' ']' + oc patch clusterserviceversion.operators.coreos.com/openstack-operator.v0.5.0 -n openstack-operators --type=json '-p=[{'\''op'\'': '\''replace'\'', '\''path'\'': '\''/spec/install/spec/deployments/0/spec/replicas'\'', '\''value'\'': 0}]' clusterserviceversion.operators.coreos.com/openstack-operator.v0.5.0 patched + oc wait '--for=jsonpath={.spec.replicas}=0' deploy/openstack-operator-controller-operator -n openstack-operators --timeout=60s deployment.apps/openstack-operator-controller-operator condition met + oc wait '--for=jsonpath={.status.replicas}=0' deploy/openstack-operator-controller-operator -n openstack-operators --timeout=60s error: timed out waiting for the condition on deployments/openstack-operator-controller-operator + oc scale --replicas=0 -n openstack-operators deploy/watcher-operator-controller-manager deployment.apps/watcher-operator-controller-manager scaled + oc wait '--for=jsonpath={.spec.replicas}=0' deploy/watcher-operator-controller-manager -n openstack-operators --timeout=60s deployment.apps/watcher-operator-controller-manager condition met + oc wait '--for=jsonpath={.status.replicas}=0' deploy/watcher-operator-controller-manager -n openstack-operators --timeout=60s error: timed out waiting for the condition on deployments/watcher-operator-controller-manager make: *** [Makefile:435: stop_watcher_integrated] Error 1