瀏覽代碼

ci(kitchen+ci): update with latest `3003.2` pre-salted images [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/360
tags/v0.10.4
Imran Iqbal 3 年之前
父節點
當前提交
efe8592337
沒有連結到貢獻者的電子郵件帳戶。
共有 3 個檔案被更改,包括 21 行新增21 行删除
  1. +5
    -5
      .gitlab-ci.yml
  2. +5
    -5
      .travis.yml
  3. +11
    -11
      kitchen.yml

+ 5
- 5
.gitlab-ci.yml 查看文件

@@ -148,11 +148,11 @@ ubuntu-2004-master-py3: {extends: '.test_instance'}
# preferences-ubuntu-1804-master-py3: {extends: '.test_instance'}
# unattended-ubuntu-1804-master-py3: {extends: '.test_instance'}
ubuntu-1804-master-py3: {extends: '.test_instance'}
# repositories-debian-11-3003-1-py3: {extends: '.test_instance'}
# repositories-debian-10-3003-1-py3: {extends: '.test_instance'}
# repositories-debian-9-3003-1-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3003-1-py3: {extends: '.test_instance'}
# repositories-debian-11-3003-2-py3: {extends: '.test_instance'}
# repositories-debian-10-3003-2-py3: {extends: '.test_instance'}
# repositories-debian-9-3003-2-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3003-2-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3003-2-py3: {extends: '.test_instance'}
# repositories-debian-11-3002-6-py3: {extends: '.test_instance'}
# repositories-debian-10-3002-6-py3: {extends: '.test_instance'}
# repositories-debian-9-3002-6-py3: {extends: '.test_instance'}

+ 5
- 5
.travis.yml 查看文件

@@ -108,11 +108,11 @@ jobs:
# - env: INSTANCE=preferences-ubuntu-1804-master-py3
# - env: INSTANCE=unattended-ubuntu-1804-master-py3
- env: INSTANCE=ubuntu-1804-master-py3
# - env: INSTANCE=repositories-debian-11-3003-1-py3
# - env: INSTANCE=repositories-debian-10-3003-1-py3
# - env: INSTANCE=repositories-debian-9-3003-1-py3
# - env: INSTANCE=repositories-ubuntu-2004-3003-1-py3
# - env: INSTANCE=repositories-ubuntu-1804-3003-1-py3
# - env: INSTANCE=repositories-debian-11-3003-2-py3
# - env: INSTANCE=repositories-debian-10-3003-2-py3
# - env: INSTANCE=repositories-debian-9-3003-2-py3
# - env: INSTANCE=repositories-ubuntu-2004-3003-2-py3
# - env: INSTANCE=repositories-ubuntu-1804-3003-2-py3
# - env: INSTANCE=repositories-debian-11-3002-6-py3
# - env: INSTANCE=repositories-debian-10-3002-6-py3
# - env: INSTANCE=repositories-debian-9-3002-6-py3

+ 11
- 11
kitchen.yml 查看文件

@@ -63,26 +63,26 @@ platforms:
image: saltimages/salt-master-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

## SALT `3003.1`
- name: debian-11-3003-1-py3
## SALT `3003.2`
- name: debian-11-3003-2-py3
driver:
image: saltimages/salt-3003.1-py3:debian-11
image: saltimages/salt-3003.2-py3:debian-11
run_command: /lib/systemd/systemd
- name: debian-10-3003-1-py3
- name: debian-10-3003-2-py3
driver:
image: saltimages/salt-3003.1-py3:debian-10
image: saltimages/salt-3003.2-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3003-1-py3
- name: debian-9-3003-2-py3
driver:
image: saltimages/salt-3003.1-py3:debian-9
image: saltimages/salt-3003.2-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3003-1-py3
- 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`

Loading…
取消
儲存