diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-15 22:12:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-15 22:12:36 +0900 |
| commit | 377b61e34237019185cc5c219855b60a24e7cc6d (patch) | |
| tree | 342999abcecd28c368203462b8b70b1eb434dc62 /internal/rosa/openssl.go | |
| parent | 520c36db6debd3e51b4d21395179b72a5b81cda2 (diff) | |
internal/rosa/openssl: do not double test job count
The test suite is racy, this reduces flakiness.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/openssl.go')
| -rw-r--r-- | internal/rosa/openssl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/openssl.go b/internal/rosa/openssl.go index 79e5917d..6e1e3d16 100644 --- a/internal/rosa/openssl.go +++ b/internal/rosa/openssl.go @@ -27,7 +27,7 @@ func (t Toolchain) newOpenSSL() (pkg.Artifact, string) { {"openssldir", "etc/ssl"}, }, Check: []string{ - "HARNESS_JOBS=" + jobsLE, + "HARNESS_JOBS=" + jobsE, "test", }, }, |
