Skip to content

Commit d0c094b

Browse files
committed
Add infra dependency to mariadb kuttl
infra-operator now provides shared resources for most of the operators, including Topology, that is referenced by the services' operators CRs to inject a given topologySpreadConstraints or Affinity to their resulting Pods or deployments. This patch simply adds the "infra" dependency to mariadb, to make sure that a Topology CRD is deployed and available for kuttl tests. Signed-off-by: Francesco Pantano <[email protected]>
1 parent 3519429 commit d0c094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ mariadb_kuttl_run: ## runs kuttl tests for the mariadb operator, assumes that ev
17271727
mariadb_kuttl: export NAMESPACE = ${MARIADB_KUTTL_NAMESPACE}
17281728
# Set the value of $MARIADB_KUTTL_NAMESPACE if you want to run the keystone
17291729
# kuttl tests in a namespace different than the default (mariadb-kuttl-tests)
1730-
mariadb_kuttl: input deploy_cleanup mariadb mariadb_deploy_prep ## runs kuttl tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
1730+
mariadb_kuttl: input deploy_cleanup infra mariadb mariadb_deploy_prep ## runs kuttl tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
17311731
$(eval $(call vars,$@,mariadb))
17321732
make wait
17331733
make mariadb_kuttl_run

0 commit comments

Comments
 (0)