diff --git a/devops/core-plus/pipeline/override-stages.yml b/devops/core-plus/pipeline/override-stages.yml index f9398a1685c43f928e8b56ea89a07d5103c0326b..624005a6c78673372fb18f6dceee5cf233c3e5d6 100644 --- a/devops/core-plus/pipeline/override-stages.yml +++ b/devops/core-plus/pipeline/override-stages.yml @@ -2,11 +2,6 @@ variables: CORE_SERVICE: register GC_HELM_SETS: "--set data.recordsChangePubsubEndpoint=$RECORDS_CHANGE_PUBSUB_ENDPOINT" -gc-baremetal-test: - variables: - CLIENT_TENANT: nonexistenttenant - GC_VENDOR: baremetal - core-test: variables: CLIENT_TENANT: nonexistenttenant diff --git a/devops/gc/pipeline/override-stages.yml b/devops/gc/pipeline/override-stages.yml index e74a27de7f52ad4d27fe6ed6e5f4e2ee5c1e1144..abef37eca79b6f285430fef4f12cdcae1a3fafe0 100644 --- a/devops/gc/pipeline/override-stages.yml +++ b/devops/gc/pipeline/override-stages.yml @@ -2,8 +2,3 @@ variables: GC_SERVICE: register GC_VENDOR: gc GC_HELM_SETS: "--set data.recordsChangePubsubEndpoint=$RECORDS_CHANGE_PUBSUB_ENDPOINT" - -gc-baremetal-test: - variables: - CLIENT_TENANT: nonexistenttenant - GC_VENDOR: baremetal