Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/nixos/s3-binary-cache-store.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ in

# Create a binary cache.
server.wait_for_unit("minio")
<<<<<<< HEAD
server.wait_for_unit("network-online.target")
=======
server.wait_for_unit("network-addresses-eth1.service")
server.wait_for_open_port(9000)
>>>>>>> ca9696748 (Make the S3 test more robust)

server.succeed("mc config host add minio http://localhost:9000 ${accessKey} ${secretKey} --api s3v4")
server.succeed("mc mb minio/my-cache")
Expand Down
Loading