From 651bba3a9f892df89b452efd1edbcf8f42dcf14b Mon Sep 17 00:00:00 2001 From: Gabriel Fukushima Date: Thu, 7 Dec 2023 17:07:57 +1100 Subject: [PATCH] Remove parallelism usage from mainnet AT (#6252) * Remove parallelism usage from mainnet AT Signed-off-by: Gabriel Fukushima * Increase parallelism usage from mainnet AT Signed-off-by: Gabriel Fukushima * Add the split command back Signed-off-by: Gabriel Fukushima --------- Signed-off-by: Gabriel Fukushima Signed-off-by: garyschulte --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bff2f447944..bcd81e45cbe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -211,7 +211,7 @@ jobs: - capture_test_results acceptanceTests: - parallelism: 2 + parallelism: 4 executor: xl_machine_executor # needs the machine executor since privacy test uses container tests (docker) steps: - prepare