Browse Source

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>
pull/238/head
Georg Pfuetzenreuter 1 year ago
parent
commit
23543ffa8b
No account linked to committer's email address
3 changed files with 9 additions and 9 deletions
  1. +2
    -2
      .gitlab-ci.yml
  2. +2
    -2
      .travis.yml
  3. +5
    -5
      kitchen.yml

+ 2
- 2
.gitlab-ci.yml View File

redhat-centos-7-master-py3: {extends: '.test_instance'} redhat-centos-7-master-py3: {extends: '.test_instance'}
redhat-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} redhat-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
redhat-fedora-35-master-py3: {extends: '.test_instance'} 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'} suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
redhat-amazonlinux-2-master-py3: {extends: '.test_instance'} redhat-amazonlinux-2-master-py3: {extends: '.test_instance'}
redhat-oraclelinux-8-master-py3: {extends: '.test_instance'} redhat-oraclelinux-8-master-py3: {extends: '.test_instance'}
# redhat-oraclelinux-7-3004-1-py3: {extends: '.test_instance'} # redhat-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
# redhat-almalinux-8-3004-1-py3: {extends: '.test_instance'} # redhat-almalinux-8-3004-1-py3: {extends: '.test_instance'}
# redhat-rockylinux-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'} # suse-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'}
# debian-debian-10-3003-4-py3: {extends: '.test_instance'} # debian-debian-10-3003-4-py3: {extends: '.test_instance'}
# debian-debian-9-3003-4-py3: {extends: '.test_instance'} # debian-debian-9-3003-4-py3: {extends: '.test_instance'}

+ 2
- 2
.travis.yml View File

- env: INSTANCE=redhat-centos-7-master-py3 - env: INSTANCE=redhat-centos-7-master-py3
- env: INSTANCE=redhat-fedora-36-master-py3 - env: INSTANCE=redhat-fedora-36-master-py3
- env: INSTANCE=redhat-fedora-35-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=suse-opensuse-tmbl-latest-master-py3
- env: INSTANCE=redhat-amazonlinux-2-master-py3 - env: INSTANCE=redhat-amazonlinux-2-master-py3
- env: INSTANCE=redhat-oraclelinux-8-master-py3 - env: INSTANCE=redhat-oraclelinux-8-master-py3
# - env: INSTANCE=redhat-oraclelinux-7-3004-1-py3 # - env: INSTANCE=redhat-oraclelinux-7-3004-1-py3
# - env: INSTANCE=redhat-almalinux-8-3004-1-py3 # - env: INSTANCE=redhat-almalinux-8-3004-1-py3
# - env: INSTANCE=redhat-rockylinux-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=suse-opensuse-tmbl-latest-3004-0-py3
# - env: INSTANCE=debian-debian-10-3003-4-py3 # - env: INSTANCE=debian-debian-10-3003-4-py3
# - env: INSTANCE=debian-debian-9-3003-4-py3 # - env: INSTANCE=debian-debian-9-3003-4-py3

+ 5
- 5
kitchen.yml View File

- name: fedora-35-master-py3 - name: fedora-35-master-py3
driver: driver:
image: saltimages/salt-master-py3:fedora-35 image: saltimages/salt-master-py3:fedora-35
- name: opensuse-leap-153-master-py3
- name: opensuse-leap-154-master-py3
driver: 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`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
image: saltimages/salt-3004.1-py3:rockylinux-8 image: saltimages/salt-3004.1-py3:rockylinux-8


## SALT `3004.0` ## SALT `3004.0`
- name: opensuse-leap-153-3004-0-py3
- name: opensuse-leap-154-3004-0-py3
driver: driver:
image: saltimages/salt-3004.0-py3:opensuse-leap-15.3 image: saltimages/salt-3004.0-py3:opensuse-leap-15.3
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`: # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
- path: test/integration/default - path: test/integration/default
- name: suse - name: suse
includes: includes:
- opensuse-leap-153-master-py3
- opensuse-leap-154-master-py3
- opensuse-tmbl-latest-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 - opensuse-tmbl-latest-3004-0-py3
provisioner: provisioner:
state_top: state_top:

Loading…
Cancel
Save