Skip to content

Commit

Permalink
Merge pull request #437 from DeepthiYV/docker_image
Browse files Browse the repository at this point in the history
Fix test image_docker in LEAP 15.6
  • Loading branch information
foursixnine authored Mar 18, 2024
2 parents e70e32c + e48e75f commit 94483dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions job_groups/opensuse_leap_15.6_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ scenarios:
CONTAINER_RUNTIMES: 'podman'
START_AFTER_TEST: 'create_hdd_leap_textmode_autoyast'
HDD_1: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%_ay@%MACHINE%.qcow2'
# Added temporarily until the LEAP 15.6 container is released
CONTAINERS_UNTESTED_IMAGES: '1'
CONTAINER_IMAGE_TO_TEST: 'registry.opensuse.org/opensuse/leap/15.6/images/totest/containers/opensuse/leap:15.6'
- extra_tests_textmode_kubectl_containers:
testsuite: extra_tests_textmode_containers
settings:
Expand All @@ -149,6 +152,9 @@ scenarios:
CONTAINER_RUNTIMES: 'docker'
START_AFTER_TEST: 'create_hdd_leap_textmode_autoyast'
HDD_1: '%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%_ay@%MACHINE%.qcow2'
# Added temporarily until the LEAP 15.6 container is released
CONTAINERS_UNTESTED_IMAGES: '1'
CONTAINER_IMAGE_TO_TEST: 'registry.opensuse.org/opensuse/leap/15.6/images/totest/containers/opensuse/leap:15.6'
- create_hdd_transactional_server:
settings:
# use main.pm schedule over YAML as it is used among other create_hdd test suite in updates testing
Expand Down

0 comments on commit 94483dd

Please sign in to comment.