mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
tests that use this local docker registry (docker and podman tests) occasionally flake, I think due to the timeout being reached, despite passing after a restart. > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Task received by client > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Building Task Directory > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Task started by client > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Exit Code: 1 > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Task restarting in 16.212149445s > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Task started by client > jobs3.go:658: tg 'create-files' task 'create-auth-file' event: Exit Code: 0 setting the delay lower will (hopefully) keep within the job timeout. I'm not sure why the `pledge` task apparently flakes like this; I could find no useful info in the logs.