Skip to content

Commit

Permalink
ci(kitchen+ci): update with latest 3003.2 pre-salted images [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#360
  • Loading branch information
myii committed Aug 19, 2021
1 parent 3c8f1f2 commit 5f32c55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ 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-3003-1-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3003-1-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3003-2-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3003-2-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
ubuntu-ubuntu-1804-3002-6-py3: {extends: '.test_instance'}
# ubuntu-ubuntu-2004-3001-7-py3: {extends: '.test_instance'}
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ 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-3003-1-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3003-1-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-2-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3003-2-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-6-py3
- env: INSTANCE=ubuntu-ubuntu-1804-3002-6-py3
# - env: INSTANCE=ubuntu-ubuntu-2004-3001-7-py3
Expand Down
10 changes: 5 additions & 5 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ platforms:
image: saltimages/salt-master-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

## SALT `3003.1`
- name: ubuntu-2004-3003-1-py3
## SALT `3003.2`
- name: ubuntu-2004-3003-2-py3
driver:
image: saltimages/salt-3003.1-py3:ubuntu-20.04
image: saltimages/salt-3003.2-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3003-1-py3
- name: ubuntu-1804-3003-2-py3
driver:
image: saltimages/salt-3003.1-py3:ubuntu-18.04
image: saltimages/salt-3003.2-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

## SALT `3002.6`
Expand Down

0 comments on commit 5f32c55

Please sign in to comment.