Quellcode durchsuchen

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 vor 2 Jahren
Ursprung
Commit
31773f1896
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
3 geänderte Dateien mit 55 neuen und 55 gelöschten Zeilen
  1. +13
    -13
      .gitlab-ci.yml
  2. +13
    -13
      .travis.yml
  3. +29
    -29
      kitchen.yml

+ 13
- 13
.gitlab-ci.yml Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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:

Laden…
Abbrechen
Speichern