Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: system tests: various small cleanups #24007

Merged
merged 4 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. CI: quadlet system test: be more forgiving

    ...of high system load (such as when running parallel tests).
    Allow time for services to reach desired state, by retrying
    a few times in a loop.
    
    Signed-off-by: Ed Santiago <[email protected]>
    edsantiago committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5e5c68f View commit details
    Browse the repository at this point in the history
  2. CI: system tests: always create pause image

    ...not just when running parallel Bats, because Bats
    does not provide any way to know if we're parallel.
    
    Signed-off-by: Ed Santiago <[email protected]>
    edsantiago committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d5c8ac View commit details
    Browse the repository at this point in the history
  3. CI: system tests: minor documentation on parallel

    Only in 000-TEMPLATE. I know I need to write more thorough
    documentation. I choose to defer that.
    
    Signed-off-by: Ed Santiago <[email protected]>
    edsantiago committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3396dab View commit details
    Browse the repository at this point in the history
  4. CI: rm system test: bump grace period

    The "rm on stopping containers" test is flaking under high load,
    probably because I bumped up two timeouts in the healthcheck
    container that it relies on. Bump up this test's timeout as well.
    
    Signed-off-by: Ed Santiago <[email protected]>
    edsantiago committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3af5a3 View commit details
    Browse the repository at this point in the history