瀏覽代碼

ci(kitchen+gitlab): update for new pre-salted images [skip ci]

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

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

@@ -156,19 +156,19 @@ 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-3004-0-py3: {extends: '.test_instance'}
# repositories-debian-10-3004-0-py3: {extends: '.test_instance'}
# repositories-debian-9-3004-0-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3004-0-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3004-0-py3: {extends: '.test_instance'}
# repositories-debian-10-3003-3-py3: {extends: '.test_instance'}
# repositories-debian-9-3003-3-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3003-3-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3003-3-py3: {extends: '.test_instance'}
# repositories-debian-10-3002-7-py3: {extends: '.test_instance'}
# repositories-debian-9-3002-7-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3002-7-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3002-7-py3: {extends: '.test_instance'}
# repositories-debian-11-3004-1-py3: {extends: '.test_instance'}
# repositories-debian-10-3004-1-py3: {extends: '.test_instance'}
# repositories-debian-9-3004-1-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3004-1-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3004-1-py3: {extends: '.test_instance'}
# repositories-debian-10-3003-4-py3: {extends: '.test_instance'}
# repositories-debian-9-3003-4-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
# repositories-debian-10-3002-8-py3: {extends: '.test_instance'}
# repositories-debian-9-3002-8-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
# yamllint enable rule:line-length

###############################################################################

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

@@ -108,19 +108,19 @@ 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-3004-0-py3
# - env: INSTANCE=repositories-debian-10-3004-0-py3
# - env: INSTANCE=repositories-debian-9-3004-0-py3
# - env: INSTANCE=repositories-ubuntu-2004-3004-0-py3
# - env: INSTANCE=repositories-ubuntu-1804-3004-0-py3
# - env: INSTANCE=repositories-debian-10-3003-3-py3
# - env: INSTANCE=repositories-debian-9-3003-3-py3
# - env: INSTANCE=repositories-ubuntu-2004-3003-3-py3
# - env: INSTANCE=repositories-ubuntu-1804-3003-3-py3
# - env: INSTANCE=repositories-debian-10-3002-7-py3
# - env: INSTANCE=repositories-debian-9-3002-7-py3
# - env: INSTANCE=repositories-ubuntu-2004-3002-7-py3
# - env: INSTANCE=repositories-ubuntu-1804-3002-7-py3
# - env: INSTANCE=repositories-debian-11-3004-1-py3
# - env: INSTANCE=repositories-debian-10-3004-1-py3
# - env: INSTANCE=repositories-debian-9-3004-1-py3
# - env: INSTANCE=repositories-ubuntu-2004-3004-1-py3
# - env: INSTANCE=repositories-ubuntu-1804-3004-1-py3
# - env: INSTANCE=repositories-debian-10-3003-4-py3
# - env: INSTANCE=repositories-debian-9-3003-4-py3
# - env: INSTANCE=repositories-ubuntu-2004-3003-4-py3
# - env: INSTANCE=repositories-ubuntu-1804-3003-4-py3
# - env: INSTANCE=repositories-debian-10-3002-8-py3
# - env: INSTANCE=repositories-debian-9-3002-8-py3
# - env: INSTANCE=repositories-ubuntu-2004-3002-8-py3
# - env: INSTANCE=repositories-ubuntu-1804-3002-8-py3

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

+ 29
- 29
kitchen.yml 查看文件

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

## SALT `3004.0`
- name: debian-11-3004-0-py3
## SALT `3004.1`
- name: debian-11-3004-1-py3
driver:
image: saltimages/salt-3004.0-py3:debian-11
image: saltimages/salt-3004.1-py3:debian-11
run_command: /lib/systemd/systemd
- name: debian-10-3004-0-py3
- name: debian-10-3004-1-py3
driver:
image: saltimages/salt-3004.0-py3:debian-10
image: saltimages/salt-3004.1-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3004-0-py3
- name: debian-9-3004-1-py3
driver:
image: saltimages/salt-3004.0-py3:debian-9
image: saltimages/salt-3004.1-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3004-0-py3
- name: ubuntu-2004-3004-1-py3
driver:
image: saltimages/salt-3004.0-py3:ubuntu-20.04
image: saltimages/salt-3004.1-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3004-0-py3
- name: ubuntu-1804-3004-1-py3
driver:
image: saltimages/salt-3004.0-py3:ubuntu-18.04
image: saltimages/salt-3004.1-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

## SALT `3003.3`
- name: debian-10-3003-3-py3
## SALT `3003.4`
- name: debian-10-3003-4-py3
driver:
image: saltimages/salt-3003.3-py3:debian-10
image: saltimages/salt-3003.4-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3003-3-py3
- name: debian-9-3003-4-py3
driver:
image: saltimages/salt-3003.3-py3:debian-9
image: saltimages/salt-3003.4-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3003-3-py3
- name: ubuntu-2004-3003-4-py3
driver:
image: saltimages/salt-3003.3-py3:ubuntu-20.04
image: saltimages/salt-3003.4-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3003-3-py3
- name: ubuntu-1804-3003-4-py3
driver:
image: saltimages/salt-3003.3-py3:ubuntu-18.04
image: saltimages/salt-3003.4-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

## SALT `3002.7`
- name: debian-10-3002-7-py3
## SALT `3002.8`
- name: debian-10-3002-8-py3
driver:
image: saltimages/salt-3002.7-py3:debian-10
image: saltimages/salt-3002.8-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3002-7-py3
- name: debian-9-3002-8-py3
driver:
image: saltimages/salt-3002.7-py3:debian-9
image: saltimages/salt-3002.8-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3002-7-py3
- name: ubuntu-2004-3002-8-py3
driver:
image: saltimages/salt-3002.7-py3:ubuntu-20.04
image: saltimages/salt-3002.8-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3002-7-py3
- name: ubuntu-1804-3002-8-py3
driver:
image: saltimages/salt-3002.7-py3:ubuntu-18.04
image: saltimages/salt-3002.8-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

verifier:

Loading…
取消
儲存