From a9d3ec33b3c28ccf6feb56e85e9ddace1a3cc03a Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 27 Feb 2023 19:21:58 +0100 Subject: [PATCH 1/2] Revert "Disable OpenBSD system test parallelism in CI" This reverts commit d73eba57bd03dce575f4cf4e42c80e1bced08bed. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1c9546af9..937e34bb8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1160,11 +1160,9 @@ 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 From fc26da6d894978638f127dc5dd466f76710aed1f Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 27 Feb 2023 19:22:52 +0100 Subject: [PATCH 2/2] Do not fail pipeline because of failed OpenBSD system test System test on OpenBSD is unstable even when test parallelism is disabled. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 937e34bb8e..3d07ff7d65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1163,6 +1163,7 @@ system:clang:openbsd:amd64: needs: - job: clang:openbsd:amd64 artifacts: true + allow_failure: true unit:clang:openbsd:amd64: <<: *openbsd_amd64_image