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

Unify container test names #548

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ scenarios:
- microos:
machine: 64bit
- microos_textmode
- container-host:
- container_host:
machine: 64bit
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- fips-container-host:
- fips-container_host:
machine: 64bit
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
Expand All @@ -128,19 +128,19 @@ scenarios:
DESKTOP: textmode
+YAML_SCHEDULE: ''
microos-*-MicroOS-Image-ContainerHost-x86_64:
- container-host:
- container_host:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- fips-container-host:
- fips-container_host:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- container-host2microosnext:
- container_host2microosnext:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
- container-host-old2microosnext:
- container_host-old2microosnext:
settings:
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
Expand Down Expand Up @@ -310,11 +310,11 @@ scenarios:
- extra_tests_on_xfce
- extra_tests_textmode
- extra_tests_webserver
- containers_host_docker:
- container_host_docker:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
- containers_host_podman:
- container_host_podman:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
Expand All @@ -325,7 +325,7 @@ scenarios:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
OCI_RUNTIME: 'runc'
- containers_host_podman_testsuite:
- container_host_podman_testsuite:
description: |-
Maintainer: [email protected] https://confluence.suse.com/display/qasle/podman+upstream+tests
testsuite: extra_tests_textmode_containers
Expand All @@ -339,7 +339,7 @@ scenarios:
PODMAN_BATS_SKIP_ROOT_REMOTE: '180-blkio 520-checkpoint'
PODMAN_BATS_SKIP_USER_LOCAL: '505-networking-pasta'
PODMAN_BATS_SKIP_USER_REMOTE: '505-networking-pasta'
- containers_host_bats_testsuite:
- container_host_bats_testsuite:
description: |-
Maintainer: [email protected] https://confluence.suse.com/display/qasle/podman+upstream+tests
testsuite: extra_tests_textmode_containers
Expand All @@ -352,7 +352,7 @@ scenarios:
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
SKOPEO_BATS_SKIP_ROOT: 'none'
- containers_host_buildah_testsuite:
- container_host_buildah_testsuite:
testsuite: extra_tests_textmode_containers
description: |-
Maintainer: [email protected] https://confluence.suse.com/display/qasle/podman+upstream+tests
Expand All @@ -363,16 +363,16 @@ scenarios:
BUILDAH_BATS_SKIP: 'commit run'
BUILDAH_BATS_SKIP_ROOT: 'none'
BUILDAH_BATS_SKIP_USER: 'add basic bud copy overlay rmi sbom squash'
- containers_host_containerd:
- container_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'containerd_crictl,containerd_nerdctl'
- containers_host_helm:
- container_host_helm:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'helm'
K3S_INSTALL_UPSTREAM: '1'
- containers_host_kubectl:
- container_host_kubectl:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'kubectl'
Expand Down
12 changes: 6 additions & 6 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,33 +285,33 @@ scenarios:
- gnome-ext4
- extra_tests_textmode
- extra_tests_misc
- containers_host_docker:
- container_host_docker:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
- containers_host_helm:
- container_host_helm:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'helm'
K3S_INSTALL_UPSTREAM: '1'
- containers_host_kubectl:
- container_host_kubectl:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'kubectl'
K3S_INSTALL_UPSTREAM: '1'
K3S_ENABLE_COREDNS: '1'
- containers_host_podman:
- container_host_podman:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
- containers_host_podman_runc:
- container_host_podman_runc:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
K3S_INSTALL_UPSTREAM: '1'
OCI_RUNTIME: 'runc'
- containers_host_containerd:
- container_host_containerd:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'containerd_crictl,containerd_nerdctl'
Expand Down
4 changes: 2 additions & 2 deletions job_groups/opensuse_tumbleweed_powerpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ scenarios:
- extra_tests_gnome
- extra_tests_on_kde
- extra_tests_textmode
- containers_host_docker:
- container_host_docker:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker'
- containers_host_podman:
- container_host_podman:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'podman'
Expand Down