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 test #677

Merged
merged 4 commits into from
Feb 14, 2023
Merged

Fix CI test #677

merged 4 commits into from
Feb 14, 2023

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Feb 14, 2023

Issues:

  • Downgrade ubuntu to 20.04 (there was an upgrade around new years to 22.04)
    Latest ubuntu python version is 3.10 and the pip deps install fails with:
ERROR: Exception:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper
    status = run_func(*args)
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 389, in run
    to_install = resolver.get_installation_order(requirement_set)
  File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 188, in get_installation_order
    weights = get_topological_weights(
  File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 276, in get_topological_weights
    assert len(weights) == expected_node_count
AssertionError
  • Remove provision_docker from the engine_setup test deps

Signed-off-by: Martin Nečas <necas.marty@gmail.com>
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
@mnecas mnecas changed the title Force GitHub action to use python3.9 instead of python3.10 Downgrade ubuntu to 20.04 Feb 14, 2023
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
@mnecas mnecas changed the title Downgrade ubuntu to 20.04 Fix CI test Feb 14, 2023
Copy link
Member

@mwperina mwperina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@mwperina mwperina merged commit d90bf40 into oVirt:master Feb 14, 2023
@mnecas mnecas mentioned this pull request Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants