From 909f7b6f37674ba53c7e2effd43fe9c3a2b568f1 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 208d49a28d60438f210824ef80bd55f9cb5e1527. (cherry picked from commit a9d3ec33b3c28ccf6feb56e85e9ddace1a3cc03a) --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce7bcfa791..369ae4a11f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1234,11 +1234,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 # Jobs with libtool disabled From b4307c983dc7226ea784eeea40ea502a03d4aefa 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. (cherry picked from commit fc26da6d894978638f127dc5dd466f76710aed1f) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 369ae4a11f..2696a7826a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1237,6 +1237,7 @@ system:clang:openbsd:amd64: needs: - job: clang:openbsd:amd64 artifacts: true + allow_failure: true # Jobs with libtool disabled