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

Enable SP7 testing #582

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Enable SP7 testing #582

wants to merge 4 commits into from

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Sep 2, 2024

This will not work properly before we have the SLE 15 SP7 BCI repo

This fixes #545

@dirkmueller
Copy link
Member

@dcermak rebase? we need to get this in soonish when 15.7 development starts (I'd be fine with testing all of base/minimal for now, similar to how 16.0 is enabled)

@@ -376,6 +376,13 @@ def test_no_orphaned_packages(container_per_test: ContainerData) -> None:
@pytest.mark.parametrize(
"container", CONTAINERS_WITH_ZYPPER_AS_ROOT, indirect=True
)
@pytest.mark.xfail(
Copy link
Member

Choose a reason for hiding this comment

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

This seems to break tests on 15.4.

Copy link
Member

Choose a reason for hiding this comment

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

yeah, because they're run on a non-suse host so the container-suseconnect integration is not working. rather than adding a quirk in the tests for this, maybe we should simply not define a repo like in the 16.0 case?

@@ -167,6 +165,14 @@ jobs:
os_version: "16.0"
- toxenv: kernel_module
os_version: "16.0"
- toxenv: all
os_version: "15.7"
Copy link
Member

Choose a reason for hiding this comment

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

although don't have a strong opinion, I think sorting these before the "16.0" section would be slightly more logical.

@@ -519,7 +519,7 @@ def create_BCI(
)
PYTHON311_CONTAINER = create_BCI(
build_tag="bci/python:3.11",
available_versions=_DEFAULT_NONBASE_OS_VERSIONS,
available_versions=["15.6", "tumbleweed"],
Copy link
Member

Choose a reason for hiding this comment

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

python 311 is still available with SP7, why this change?

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.

Add tests for 15.7 so that size monitoring for base containers is in place early
3 participants