mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
chore: standardise structure [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/291
This commit is contained in:
parent
8c506bc9d1
commit
89af9f8aaf
3 changed files with 6 additions and 5 deletions
|
@ -127,15 +127,15 @@ debian-debian-10-master-py3: {extends: '.test_instance'}
|
|||
# ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'}
|
||||
ubuntu-ubuntu-1804-master-py3: {extends: '.test_instance'}
|
||||
redhat8-centos-8-master-py3: {extends: '.test_instance'}
|
||||
redhat8-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
||||
fedora-fedora-32-master-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-31-master-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-master-py3: {extends: '.test_instance'}
|
||||
# amazon-amazonlinux-2-master-py3: {extends: '.test_instance'}
|
||||
redhat8-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3000-3-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3000-3-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3000-3-py3: {extends: '.test_instance'}
|
||||
# centos-centos-8-3000-3-py3: {extends: '.test_instance'}
|
||||
# redhat8-centos-8-3000-3-py3: {extends: '.test_instance'}
|
||||
centos-centos-7-3000-3-py3: {extends: '.test_instance'}
|
||||
# fedora-fedora-31-3000-3-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-leap-152-3000-3-py3: {extends: '.test_instance'}
|
||||
|
|
|
@ -86,15 +86,16 @@ jobs:
|
|||
- env: INSTANCE=debian-debian-10-master-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-master-py3
|
||||
- env: INSTANCE=ubuntu-ubuntu-1804-master-py3
|
||||
# - env: INSTANCE=centos-centos-8-master-py3
|
||||
- env: INSTANCE=redhat8-centos-8-master-py3
|
||||
- env: INSTANCE=fedora-fedora-32-master-py3
|
||||
# - env: INSTANCE=fedora-fedora-31-master-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-master-py3
|
||||
# - env: INSTANCE=amazon-amazonlinux-2-master-py3
|
||||
- env: INSTANCE=redhat8-oraclelinux-8-master-py3
|
||||
# - env: INSTANCE=debian-debian-10-3000-3-py3
|
||||
# - env: INSTANCE=debian-debian-9-3000-3-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3000-3-py3
|
||||
# - env: INSTANCE=centos-centos-8-3000-3-py3
|
||||
# - env: INSTANCE=redhat8-centos-8-3000-3-py3
|
||||
- env: INSTANCE=centos-centos-7-3000-3-py3
|
||||
# - env: INSTANCE=fedora-fedora-31-3000-3-py3
|
||||
- env: INSTANCE=suse-opensuse-leap-152-3000-3-py3
|
||||
|
|
|
@ -246,8 +246,8 @@ suites:
|
|||
- name: redhat8
|
||||
includes:
|
||||
- centos-8-master-py3
|
||||
- centos-8-3000-3-py3
|
||||
- oraclelinux-8-master-py3
|
||||
- centos-8-3000-3-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
|
Loading…
Add table
Reference in a new issue