internal/rosa/openssl: do not double test job count
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m53s
Test / Hakurei (push) Successful in 4m16s
Test / ShareFS (push) Successful in 4m25s
Test / Sandbox (race detector) (push) Successful in 5m40s
Test / Hakurei (race detector) (push) Successful in 7m3s
Test / Flake checks (push) Successful in 2m23s

The test suite is racy, this reduces flakiness.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-15 22:12:36 +09:00
parent 520c36db6d
commit 377b61e342

View File

@@ -27,7 +27,7 @@ func (t Toolchain) newOpenSSL() (pkg.Artifact, string) {
{"openssldir", "etc/ssl"},
},
Check: []string{
"HARNESS_JOBS=" + jobsLE,
"HARNESS_JOBS=" + jobsE,
"test",
},
},