hashicorp / vault-secrets-operator

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

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

Closed benashz closed 5 months ago

benashz commented 5 months 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: