You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockefile: use base image 'ubuntu:latest' 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 <val.agl002@gmail.com>
0 commit comments