mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
GHA/non-native: reduce FreeBSD test parallelism to -j8 [ci skip]
To reduce flakiness.
This commit is contained in:
4
.github/workflows/non-native.yml
vendored
4
.github/workflows/non-native.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user