8000 ci(kitchen+ci): update with latest `3003.2` pre-salted images [skip ci] · saltstack-formulas/apt-formula@efe8592 · GitHub
[go: up one dir, main page]

Skip to content

Commit efe8592

Browse files
committed
ci(kitchen+ci): update with latest 3003.2 pre-salted images [skip ci]
* Automated using myii/ssf-formula#360
1 parent 8533d97 commit efe8592

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ ubuntu-2004-master-py3: {extends: '.test_instance'}
148148
# preferences-ubuntu-1804-master-py3: {extends: '.test_instance'}
149149
# unattended-ubuntu-1804-master-py3: {extends: '.test_instance'}
150150
ubuntu-1804-master-py3: {extends: '.test_instance'}
151-
# repositories-debian-11-3003-1-py3: {extends: '.test_instance'}
152-
# repositories-debian-10-3003-1-py3: {extends: '.test_instance'}
153-
# repositories-debian-9-3003-1-py3: {extends: '.test_instance'}
154-
# repositories-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
155-
# repositories-ubuntu-1804-3003-1-py3: {extends: '.test_instance'}
151+
# repositories-debian-11-3003-2-py3: {extends: '.test_instance'}
152+
# repositories-debian-10-3003-2-py3: {extends: '.test_instance'}
153+
# repositories-debian-9-3003-2-py3: {extends: '.test_instance'}
154+
# repositories-ubuntu-2004-3003-2-py3: {extends: '.test_instance'}
155+
# repositories-ubuntu-1804-3003-2-py3: {extends: '.test_instance'}
156156
# repositories-debian-11-3002-6-py3: {extends: '.test_instance'}
157157
# repositories-debian-10-3002-6-py3: {extends: '.test_instance'}
158158
# repositories-debian-9-3002-6-py3: {extends: '.test_instance'}

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ jobs:
108108
# - env: INSTANCE=preferences-ubuntu-1804-master-py3
109109
# - env: INSTANCE=unattended-ubuntu-1804-master-py3
110110
- env: INSTANCE=ubuntu-1804-master-py3
111-
# - env: INSTANCE=repositories-debian-11-3003-1-py3
112-
# - env: INSTANCE=repositories-debian-10-3003-1-py3
113-
# - env: INSTANCE=repositories-debian-9-3003-1-py3
114-
# - env: INSTANCE=repositories-ubuntu-2004-3003-1-py3
115-
# - env: INSTANCE=repositories-ubuntu-1804-3003-1-py3
111+
# - env: INSTANCE=repositories-debian-11-3003-2-py3
112+
# - env: INSTANCE=repositories-debian-10-3003-2-py3
113+
# - env: INSTANCE=repositories-debian-9-3003-2-py3
114+
# - env: INSTANCE=repositories-ubuntu-2004-3003-2-py3
115+
# - env: INSTANCE=repositories-ubuntu-1804-3003-2-py3
116116
# - env: INSTANCE=repositories-debian-11-3002-6-py3
117117
# - env: INSTANCE=repositories-debian-10-3002-6-py3
118118
# - env: INSTANCE=repositories-debian-9-3002-6-py3

kitchen.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@ platforms:
6363
image: saltimages/salt-master-py3:ubuntu-18.04
6464
run_command: /lib/systemd/systemd
6565

66-
## SALT `3003.1`
67-
- name: debian-11-3003-1-py3
66+
## SALT `3003.2`
67+
- name: debian-11-3003-2-py3
6868
driver:
69-
image: saltimages/salt-3003.1-py3:debian-11
69+
image: saltimages/salt-3003.2-py3:debian-11
7070
run_command: /lib/systemd/systemd
71-
- name: debian-10-3003-1-py3
71+
- name: debian-10-3003-2-py3
7272
driver:
73-
image: saltimages/salt-3003.1-py3:debian-10
73+
image: saltimages/salt-3003.2-py3:debian-10
7474
run_command: /lib/systemd/systemd
75-
- name: debian-9-3003-1-py3
75+
- name: debian-9-3003-2-py3
7676
driver:
77-
image: saltimages/salt-3003.1-py3:debian-9
77+
image: saltimages/salt-3003.2-py3:debian-9
7878
run_command: /lib/systemd/systemd
79-
- name: ubuntu-2004-3003-1-py3
79+
- name: ubuntu-2004-3003-2-py3
8080
driver:
81-
image: saltimages/salt-3003.1-py3:ubuntu-20.04
81+
image: saltimages/salt-3003.2-py3:ubuntu-20.04
8282
run_command: /lib/systemd/systemd
83-
- name: ubuntu-1804-3003-1-py3
83+
- name: ubuntu-1804-3003-2-py3
8484
driver:
85-
image: saltimages/salt-3003.1-py3:ubuntu-18.04
85+
image: saltimages/salt-3003.2-py3:ubuntu-18.04
8686
run_command: /lib/systemd/systemd
8787

8888
## SALT `3002.6`

0 commit comments

Comments
 (0)
0