From: Viktor Szakats Date: Fri, 2 Aug 2024 12:32:25 +0000 (+0200) Subject: GHA/non-native: reduce FreeBSD test parallelism to -j8 [ci skip] X-Git-Tag: curl-8_10_0~436 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6cf411bacf97f230db160e543d0cc3bbe5b9aba;p=thirdparty%2Fcurl.git GHA/non-native: reduce FreeBSD test parallelism to -j8 [ci skip] To reduce flakiness. --- 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: