From efe8592337a698ca3361076e1dec453dca9d69d9 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 19 Aug 2021 10:08:50 +0100 Subject: [PATCH] ci(kitchen+ci): update with latest `3003.2` pre-salted images [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/360 --- .gitlab-ci.yml | 10 +++++----- .travis.yml | 10 +++++----- kitchen.yml | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e19603..c54ba80 100644 --- a/.gitlab-ci.yml +++ b/.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'} diff --git a/.travis.yml b/.travis.yml index 7c6c8b7..8501214 100644 --- a/.travis.yml +++ b/.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 diff --git a/kitchen.yml b/kitchen.yml index 073b9ef..d0ab8fe 100644 --- a/kitchen.yml +++ b/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`