Skip to content

Commit f6a253a

Browse files
committed
Add infra dependency to mariadb chainsaw target
Now that the mariadb-operator depends on the Topology CR, setting up the environment for chainsaw test requires the infra dependency, as done for mariadb-kuttl tests [1] [1] d0c094b
1 parent 4ff2549 commit f6a253a

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
@@ -2068,7 +2068,7 @@ mariadb_chainsaw_run: ## runs chainsaw tests for the mariadb operator, assumes t
20682068
mariadb_chainsaw: export NAMESPACE = ${MARIADB_CHAINSAW_NAMESPACE}
20692069
# Set the value of $MARIADB_CHAINSAW_NAMESPACE if you want to run the keystone
20702070
# kuttl tests in a namespace different than the default (mariadb-chainsaw-tests)
2071-
mariadb_chainsaw: input deploy_cleanup mariadb mariadb_deploy_prep ## runs chainsaw tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
2071+
mariadb_chainsaw: input deploy_cleanup infra mariadb mariadb_deploy_prep ## runs chainsaw tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
20722072
$(eval $(call vars,$@,mariadb))
20732073
make wait
20742074
make mariadb_chainsaw_run

0 commit comments

Comments
 (0)