Browse Source

ci(kitchen+gitlab): update for new pre-salted images [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/426
tags/v0.11.0
Imran Iqbal 2 years ago
parent
commit
31773f1896
No account linked to committer's email address
3 changed files with 55 additions and 55 deletions
  1. +13
    -13
      .gitlab-ci.yml
  2. +13
    -13
      .travis.yml
  3. +29
    -29
      kitchen.yml

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

# preferences-ubuntu-1804-master-py3: {extends: '.test_instance'} # preferences-ubuntu-1804-master-py3: {extends: '.test_instance'}
# unattended-ubuntu-1804-master-py3: {extends: '.test_instance'} # unattended-ubuntu-1804-master-py3: {extends: '.test_instance'}
ubuntu-1804-master-py3: {extends: '.test_instance'} ubuntu-1804-master-py3: {extends: '.test_instance'}
# repositories-debian-11-3004-0-py3: {extends: '.test_instance'}
# repositories-debian-10-3004-0-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-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-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-11-3004-1-py3: {extends: '.test_instance'}
# repositories-debian-10-3004-1-py3: {extends: '.test_instance'}
# repositories-debian-9-3004-1-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3004-1-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3004-1-py3: {extends: '.test_instance'}
# repositories-debian-10-3003-4-py3: {extends: '.test_instance'}
# repositories-debian-9-3003-4-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
# repositories-debian-10-3002-8-py3: {extends: '.test_instance'}
# repositories-debian-9-3002-8-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
# yamllint enable rule:line-length # yamllint enable rule:line-length


############################################################################### ###############################################################################

+ 13
- 13
.travis.yml View File

# - env: INSTANCE=preferences-ubuntu-1804-master-py3 # - env: INSTANCE=preferences-ubuntu-1804-master-py3
# - env: INSTANCE=unattended-ubuntu-1804-master-py3 # - env: INSTANCE=unattended-ubuntu-1804-master-py3
- env: INSTANCE=ubuntu-1804-master-py3 - env: INSTANCE=ubuntu-1804-master-py3
# - env: INSTANCE=repositories-debian-11-3004-0-py3
# - env: INSTANCE=repositories-debian-10-3004-0-py3
# - 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-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-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-11-3004-1-py3
# - env: INSTANCE=repositories-debian-10-3004-1-py3
# - env: INSTANCE=repositories-debian-9-3004-1-py3
# - env: INSTANCE=repositories-ubuntu-2004-3004-1-py3
# - env: INSTANCE=repositories-ubuntu-1804-3004-1-py3
# - env: INSTANCE=repositories-debian-10-3003-4-py3
# - env: INSTANCE=repositories-debian-9-3003-4-py3
# - env: INSTANCE=repositories-ubuntu-2004-3003-4-py3
# - env: INSTANCE=repositories-ubuntu-1804-3003-4-py3
# - env: INSTANCE=repositories-debian-10-3002-8-py3
# - env: INSTANCE=repositories-debian-9-3002-8-py3
# - env: INSTANCE=repositories-ubuntu-2004-3002-8-py3
# - env: INSTANCE=repositories-ubuntu-1804-3002-8-py3


## Define the release stage that runs `semantic-release` ## Define the release stage that runs `semantic-release`
- stage: 'release' - stage: 'release'

+ 29
- 29
kitchen.yml View File

image: saltimages/salt-master-py3:ubuntu-18.04 image: saltimages/salt-master-py3:ubuntu-18.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd


## SALT `3004.0`
- name: debian-11-3004-0-py3
## SALT `3004.1`
- name: debian-11-3004-1-py3
driver: driver:
image: saltimages/salt-3004.0-py3:debian-11
image: saltimages/salt-3004.1-py3:debian-11
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: debian-10-3004-0-py3
- name: debian-10-3004-1-py3
driver: driver:
image: saltimages/salt-3004.0-py3:debian-10
image: saltimages/salt-3004.1-py3:debian-10
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: debian-9-3004-0-py3
- name: debian-9-3004-1-py3
driver: driver:
image: saltimages/salt-3004.0-py3:debian-9
image: saltimages/salt-3004.1-py3:debian-9
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: ubuntu-2004-3004-0-py3
- name: ubuntu-2004-3004-1-py3
driver: driver:
image: saltimages/salt-3004.0-py3:ubuntu-20.04
image: saltimages/salt-3004.1-py3:ubuntu-20.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: ubuntu-1804-3004-0-py3
- name: ubuntu-1804-3004-1-py3
driver: driver:
image: saltimages/salt-3004.0-py3:ubuntu-18.04
image: saltimages/salt-3004.1-py3:ubuntu-18.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd


## SALT `3003.3`
- name: debian-10-3003-3-py3
## SALT `3003.4`
- name: debian-10-3003-4-py3
driver: driver:
image: saltimages/salt-3003.3-py3:debian-10
image: saltimages/salt-3003.4-py3:debian-10
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: debian-9-3003-3-py3
- name: debian-9-3003-4-py3
driver: driver:
image: saltimages/salt-3003.3-py3:debian-9
image: saltimages/salt-3003.4-py3:debian-9
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: ubuntu-2004-3003-3-py3
- name: ubuntu-2004-3003-4-py3
driver: driver:
image: saltimages/salt-3003.3-py3:ubuntu-20.04
image: saltimages/salt-3003.4-py3:ubuntu-20.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: ubuntu-1804-3003-3-py3
- name: ubuntu-1804-3003-4-py3
driver: driver:
image: saltimages/salt-3003.3-py3:ubuntu-18.04
image: saltimages/salt-3003.4-py3:ubuntu-18.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd


## SALT `3002.7`
- name: debian-10-3002-7-py3
## SALT `3002.8`
- name: debian-10-3002-8-py3
driver: driver:
image: saltimages/salt-3002.7-py3:debian-10
image: saltimages/salt-3002.8-py3:debian-10
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: debian-9-3002-7-py3
- name: debian-9-3002-8-py3
driver: driver:
image: saltimages/salt-3002.7-py3:debian-9
image: saltimages/salt-3002.8-py3:debian-9
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: ubuntu-2004-3002-7-py3
- name: ubuntu-2004-3002-8-py3
driver: driver:
image: saltimages/salt-3002.7-py3:ubuntu-20.04
image: saltimages/salt-3002.8-py3:ubuntu-20.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd
- name: ubuntu-1804-3002-7-py3
- name: ubuntu-1804-3002-8-py3
driver: driver:
image: saltimages/salt-3002.7-py3:ubuntu-18.04
image: saltimages/salt-3002.8-py3:ubuntu-18.04
run_command: /lib/systemd/systemd run_command: /lib/systemd/systemd


verifier: verifier:

Loading…
Cancel
Save