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

Fix CI Integration test and unit test #58

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Fix CI Integration test and unit test #58

merged 2 commits into from
Jun 17, 2024

Commits on Jun 12, 2024

  1. Dockefile: use base image 'ubuntu:jammy' instead of focal

    Default python version in focal is python3.8 which is breaking
    integration CI builds on t-api PRs with:
    `ERROR: Package 'teuthology-1.1.1.dev729-g861a8dcf' requires a different Python: 3.8.10 not in '>=3.10'`
    
    Recently, we upgraded the minimum teuthology version to support
    python3.10, which could be the reason of the above CI failures.
    
    Signed-off-by: Vallari Agrawal <[email protected]>
    VallariAg committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    51c49d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd680b View commit details
    Browse the repository at this point in the history