Skip to content

Commit

Permalink
Reverse the order of CONTAINER_RUNTIMES for containers_image test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jan 7, 2025
1 parent ed71b10 commit 7171dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ scenarios:
- containers_image:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker,podman'
CONTAINER_RUNTIMES: 'podman,docker'
K3S_INSTALL_UPSTREAM: '1'
CONTAINERS_UNTESTED_IMAGES: '1'
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/totest/containers/opensuse/tumbleweed
Expand Down
2 changes: 1 addition & 1 deletion job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ scenarios:
- containers_image:
testsuite: extra_tests_textmode_containers
settings:
CONTAINER_RUNTIMES: 'docker,podman'
CONTAINER_RUNTIMES: 'podman,docker'
CONTAINERS_UNTESTED_IMAGES: '1'
CONTAINER_IMAGE_TO_TEST: registry.opensuse.org/opensuse/factory/arm/totest/containers/opensuse/tumbleweed
K3S_INSTALL_UPSTREAM: '1'
Expand Down

0 comments on commit 7171dac

Please sign in to comment.