test(suse): update to Leap 15.4
openSUSE Leap 15.3 is discontinued - test with 15.4 containers instead. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
55d15459bd
commit
23543ffa8b
@ -154,7 +154,7 @@ redhat-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
redhat-centos-7-master-py3: {extends: '.test_instance'}
|
||||
redhat-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
redhat-fedora-35-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-leap-153-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-leap-154-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
redhat-amazonlinux-2-master-py3: {extends: '.test_instance'}
|
||||
redhat-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
||||
@ -176,7 +176,7 @@ redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-almalinux-8-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-rockylinux-8-3004-1-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-154-3004-0-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# debian-debian-10-3003-4-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3003-4-py3: {extends: '.test_instance'}
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
||||
- env: INSTANCE=redhat-centos-7-master-py3
|
||||
- env: INSTANCE=redhat-fedora-36-master-py3
|
||||
- env: INSTANCE=redhat-fedora-35-master-py3
|
||||
- env: INSTANCE=suse-opensuse-leap-153-master-py3
|
||||
- env: INSTANCE=suse-opensuse-leap-154-master-py3
|
||||
- env: INSTANCE=suse-opensuse-tmbl-latest-master-py3
|
||||
- env: INSTANCE=redhat-amazonlinux-2-master-py3
|
||||
- env: INSTANCE=redhat-oraclelinux-8-master-py3
|
||||
@ -128,7 +128,7 @@ jobs:
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3004-1-py3
|
||||
# - env: INSTANCE=redhat-almalinux-8-3004-1-py3
|
||||
# - env: INSTANCE=redhat-rockylinux-8-3004-1-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-153-3004-0-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-154-3004-0-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3004-0-py3
|
||||
# - env: INSTANCE=debian-debian-10-3003-4-py3
|
||||
# - env: INSTANCE=debian-debian-9-3003-4-py3
|
||||
|
10
kitchen.yml
10
kitchen.yml
@ -103,9 +103,9 @@ platforms:
|
||||
- name: fedora-35-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:fedora-35
|
||||
- name: opensuse-leap-153-master-py3
|
||||
- name: opensuse-leap-154-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:opensuse-leap-15.3
|
||||
image: saltimages/salt-master-py3:opensuse-leap-15.4
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
@ -207,7 +207,7 @@ platforms:
|
||||
image: saltimages/salt-3004.1-py3:rockylinux-8
|
||||
|
||||
## SALT `3004.0`
|
||||
- name: opensuse-leap-153-3004-0-py3
|
||||
- name: opensuse-leap-154-3004-0-py3
|
||||
driver:
|
||||
image: saltimages/salt-3004.0-py3:opensuse-leap-15.3
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
@ -388,9 +388,9 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: suse
|
||||
includes:
|
||||
- opensuse-leap-153-master-py3
|
||||
- opensuse-leap-154-master-py3
|
||||
- opensuse-tmbl-latest-master-py3
|
||||
- opensuse-leap-153-3004-0-py3
|
||||
- opensuse-leap-154-3004-0-py3
|
||||
- opensuse-tmbl-latest-3004-0-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
|
Loading…
Reference in New Issue
Block a user