Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit f48a727

Browse files
committed
ci(kitchen+travis): adjust matrix to update 3000 to 3000.1 [skip ci]
* Automated using myii/ssf-formula#146
1 parent 69b632f commit f48a727

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
# - env: INSTANCE=default-opensuse-leap-151-master-py3
7777
# - env: INSTANCE=default-amazonlinux-2-master-py3
7878
# - env: INSTANCE=default-arch-base-latest-master-py2
79-
# - env: INSTANCE=default-debian-10-3000-py3
80-
- env: INSTANCE=default-ubuntu-1804-3000-py3
81-
# - env: INSTANCE=default-centos-8-3000-py3
82-
# - env: INSTANCE=default-fedora-31-3000-py3
83-
- env: INSTANCE=default-opensuse-leap-151-3000-py3
84-
- env: INSTANCE=default-amazonlinux-2-3000-py3
85-
# - env: INSTANCE=default-arch-base-latest-3000-py2
79+
# - env: INSTANCE=default-debian-10-3000-1-py3
80+
- env: INSTANCE=default-ubuntu-1804-3000-1-py3
81+
# - env: INSTANCE=default-centos-8-3000-1-py3
82+
# - env: INSTANCE=default-fedora-31-3000-1-py3
83+
- env: INSTANCE=default-opensuse-leap-151-3000-1-py3
84+
- env: INSTANCE=default-amazonlinux-2-3000-1-py3
85+
# - env: INSTANCE=default-arch-base-latest-3000-1-py2
8686
# - env: INSTANCE=default-debian-10-2019-2-py3
8787
# - env: INSTANCE=default-debian-9-2019-2-py3
8888
# - env: INSTANCE=default-ubuntu-1804-2019-2-py3

kitchen.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,33 @@ platforms:
4040
image: netmanagers/salt-master-py2:arch-base-latest
4141
run_command: /usr/lib/systemd/systemd
4242

43-
## SALT `3000`
44-
- name: debian-10-3000-py3
43+
## SALT `3000.1`
44+
- name: debian-10-3000-1-py3
4545
driver:
46-
image: netmanagers/salt-3000-py3:debian-10
47-
- name: ubuntu-1804-3000-py3
46+
image: netmanagers/salt-3000.1-py3:debian-10
47+
- name: ubuntu-1804-3000-1-py3
4848
driver:
49-
image: netmanagers/salt-3000-py3:ubuntu-18.04
50-
- name: centos-8-3000-py3
49+
image: netmanagers/salt-3000.1-py3:ubuntu-18.04
50+
- name: centos-8-3000-1-py3
5151
driver:
52-
image: netmanagers/salt-3000-py3:centos-8
53-
- name: fedora-31-3000-py3
52+
image: netmanagers/salt-3000.1-py3:centos-8
53+
- name: fedora-31-3000-1-py3
5454
driver:
55-
image: netmanagers/salt-3000-py3:fedora-31
56-
- name: opensuse-leap-151-3000-py3
55+
image: netmanagers/salt-3000.1-py3:fedora-31
56+
- name: opensuse-leap-151-3000-1-py3
5757
driver:
58-
image: netmanagers/salt-3000-py3:opensuse-leap-15.1
58+
image: netmanagers/salt-3000.1-py3:opensuse-leap-15.1
5959
run_command: /usr/lib/systemd/systemd
6060
# Workaround to avoid intermittent failures on `opensuse-leap-15.1`:
6161
# => SCP did not finish successfully (255): (Net::SCP::Error)
6262
transport:
6363
max_ssh_sessions: 1
64-
- name: amazonlinux-2-3000-py3
64+
- name: amazonlinux-2-3000-1-py3
6565
driver:
66-
image: netmanagers/salt-3000-py3:amazonlinux-2
67-
- name: arch-base-latest-3000-py2
66+
image: netmanagers/salt-3000.1-py3:amazonlinux-2
67+
- name: arch-base-latest-3000-1-py2
6868
driver:
69-
image: netmanagers/salt-3000-py2:arch-base-latest
69+
image: netmanagers/salt-3000.1-py2:arch-base-latest
7070
run_command: /usr/lib/systemd/systemd
7171

7272
## SALT `2019.2`

0 commit comments

Comments
 (0)