Skip to content

Commit ebe7910

Browse files
Merge pull request openstack-k8s-operators#1019 from dciabrin/chainsaw_infra
Add infra dependency to mariadb chainsaw target
2 parents 4ff2549 + f6a253a commit ebe7910

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)