Cleared 2m ago · Kuadrant/kuadrant-operator #1420 · Go · ★ 90 · Apache-2.0

Replace `--compilers` and `--procs` with `-p` flag after Ginkgo v2.23.4 upgrade

Description Currently, our integration tests use separate --compilers and --procs flags to configure Ginkgo's parallelization. According to the Ginkgo v2.23.4 documentation, these flags can be replaced with a single -p flag for improved usability. Current Implementation…

What we checked

Similar unclaimed issues