Skip to content

Commit

Permalink
Merge pull request #233 from ty-dc/fix/upgrade-nighty-ci
Browse files Browse the repository at this point in the history
optimizate spiderpool upgrade CI
  • Loading branch information
ty-dc authored Sep 12, 2024
2 parents 9e2c46b + ffb0089 commit 9c23765
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ clean_e2e_spiderpool:

.PHONY: upgrade_e2e_spiderpool
upgrade_e2e_spiderpool:
$(QUIET) make -C test upgrade_spiderpool
$(QUIET) make -C test helm_upgrade_spiderpool

.PHONY: codegen
codegen:
Expand Down
5 changes: 0 additions & 5 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,6 @@ uninstall_spiderpool:
done ; \
done

.PHONY: upgrade_spiderpool
upgrade_spiderpool:
@echo -e "\033[35m [upgrade spiderpool] \033[0m"
@make helm_upgrade_spiderpool

.PHONY: helm_upgrade_spiderpool
helm_upgrade_spiderpool:
@echo -e "\033[35m [helm upgrade spiderpool] \033[0m"
Expand Down

0 comments on commit 9c23765

Please sign in to comment.