From c6cf411bacf97f230db160e543d0cc3bbe5b9aba Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 2 Aug 2024 14:32:25 +0200 Subject: [PATCH] GHA/non-native: reduce FreeBSD test parallelism to -j8 [ci skip] To reduce flakiness. --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index e7a158cf72..e78001c1e2 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -146,7 +146,7 @@ jobs: make -j3 -C tests # The OpenSSH server instance for the testsuite cannot be started on FreeBSD, # therefore the SFTP and SCP tests are disabled right away from the beginning. - make test-ci V=1 TFLAGS='-j12 !SFTP !SCP' + make test-ci V=1 TFLAGS='-j8 !SFTP !SCP' fi - name: 'cmake' @@ -175,7 +175,7 @@ jobs: cmake --build bld --config Debug --parallel 3 --target testdeps # The OpenSSH server instance for the testsuite cannot be started on FreeBSD, # therefore the SFTP and SCP tests are disabled right away from the beginning. - make test-ci V=1 TFLAGS='-j12 !SFTP !SCP' + make test-ci V=1 TFLAGS='-j8 !SFTP !SCP' fi omnios: -- 2.47.3