1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-16 14:01:05 +01:00

Merge pull request #13596 from NixOS/mergify/bp/2.29-maintenance/pr-13257

Make the S3 test more robust (backport #13257)
This commit is contained in:
mergify[bot] 2025-07-31 01:49:36 +00:00 committed by GitHub
commit 66a379a6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,7 @@ in
# Create a binary cache.
server.wait_for_unit("minio")
server.wait_for_unit("network-addresses-eth1.service")
server.wait_for_open_port(9000)
server.succeed("mc config host add minio http://localhost:9000 ${accessKey} ${secretKey} --api s3v4")
server.succeed("mc mb minio/my-cache")