[skip e2e] Update scale index repeated release name (#14829)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/14853/head
ThreadDao 2022-01-05 13:27:35 +08:00 committed by GitHub
parent b6ad963eb2
commit bd2e5b6f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class TestIndexNodeScale:
4.create index with one indexNode
expected: The cost of one indexNode is about twice that of two indexNodes
"""
release_name = "scale-index"
release_name = "expand-index"
image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}'
data_config = {
'metadata.namespace': constants.NAMESPACE,
@ -103,7 +103,7 @@ class TestIndexNodeScale:
4.create index with 1 indexNode
expected: The cost of one indexNode is about twice that of two indexNodes
"""
release_name = "scale-index"
release_name = "shrink-index"
image = f'{constants.IMAGE_REPOSITORY}:{constants.IMAGE_TAG}'
data_config = {
'metadata.namespace': constants.NAMESPACE,