containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
23.68k stars 2.41k forks source link

podman machine CI tests mostly fail on EC2 mac2.metal (baremetal) instances #20853

Closed cevich closed 4 months ago

cevich commented 11 months ago

Issue Description

Both attached storage and networking in the EC2 environment utilized by CI are slower than might be experienced on a local machine. Increasing allocated EC2 bandwidth to either comes at a hefty cost. But more importantly, one cannot predict the capabilities of a local machine (i.e. network hiccups, attached slow USB storage, etc.). So testing w/ a reasonable lowest-common-denominator is an overall net-benefit, if the tests can be made to pass.

IMPORTANT

When this issue is resolved, please revert the Do not aggregate failing mac test status commit added in PR #20691


Steps to reproduce the issue

Steps to reproduce the issue

  1. Unless/Until merged, clone PR #20691
  2. Run make podman-remote
  3. Run make localmachine

Describe the results you received

The basic tests all pass (in ~15 minutes). The full suite mostly fails

Describe the results you expected

Both basic and full suite CI tests should all pass.

podman info output

N/A

Podman in a container

No

Privileged Or Rootless

Rootless

Upstream Latest Release

Yes

Additional environment details

Tests running as a regular non-admin user. Using:

Additional information

No response

cevich commented 9 months ago

@baude correct me if I'm wrong, but this issue can be closed now eh? IIRC my PR to make success depend on windows-machine was merged not too long ago.