Skip to content

Commit 3527bc5

Browse files
committed
ci(kitchen+travis): adjust matrix to add 3000.3 [skip ci]
* Automated using myii/ssf-formula#185
1 parent 59135b6 commit 3527bc5

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ jobs:
6767
# - env: INSTANCE=default-fedora-31-master-py3
6868
# - env: INSTANCE=default-opensuse-leap-151-master-py3
6969
# - env: INSTANCE=default-amazonlinux-2-master-py3
70-
# - env: INSTANCE=default-debian-10-3000-2-py3
71-
# - env: INSTANCE=default-debian-9-3000-2-py3
72-
- env: INSTANCE=default-ubuntu-1804-3000-2-py3
73-
# - env: INSTANCE=default-centos-8-3000-2-py3
74-
# - env: INSTANCE=default-centos-7-3000-2-py3
75-
# - env: INSTANCE=default-fedora-31-3000-2-py3
76-
- env: INSTANCE=default-opensuse-leap-151-3000-2-py3
77-
# - env: INSTANCE=default-amazonlinux-2-3000-2-py3
78-
- env: INSTANCE=archive-amazonlinux-2-3000-2-py3
79-
# - env: INSTANCE=default-ubuntu-1804-3000-2-py2
80-
# - env: INSTANCE=default-ubuntu-1604-3000-2-py2
81-
# - env: INSTANCE=default-arch-base-latest-3000-2-py2
70+
# - env: INSTANCE=default-debian-10-3000-3-py3
71+
# - env: INSTANCE=default-debian-9-3000-3-py3
72+
- env: INSTANCE=default-ubuntu-1804-3000-3-py3
73+
# - env: INSTANCE=default-centos-8-3000-3-py3
74+
# - env: INSTANCE=default-centos-7-3000-3-py3
75+
# - env: INSTANCE=default-fedora-31-3000-3-py3
76+
- env: INSTANCE=default-opensuse-leap-151-3000-3-py3
77+
# - env: INSTANCE=default-amazonlinux-2-3000-3-py3
78+
- env: INSTANCE=archive-amazonlinux-2-3000-3-py3
79+
# - env: INSTANCE=default-ubuntu-1804-3000-3-py2
80+
# - env: INSTANCE=default-ubuntu-1604-3000-3-py2
81+
# - env: INSTANCE=default-arch-base-latest-3000-3-py2
8282
# - env: INSTANCE=default-debian-10-2019-2-py3
8383
# - env: INSTANCE=default-debian-9-2019-2-py3
8484
# - env: INSTANCE=default-ubuntu-1804-2019-2-py3

kitchen.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,45 +36,45 @@ platforms:
3636
driver:
3737
image: netmanagers/salt-master-py3:amazonlinux-2
3838

39-
## SALT `3000.2`
40-
- name: debian-10-3000-2-py3
39+
## SALT `3000.3`
40+
- name: debian-10-3000-3-py3
4141
driver:
42-
image: netmanagers/salt-3000.2-py3:debian-10
43-
- name: debian-9-3000-2-py3
42+
image: netmanagers/salt-3000.3-py3:debian-10
43+
- name: debian-9-3000-3-py3
4444
driver:
45-
image: netmanagers/salt-3000.2-py3:debian-9
46-
- name: ubuntu-1804-3000-2-py3
45+
image: netmanagers/salt-3000.3-py3:debian-9
46+
- name: ubuntu-1804-3000-3-py3
4747
driver:
48-
image: netmanagers/salt-3000.2-py3:ubuntu-18.04
49-
- name: centos-8-3000-2-py3
48+
image: netmanagers/salt-3000.3-py3:ubuntu-18.04
49+
- name: centos-8-3000-3-py3
5050
driver:
51-
image: netmanagers/salt-3000.2-py3:centos-8
52-
- name: centos-7-3000-2-py3
51+
image: netmanagers/salt-3000.3-py3:centos-8
52+
- name: centos-7-3000-3-py3
5353
driver:
54-
image: netmanagers/salt-3000.2-py3:centos-7
55-
- name: fedora-31-3000-2-py3
54+
image: netmanagers/salt-3000.3-py3:centos-7
55+
- name: fedora-31-3000-3-py3
5656
driver:
57-
image: netmanagers/salt-3000.2-py3:fedora-31
58-
- name: opensuse-leap-151-3000-2-py3
57+
image: netmanagers/salt-3000.3-py3:fedora-31
58+
- name: opensuse-leap-151-3000-3-py3
5959
driver:
60-
image: netmanagers/salt-3000.2-py3:opensuse-leap-15.1
60+
image: netmanagers/salt-3000.3-py3:opensuse-leap-15.1
6161
run_command: /usr/lib/systemd/systemd
6262
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
6363
# => SCP did not finish successfully (255): (Net::SCP::Error)
6464
transport:
6565
max_ssh_sessions: 1
66-
- name: amazonlinux-2-3000-2-py3
66+
- name: amazonlinux-2-3000-3-py3
6767
driver:
68-
image: netmanagers/salt-3000.2-py3:amazonlinux-2
69-
- name: ubuntu-1804-3000-2-py2
68+
image: netmanagers/salt-3000.3-py3:amazonlinux-2
69+
- name: ubuntu-1804-3000-3-py2
7070
driver:
71-
image: netmanagers/salt-3000.2-py2:ubuntu-18.04
72-
- name: ubuntu-1604-3000-2-py2
71+
image: netmanagers/salt-3000.3-py2:ubuntu-18.04
72+
- name: ubuntu-1604-3000-3-py2
7373
driver:
74-
image: netmanagers/salt-3000.2-py2:ubuntu-16.04
75-
- name: arch-base-latest-3000-2-py2
74+
image: netmanagers/salt-3000.3-py2:ubuntu-16.04
75+
- name: arch-base-latest-3000-3-py2
7676
driver:
77-
image: netmanagers/salt-3000.2-py2:arch-base-latest
77+
image: netmanagers/salt-3000.3-py2:arch-base-latest
7878
run_command: /usr/lib/systemd/systemd
7979

8080
## SALT `2019.2`

0 commit comments

Comments
 (0)