mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Renames for testflows
This commit is contained in:
parent
3f11cbd31b
commit
b8cfad4ba2
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test:21454
|
||||
image: clickhouse/integration-test:21454
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
@ -14,7 +14,7 @@ DEFAULT_CLICKHOUSE_ROOT = os.path.abspath(os.path.join(CUR_FILE_DIR, "../../"))
|
||||
CURRENT_WORK_DIR = os.getcwd()
|
||||
CONTAINER_NAME = "clickhouse_testflows_tests"
|
||||
|
||||
DIND_TESTFLOWS_TESTS_IMAGE_NAME = "yandex/clickhouse-testflows-runner"
|
||||
DIND_TESTFLOWS_TESTS_IMAGE_NAME = "clickhouse/testflows-runner"
|
||||
|
||||
def check_args_and_update_paths(args):
|
||||
if not os.path.isabs(args.binary):
|
||||
|
@ -2,7 +2,7 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-integration-test
|
||||
image: clickhouse/integration-test
|
||||
expose:
|
||||
- "9000"
|
||||
- "9009"
|
||||
|
Loading…
Reference in New Issue
Block a user