From d73eba57bd03dce575f4cf4e42c80e1bced08bed Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 22 Feb 2023 11:42:36 +0100 Subject: [PATCH] Disable OpenBSD system test parallelism in CI Make OpenBSD system tests more stable by disabling parallelism in CI. Accordingly, they will run 3-4 times longer. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96755b4f09..d65287b179 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1160,9 +1160,11 @@ system:clang:openbsd:amd64: <<: *api_schedules_triggers_web_triggering_rules variables: USER: gitlab-runner + TEST_PARALLEL_JOBS: 1 needs: - job: clang:openbsd:amd64 artifacts: true + timeout: 2h unit:clang:openbsd:amd64: <<: *openbsd_amd64_image