From 142597adf956b6953e2cfc2e3e6995a08ab2dcff Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Wed, 9 Mar 2022 15:09:21 +0800 Subject: [PATCH] add compatibility test configuration file --- tests/parallel_test/compat.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/parallel_test/compat.json diff --git a/tests/parallel_test/compat.json b/tests/parallel_test/compat.json new file mode 100644 index 0000000000..b932c2b3ae --- /dev/null +++ b/tests/parallel_test/compat.json @@ -0,0 +1,14 @@ +[ + { + "host": "192.168.0.38", + "username": "root", + "workdir": "/var/data/jenkins/workspace", + "thread": 10 + }, + { + "host": "192.168.0.39", + "username": "root", + "workdir": "/var/data/jenkins/workspace", + "thread": 10 + } +] -- GitLab