From 1469a743ba0947211b74db2a82fc8462914b5f18 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Fri, 19 Apr 2024 10:16:31 +0800 Subject: [PATCH] chore(helm,docker-compose): remove airbyte connector related setting --- .github/workflows/helm-integration-test-backend.yml | 2 -- .github/workflows/helm-integration-test-console.yml | 2 -- Makefile | 6 ------ charts/core/values.yaml | 3 --- 4 files changed, 13 deletions(-) diff --git a/.github/workflows/helm-integration-test-backend.yml b/.github/workflows/helm-integration-test-backend.yml index fc2515c1..9c260813 100644 --- a/.github/workflows/helm-integration-test-backend.yml +++ b/.github/workflows/helm-integration-test-backend.yml @@ -58,7 +58,6 @@ jobs: --set mgmtBackend.image.tag=latest \ --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=latest \ --set rayService.image.tag=${RAY_SERVER_VERSION} \ @@ -164,7 +163,6 @@ jobs: --set mgmtBackend.image.tag=${MGMT_BACKEND_VERSION} \ --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=${CONSOLE_VERSION} \ --set rayService.image.tag=${RAY_SERVER_VERSION} \ diff --git a/.github/workflows/helm-integration-test-console.yml b/.github/workflows/helm-integration-test-console.yml index 27bd97ef..a3fda65d 100644 --- a/.github/workflows/helm-integration-test-console.yml +++ b/.github/workflows/helm-integration-test-console.yml @@ -51,7 +51,6 @@ jobs: --set mgmtBackend.image.tag=latest \ --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=latest \ --set rayService.image.tag=${RAY_SERVER_VERSION} \ @@ -184,7 +183,6 @@ jobs: --set mgmtBackend.image.tag=${MGMT_BACKEND_VERSION} \ --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=${CONSOLE_VERSION} \ --set rayService.image.tag=${RAY_SERVER_VERSION} \ diff --git a/Makefile b/Makefile index 77934b07..843c92e6 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,6 @@ helm-integration-test-latest: ## Run integration test on t --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set artifactBackend.image.tag=latest \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=latest \ --set rayService.image.tag=${RAY_LATEST_TAG} \ @@ -258,7 +257,6 @@ helm-integration-test-release: ## Run integration test on --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set artifactBackend.image.tag=${ARTIFACT_BACKEND_VERSION} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=${CONSOLE_VERSION} \ --set rayService.image.tag=${RAY_RELEASE_TAG} \ @@ -336,7 +334,6 @@ ifeq ($(UNAME_S),Darwin) --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set artifactBackend.image.tag=latest \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=latest \ --set rayService.image.tag=${RAY_LATEST_TAG} \ @@ -354,7 +351,6 @@ else ifeq ($(UNAME_S),Linux) --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set artifactBackend.image.tag=latest \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=latest \ --set rayService.image.tag=${RAY_LATEST_TAG} \ @@ -416,7 +412,6 @@ ifeq ($(UNAME_S),Darwin) --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set artifactBackend.image.tag=${ARTIFACT_BACKEND_VERSION} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=${CONSOLE_VERSION} \ --set rayService.image.tag=${RAY_RELEASE_TAG} \ @@ -434,7 +429,6 @@ else ifeq ($(UNAME_S),Linux) --set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \ --set artifactBackend.image.tag=${ARTIFACT_BACKEND_VERSION} \ --set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \ - --set pipelineBackend.excludelocalconnector=false \ --set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \ --set console.image.tag=${CONSOLE_VERSION} \ --set rayService.image.tag=${RAY_RELEASE_TAG} \ diff --git a/charts/core/values.yaml b/charts/core/values.yaml index a49442a7..629a151b 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -412,9 +412,6 @@ pipelineBackend: maxWorkflowTimeout: 3600 # in seconds maxWorkflowRetry: 3 maxActivityRetry: 1 - # -- Load the pre-built connector or not - prebuiltConnectorEnabled: false - excludelocalconnector: false useStaticModelList: false # -- The configuration of Temporal Cloud temporal: