test-e2e: no need to run vaultcomat tests as root (#18215)

6747ef8803 fixes the Nomad client to support using the raw_exec
driver while running as a non-root user. Remove the use of sudo
in the test-e2e workflow for running integration (vaultcompat)
tests.
This commit is contained in:
Seth Hoenig
2023-08-15 16:00:54 -05:00
committed by GitHub
parent 8833452d44
commit 6fca4fa715
3 changed files with 5 additions and 6 deletions

View File

@@ -78,7 +78,8 @@ type ServerConfig struct {
// ClientConfig is used to configure the client
type ClientConfig struct {
Enabled bool `json:"enabled"`
Enabled bool `json:"enabled"`
TotalCompute int `json:"cpu_total_compute"`
}
// VaultConfig is used to configure Vault