From 5f32c550d48462d5c7750e8ff00181659e90fe46 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 19 Aug 2021 10:09:33 +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 | 4 ++-- .travis.yml | 4 ++-- kitchen.yml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1b0f2d..b1476d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,8 +127,8 @@ rubocop: ubuntu-ubuntu-1804-tiamat-py3: {extends: '.test_instance'} # ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'} ubuntu-ubuntu-1804-master-py3: {extends: '.test_instance'} -# ubuntu-ubuntu-2004-3003-1-py3: {extends: '.test_instance'} -ubuntu-ubuntu-1804-3003-1-py3: {extends: '.test_instance'} +# ubuntu-ubuntu-2004-3003-2-py3: {extends: '.test_instance'} +ubuntu-ubuntu-1804-3003-2-py3: {extends: '.test_instance'} # ubuntu-ubuntu-2004-3002-6-py3: {extends: '.test_instance'} ubuntu-ubuntu-1804-3002-6-py3: {extends: '.test_instance'} # ubuntu-ubuntu-2004-3001-7-py3: {extends: '.test_instance'} diff --git a/.travis.yml b/.travis.yml index 0fd1b02..db596ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,8 +87,8 @@ jobs: - env: INSTANCE=ubuntu-ubuntu-1804-tiamat-py3 # - env: INSTANCE=ubuntu-ubuntu-2004-master-py3 - env: INSTANCE=ubuntu-ubuntu-1804-master-py3 - # - env: INSTANCE=ubuntu-ubuntu-2004-3003-1-py3 - - env: INSTANCE=ubuntu-ubuntu-1804-3003-1-py3 + # - env: INSTANCE=ubuntu-ubuntu-2004-3003-2-py3 + - env: INSTANCE=ubuntu-ubuntu-1804-3003-2-py3 # - env: INSTANCE=ubuntu-ubuntu-2004-3002-6-py3 - env: INSTANCE=ubuntu-ubuntu-1804-3002-6-py3 # - env: INSTANCE=ubuntu-ubuntu-2004-3001-7-py3 diff --git a/kitchen.yml b/kitchen.yml index c172603..1e51c96 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -40,14 +40,14 @@ platforms: image: saltimages/salt-master-py3:ubuntu-18.04 run_command: /lib/systemd/systemd - ## SALT `3003.1` - - name: ubuntu-2004-3003-1-py3 + ## SALT `3003.2` + - 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`