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

[WIP] Disable retries on the CI #3400

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. Migrate system tests to new tooling

    Signed-off-by: apostasie <[email protected]>
    apostasie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    97aa350 View commit details
    Browse the repository at this point in the history
  2. Migrate network tests to new tooling

    Signed-off-by: apostasie <[email protected]>
    apostasie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7975018 View commit details
    Browse the repository at this point in the history
  3. Migrate completion tests to new tooling

    Signed-off-by: apostasie <[email protected]>
    apostasie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2defdb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix regression from containerd#3446

    purported to fix scenarios when people commit simultaneously.
    However, the lock required a stateDir, sourced from the container label, which does not exist if the container
    was not created by nerdctl (eg: Kube).
    This commit fix this, by making sure we have a stateDir label.
    
    Signed-off-by: apostasie <[email protected]>
    apostasie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d991d97 View commit details
    Browse the repository at this point in the history
  2. Disable retries on the CI

    Signed-off-by: apostasie <[email protected]>
    apostasie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3e12ba0 View commit details
    Browse the repository at this point in the history
  3. Extend testAttach delayOnceReader grace duration

    Signed-off-by: apostasie <[email protected]>
    apostasie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    450817d View commit details
    Browse the repository at this point in the history