8000 ci(kitchen+gitlab): remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] · saltstack-formulas/apt-formula@8086687 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8086687

Browse files
committed
ci(kitchen+gitlab): remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci]
* Automated using myii/ssf-formula#331
1 parent f9bf2f4 commit 8086687

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ rubocop:
127127
# repositories-debian-9-tiamat-py3: {extends: '.test_instance'}
128128
# repositories-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
129129
# repositories-ubuntu-1804-tiamat-py3: {extends: '.test_instance'}
130-
# repositories-ubuntu-1604-tiamat-py3: {extends: '.test_instance'}
131130
# repositories-debian-10-master-py3: {extends: '.test_instance'}
132131
# preferences-debian-10-master-py3: {extends: '.test_instance'}
133132
# unattended-debian-10-master-py3: {extends: '.test_instance'}
@@ -144,10 +143,6 @@ ubuntu-2004-master-py3: {extends: '.test_instance'}
144143
# preferences-ubuntu-1804-master-py3: {extends: '.test_instance'}
145144
# unattended-ubuntu-1804-master-py3: {extends: '.test_instance'}
146145
ubuntu-1804-master-py3: {extends: '.test_instance'}
147-
# repositories-ubuntu-1604-master-py3: {extends: '.test_instance'}
148-
# preferences-ubuntu-1604-master-py3: {extends: '.test_instance'}
149-
# unattended-ubuntu-1604-master-py3: {extends: '.test_instance'}
150-
ubuntu-1604-master-py3: {extends: '.test_instance'}
151146
# repositories-debian-10-3003-0-py3: {extends: '.test_instance'}
152147
# repositories-debian-9-3003-0-py3: {extends: '.test_instance'}
153148
# repositories-ubuntu-2004-3003-0-py3: {extends: '.test_instance'}
@@ -156,18 +151,14 @@ ubuntu-1604-master-py3: {extends: '.test_instance'}
156151
# repositories-debian-9-3002-6-py3: {extends: '.test_instance'}
157152
# repositories-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
158153
# repositories-ubuntu-1804-3002-6-py3: {extends: '.test_instance'}
159-
# repositories-ubuntu-1604-3002-6-py3: {extends: '.test_instance'}
160154
# repositories-debian-10-3001-7-py3: {extends: '.test_instance'}
161155
# repositories-debian-9-3001-7-py3: {extends: '.test_instance'}
162156
# repositories-ubuntu-2004-3001-7-py3: {extends: '.test_instance'}
163157
# repositories-ubuntu-1804-3001-7-py3: {extends: '.test_instance'}
164-
# repositories-ubuntu-1604-3001-7-py3: {extends: '.test_instance'}
165158
# repositories-debian-10-3000-9-py3: {extends: '.test_instance'}
166159
# repositories-debian-9-3000-9-py3: {extends: '.test_instance'}
167160
# repositories-ubuntu-1804-3000-9-py3: {extends: '.test_instance'}
168-
# repositories-ubuntu-1604-3000-9-py3: {extends: '.test_instance'}
169161
# repositories-ubuntu-1804-3000-9-py2: {extends: '.test_instance'}
170-
# repositories-ubuntu-1604-3000-9-py2: {extends: '.test_instance'}
171162

172163
###############################################################################
173164
# `release` stage: `semantic-release`

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
# - env: INSTANCE=repositories-debian-9-tiamat-py3
8888
# - env: INSTANCE=repositories-ubuntu-2004-tiamat-py3
8989
# - env: INSTANCE=repositories-ubuntu-1804-tiamat-py3
90-
# - env: INSTANCE=repositories-ubuntu-1604-tiamat-py3
9190
# - env: INSTANCE=repositories-debian-10-master-py3
9291
# - env: INSTANCE=preferences-debian-10-master-py3
9392
# - env: INSTANCE=unattended-debian-10-master-py3
@@ -104,10 +103,6 @@ jobs:
104103
# - env: INSTANCE=preferences-ubuntu-1804-master-py3
105104
# - env: INSTANCE=unattended-ubuntu-1804-master-py3
106105
- env: INSTANCE=ubuntu-1804-master-py3
107-
# - env: INSTANCE=repositories-ubuntu-1604-master-py3
108-
# - env: INSTANCE=preferences-ubuntu-1604-master-py3
109-
# - env: INSTANCE=unattended-ubuntu-1604-master-py3
110-
- env: INSTANCE=ubuntu-1604-master-py3
111106
# - env: INSTANCE=repositories-debian-10-3003-0-py3
112107
# - env: INSTANCE=repositories-debian-9-3003-0-py3
113108
# - env: INSTANCE=repositories-ubuntu-2004-3003-0-py3
@@ -116,18 +111,14 @@ jobs:
116111
# - env: INSTANCE=repositories-debian-9-3002-6-py3
117112
# - env: INSTANCE=repositories-ubuntu-2004-3002-6-py3
118113
# - env: INSTANCE=repositories-ubuntu-1804-3002-6-py3
119-
# - env: INSTANCE=repositories-ubuntu-1604-3002-6-py3
120114
# - env: INSTANCE=repositories-debian-10-3001-7-py3
121115
# - env: INSTANCE=repositories-debian-9-3001-7-py3
122116
# - env: INSTANCE=repositories-ubuntu-2004-3001-7-py3
123117
# - env: INSTANCE=repositories-ubuntu-1804-3001-7-py3
124-
# - env: INSTANCE=repositories-ubuntu-1604-3001-7-py3
125118
# - env: INSTANCE=repositories-debian-10-3000-9-py3
126119
# - env: INSTANCE=repositories-debian-9-3000-9-py3
127120
# - env: INSTANCE=repositories-ubuntu-1804-3000-9-py3
128-
# - env: INSTANCE=repositories-ubuntu-1604-3000-9-py3
129121
# - env: INSTANCE=repositories-ubuntu-1804-3000-9-py2
130-
# - env: INSTANCE=repositories-ubuntu-1604-3000-9-py2
131122

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

kitchen.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ platforms:
2222
- name: ubuntu-1804-tiamat-py3
2323
driver:
2424
image: saltimages/salt-tiamat-py3:ubuntu-18.04
25-
- name: ubuntu-1604-tiamat-py3
26-
driver:
27-
image: saltimages/salt-tiamat-py3:ubuntu-16.04
2825

2926
## SALT `master`
3027
- name: debian-10-master-py3
@@ -39,9 +36,6 @@ platforms:
3936
- name: ubuntu-1804-master-py3
4037
driver:
4138
image: saltimages/salt-master-py3:ubuntu-18.04
42-
- name: ubuntu-1604-master-py3
43-
driver:
44-
image: saltimages/salt-master-py3:ubuntu-16.04
4539

4640
## SALT `3003.0`
4741
- name: debian-10-3003-0-py3
@@ -70,9 +64,6 @@ platforms:
7064
- name: ubuntu-1804-3002-6-py3
7165
driver:
7266
image: saltimages/salt-3002.6-py3:ubuntu-18.04
73-
- name: ubuntu-1604-3002-6-py3
74-
driver:
75-
image: saltimages/salt-3002.6-py3:ubuntu-16.04
7667

7768
## SALT `3001.7`
7869
- name: debian-10-3001-7-py3
@@ -87,9 +78,6 @@ platforms:
8778
- name: ubuntu-1804-3001-7-py3
8879
driver:
8980
image: saltimages/salt-3001.7-py3:ubuntu-18.04
90-
- name: ubuntu-1604-3001-7-py3
91-
driver:
92-
image: saltimages/salt-3001.7-py3:ubuntu-16.04
9381

9482
## SALT `3000.9`
9583
- name: debian-10-3000-9-py3
@@ -101,15 +89,9 @@ platforms:
10189
- name: ubuntu-1804-3000-9-py3
10290
driver:
10391
image: saltimages/salt-3000.9-py3:ubuntu-18.04
104-
- name: ubuntu-1604-3000-9-py3
105-
driver:
106-
image: saltimages/salt-3000.9-py3:ubuntu-16.04
10792
- name: ubuntu-1804-3000-9-py2
10893
driver:
10994
image: saltimages/salt-3000.9-py2:ubuntu-18.04
110-
- name: ubuntu-1604-3000-9-py2
111-
driver:
112-
image: saltimages/salt-3000.9-py2:ubuntu-16.04
11395

11496
provisioner:
11597
name: salt_solo

0 commit comments

Comments
 (0)
0