mirror of https://github.com/ByConity/ByConity
remove cloudfs in clickhouse-test
This commit is contained in:
parent
fda10ec5ac
commit
7b4a80dea9
|
@ -912,7 +912,6 @@ class BuildFlags():
|
|||
DATABASE_REPLICATED = 'database-replicated'
|
||||
S3 = 's3'
|
||||
MULTI_SERVERS = 'multi-servers'
|
||||
CLOUDFS = 'cloudfs'
|
||||
|
||||
|
||||
def collect_build_flags(client):
|
||||
|
@ -1040,9 +1039,6 @@ def main(args):
|
|||
if args.s3:
|
||||
build_flags.append(BuildFlags.S3)
|
||||
|
||||
if args.cloudfs:
|
||||
build_flags.append(BuildFlags.CLOUDFS)
|
||||
|
||||
if not args.single_server:
|
||||
build_flags.append(BuildFlags.MULTI_SERVERS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue