Skip to content

Commit

Permalink
ci(kitchen+gitlab): update for new pre-salted images [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#426
  • Loading branch information
myii committed Apr 3, 2022
1 parent f05bd4f commit 67dc34a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ rubocop:
ubuntu-ubuntu-1804-tiamat-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-master-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3004-0-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3004-0-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3003-3-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3003-3-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3002-7-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3002-7-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3004-1-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3004-1-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
# yamllint enable rule:line-length

###############################################################################
Expand Down
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
- env: INSTANCE=ubuntu-ubuntu-1804-tiamat-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-master-py3
- env: INSTANCE=ubuntu-ubuntu-1804-master-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3004-0-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3004-0-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-3-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3003-3-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-7-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3002-7-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3004-1-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3004-1-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-4-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3003-4-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-8-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3002-8-py3

## Define the release stage that runs `semantic-release`
- stage: 'release'
Expand Down
30 changes: 15 additions & 15 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,34 @@ platforms:
image: saltimages/salt-master-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

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

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

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

verifier:
Expand Down

0 comments on commit 67dc34a

Please sign in to comment.