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}"
6
6
7
7
OPERATOR_CONTROLLER_NAMESPACE=" olmv1-system"
8
8
OPERATOR_CONTROLLER_MANAGER_DEPLOYMENT_NAME=" operator-controller-controller-manager"
9
+
10
+ CATALOGD_NAMESPACE=" olmv1-system"
11
+ CATALOGD_MANAGER_DEPLOYMENT_NAME=" catalogd-controller-manager"
12
+
9
13
COPY_POD_NAME=" e2e-coverage-copy-pod"
10
14
11
15
# Create a temporary directory for coverage
@@ -15,6 +19,7 @@ rm -rf ${COVERAGE_DIR} && mkdir -p ${COVERAGE_DIR}
15
19
# Coverage-instrumented binary produces coverage on termination,
16
20
# so we scale down the manager before gathering the coverage
17
21
kubectl -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
18
23
19
24
# Wait for the copy pod to be ready
20
25
kubectl -n " $OPERATOR_CONTROLLER_NAMESPACE " wait --for=condition=ready pod " $COPY_POD_NAME "
You can’t perform that action at this time.
0 commit comments