File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ COVERAGE_OUTPUT="${COVERAGE_OUTPUT:-${ROOT_DIR}/coverage/e2e.out}"
66
77OPERATOR_CONTROLLER_NAMESPACE=" olmv1-system"
88OPERATOR_CONTROLLER_MANAGER_DEPLOYMENT_NAME=" operator-controller-controller-manager"
9+
10+ CATALOGD_NAMESPACE=" olmv1-system"
11+ CATALOGD_MANAGER_DEPLOYMENT_NAME=" catalogd-controller-manager"
12+
913COPY_POD_NAME=" e2e-coverage-copy-pod"
1014
1115# Create a temporary directory for coverage
@@ -15,6 +19,7 @@ rm -rf ${COVERAGE_DIR} && mkdir -p ${COVERAGE_DIR}
1519# Coverage-instrumented binary produces coverage on termination,
1620# so we scale down the manager before gathering the coverage
1721kubectl -n " $OPERATOR_CONTROLLER_NAMESPACE " scale deployment/" $OPERATOR_CONTROLLER_MANAGER_DEPLOYMENT_NAME " --replicas=0
22+ kubectl -n " $CATALOGD_NAMESPACE " scale deployment/" $CATALOGD_MANAGER_DEPLOYMENT_NAME " --replicas=0
1823
1924# Wait for the copy pod to be ready
2025kubectl -n " $OPERATOR_CONTROLLER_NAMESPACE " wait --for=condition=ready pod " $COPY_POD_NAME "
You can’t perform that action at this time.
0 commit comments