* Automated using https://github.com/myii/ssf-formula/pull/410tags/v0.10.4
@@ -160,20 +160,14 @@ ubuntu-1804-master-py3: {extends: '.test_instance'} | |||
# repositories-debian-9-3004-0-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-2004-3004-0-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-1804-3004-0-py3: {extends: '.test_instance'} | |||
# repositories-debian-11-3003-3-py3: {extends: '.test_instance'} | |||
# repositories-debian-10-3003-3-py3: {extends: '.test_instance'} | |||
# repositories-debian-9-3003-3-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-2004-3003-3-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-1804-3003-3-py3: {extends: '.test_instance'} | |||
# repositories-debian-11-3002-7-py3: {extends: '.test_instance'} | |||
# repositories-debian-10-3002-7-py3: {extends: '.test_instance'} | |||
# repositories-debian-9-3002-7-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-2004-3002-7-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-1804-3002-7-py3: {extends: '.test_instance'} | |||
# repositories-debian-10-3001-8-py3: {extends: '.test_instance'} | |||
# repositories-debian-9-3001-8-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-2004-3001-8-py3: {extends: '.test_instance'} | |||
# repositories-ubuntu-1804-3001-8-py3: {extends: '.test_instance'} | |||
############################################################################### | |||
# `release` stage: `semantic-release` |
@@ -113,20 +113,14 @@ jobs: | |||
# - env: INSTANCE=repositories-debian-9-3004-0-py3 | |||
# - env: INSTANCE=repositories-ubuntu-2004-3004-0-py3 | |||
# - env: INSTANCE=repositories-ubuntu-1804-3004-0-py3 | |||
# - env: INSTANCE=repositories-debian-11-3003-3-py3 | |||
# - env: INSTANCE=repositories-debian-10-3003-3-py3 | |||
# - env: INSTANCE=repositories-debian-9-3003-3-py3 | |||
# - env: INSTANCE=repositories-ubuntu-2004-3003-3-py3 | |||
# - env: INSTANCE=repositories-ubuntu-1804-3003-3-py3 | |||
# - env: INSTANCE=repositories-debian-11-3002-7-py3 | |||
# - env: INSTANCE=repositories-debian-10-3002-7-py3 | |||
# - env: INSTANCE=repositories-debian-9-3002-7-py3 | |||
# - env: INSTANCE=repositories-ubuntu-2004-3002-7-py3 | |||
# - env: INSTANCE=repositories-ubuntu-1804-3002-7-py3 | |||
# - env: INSTANCE=repositories-debian-10-3001-8-py3 | |||
# - env: INSTANCE=repositories-debian-9-3001-8-py3 | |||
# - env: INSTANCE=repositories-ubuntu-2004-3001-8-py3 | |||
# - env: INSTANCE=repositories-ubuntu-1804-3001-8-py3 | |||
## Define the release stage that runs `semantic-release` | |||
- stage: 'release' |
@@ -86,10 +86,6 @@ platforms: | |||
run_command: /lib/systemd/systemd | |||
## SALT `3003.3` | |||
- name: debian-11-3003-3-py3 | |||
driver: | |||
image: saltimages/salt-3003.3-py3:debian-11 | |||
run_command: /lib/systemd/systemd | |||
- name: debian-10-3003-3-py3 | |||
driver: | |||
image: saltimages/salt-3003.3-py3:debian-10 | |||
@@ -108,10 +104,6 @@ platforms: | |||
run_command: /lib/systemd/systemd | |||
## SALT `3002.7` | |||
- name: debian-11-3002-7-py3 | |||
driver: | |||
image: saltimages/salt-3002.7-py3:debian-11 | |||
run_command: /lib/systemd/systemd | |||
- name: debian-10-3002-7-py3 | |||
driver: | |||
image: saltimages/salt-3002.7-py3:debian-10 | |||
@@ -129,24 +121,6 @@ platforms: | |||
image: saltimages/salt-3002.7-py3:ubuntu-18.04 | |||
run_command: /lib/systemd/systemd | |||
## SALT `3001.8` | |||
- name: debian-10-3001-8-py3 | |||
driver: | |||
image: saltimages/salt-3001.8-py3:debian-10 | |||
run_command: /lib/systemd/systemd | |||
- name: debian-9-3001-8-py3 | |||
driver: | |||
image: saltimages/salt-3001.8-py3:debian-9 | |||
run_command: /lib/systemd/systemd | |||
- name: ubuntu-2004-3001-8-py3 | |||
driver: | |||
image: saltimages/salt-3001.8-py3:ubuntu-20.04 | |||
run_command: /lib/systemd/systemd | |||
- name: ubuntu-1804-3001-8-py3 | |||
driver: | |||
image: saltimages/salt-3001.8-py3:ubuntu-18.04 | |||
run_command: /lib/systemd/systemd | |||
verifier: | |||
# https://www.inspec.io/ | |||
name: inspec |