You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "lingsamuel (via GitHub)" <gi...@apache.org> on 2023/04/04 01:23:28 UTC

[GitHub] [apisix-ingress-controller] lingsamuel commented on a diff in pull request #1721: CI: add regression testing with apisix:dev

lingsamuel commented on code in PR #1721:
URL: https://github.com/apache/apisix-ingress-controller/pull/1721#discussion_r1156617271


##########
Makefile:
##########
@@ -18,13 +18,13 @@ default: help
 
 VERSION ?= 1.6.0
 
-# 2.15 image: "2.15.0-alpine"
+
 TARGET_APISIX_VERSION ?= "3.1.0-centos"
 APISIX_ADMIN_API_VERSION ?= "v3"
-ifneq ($(APISIX_ADMIN_API_VERSION), "v3")
-ifeq ($(TARGET_APISIX_VERSION), "3.1.0-centos")
-	TARGET_APISIX_VERSION = "2.15.0-alpine"
-endif
+ifeq ($(APISIX_ADMIN_API_VERSION), "v3")
+	TARGET_APISIX_VERSION ?= "3.2.0-centos"

Review Comment:
   We don't need this since there is a default value at L22



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org