]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: reduce FreeBSD test parallelism to -j8 [ci skip]
authorViktor Szakats <commit@vsz.me>
Fri, 2 Aug 2024 12:32:25 +0000 (14:32 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 2 Aug 2024 12:36:13 +0000 (14:36 +0200)
To reduce flakiness.

.github/workflows/non-native.yml

index e7a158cf72eff53fb2452ecd58dd7042eccc0464..e78001c1e24b2e0fd6030620b307c6145d205ead 100644 (file)
@@ -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: