integration: Use Eventually around external calls (#2685)
This commit is contained in:
parent
a8f2eebf66
commit
044193bf34
8 changed files with 320 additions and 262 deletions
|
|
@ -143,7 +143,6 @@
|
|||
yq-go
|
||||
ripgrep
|
||||
postgresql
|
||||
traceroute
|
||||
|
||||
# 'dot' is needed for pprof graphs
|
||||
# go tool pprof -http=: <source>
|
||||
|
|
@ -160,7 +159,8 @@
|
|||
|
||||
# Add hi to make it even easier to use ci runner.
|
||||
hi
|
||||
];
|
||||
]
|
||||
++ lib.optional pkgs.stdenv.isLinux [traceroute];
|
||||
|
||||
# Add entry to build a docker image with headscale
|
||||
# caveat: only works on Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue