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

e2e: Move tests to gh action using azure workers #260

Merged
merged 3 commits into from
Dec 11, 2023

Commits on Dec 7, 2023

  1. tests/e2e: Move tests to gh action using azure workers

    use the azure runners provided by "confidential-containers/infra" to run
    the kata-clh and kata-qemu workflows.
    
    Signed-off-by: Lukáš Doktor <[email protected]>
    ldoktor committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fb4ef8d View commit details
    Browse the repository at this point in the history
  2. tests/e2e: Increase timeouts

    the uninstall timeouts seems to be too low for the azure runners.
    
    Signed-off-by: Lukáš Doktor <[email protected]>
    ldoktor committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    002882b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. tests/e2e: Wait for no restarts after deployment

    Especially on azure workers we are seeing several pod restarts right
    after CoCo deployment, let's wait for 3x21s which should be enough to
    detect instabilities as the liveness probe is 15+20s.
    
    Signed-off-by: Lukáš Doktor <[email protected]>
    ldoktor committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2ac5ce3 View commit details
    Browse the repository at this point in the history