Skip to content

Commit

Permalink
Unify container test names
Browse files Browse the repository at this point in the history
Unify all containter host test runs under the `container_host` prefix.
  • Loading branch information
grisu48 committed Dec 2, 2024
1 parent efbcd42 commit bb728ef
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 22 deletions.
41 changes: 27 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,24 @@ scenarios:
- extra_tests_on_xfce
- extra_tests_textmode
- extra_tests_webserver
- containers_host_docker:
- extra_tests_vagrant:
description: 'Maintainer: dancermak. Test vagrant, vagrant plugins and the vagrant boxes'
settings:
BOOT_HDD_IMAGE: '1'
DESKTOP: textmode
HDD_1: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%@%MACHINE%.qcow2'
QEMUCPU: host
QEMUCPUS: '4'
QEMURAM: '4096'
START_AFTER_TEST: create_hdd_textmode
UEFI_PFLASH_VARS: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%@%MACHINE%-uefi-vars.qcow2'
YAML_SCHEDULE: schedule/vagrant.yaml
testsuite: null
- 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 +338,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 +352,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 +365,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 +376,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

0 comments on commit bb728ef

Please sign in to comment.