hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.
https://hashicorp.com
Other
430 stars 89 forks source link

CI: let unit-tests run in parallel to the build #805

Closed benashz closed 3 weeks ago

benashz commented 3 weeks ago

Since the build-done job determines pass/fail, we can update the build dependency to no longer require unit-tests. That allows us to get the results of the both integration unit tests independently. It also reduces the total workflow execution time by ~2m

Other fixes: