mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
e2e: unflake TestWorkloadIdentity/testNobody (#20499)
sometimes the container quits too fast
This commit is contained in:
committed by
GitHub
parent
05a7bb53d3
commit
abe9c0803a
@@ -24,7 +24,7 @@ job "nobodyid" {
|
||||
|
||||
config {
|
||||
image = "bash:5"
|
||||
args = ["-c", "stat -c 'perms=%#a username=%U' secrets/nomad_token; echo done"]
|
||||
args = ["-c", "stat -c 'perms=%#a username=%U' secrets/nomad_token; echo done; sleep 2"]
|
||||
}
|
||||
resources {
|
||||
cpu = 16
|
||||
|
||||
Reference in New Issue
Block a user