Setting TEST_PARALLEL_JOBS to 4 in FreeBSD system test jobs is a no-op
because it's already set to 4, one level above, on the global level.
(cherry picked from commit
cf46addf514238e9ac0d96e66300cc3f2e6bb0c4)
<<: *system_test_job
variables:
USER: gitlab-runner
- TEST_PARALLEL_JOBS: 4
needs:
- job: clang:freebsd12:amd64
artifacts: true
<<: *system_test_job
variables:
USER: gitlab-runner
- TEST_PARALLEL_JOBS: 4
needs:
- job: clang:freebsd13:amd64
artifacts: true