From 24f9ddb2add46c18662bb27f6bc39eb336d28dbb Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 2 Jun 2022 13:59:34 +0900 Subject: [PATCH] jenkins/kola/packet.sh: Remove hardcoded arm64 parallel test limit The arm64 tests on EM sometimes hit the timeout. Remove the hardcoded limit of 3 tests to default to 4 and otherwise use the overwritten parameter. --- jenkins/kola/packet.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jenkins/kola/packet.sh b/jenkins/kola/packet.sh index 1ad84c6aa5..b0faee1687 100755 --- a/jenkins/kola/packet.sh +++ b/jenkins/kola/packet.sh @@ -36,13 +36,8 @@ fi # so we override the `PACKET_REGION` to `Dallas` since it's available in this region. # We do not override `PACKET_REGION` for both board on top level because we need to keep proximity # for PXE booting. -# We override `PARALLEL_TESTS`, because kola run with PARALLEL_TESTS >= 4 causes the -# tests to provision >= 12 ARM servers at the same time. As the da11 region does not -# have that many free ARM servers, the whole tests will fail. With PARALLEL_TESTS=3 -# the total number of servers stays <= 9. if [[ "${BOARD}" == "arm64-usr" ]]; then PACKET_REGION="DA" - PARALLEL_TESTS="3" fi # Run the cl.internet test on multiple machine types only if it should run in general