ci(kitchen+travis): adjust matrix to use `3000.2` instead of `3000.1`
authorImran Iqbal <iqbalmy@hotmail.com>
Tue, 5 May 2020 15:02:31 +0000 (16:02 +0100)
committerImran Iqbal <iqbalmy@hotmail.com>
Tue, 5 May 2020 15:25:20 +0000 (16:25 +0100)
.travis.yml
kitchen.yml

index f098e13b69bfeefdb84a3ffbcb1671de3074ccc3..b1318c9c5752e55b18cfa1af4d9435b0534010e9 100644 (file)
@@ -55,11 +55,14 @@ jobs:
                    @commitlint/travis-cli
         - commitlint-travis
 
                    @commitlint/travis-cli
         - commitlint-travis
 
-    - env: INSTANCE=api-debian-10-3000-1-py3
-    - env: INSTANCE=workbench-debian-10-3000-1-py3
-    - env: INSTANCE=shell-debian-10-3000-1-py3
-    - env: INSTANCE=keepstore-debian-10-3000-1-py3
-    # - env: INSTANCE=default-ubuntu-1804-3000-1-py3
+    ## Define the rest of the matrix based on Kitchen testing
+    # Make sure the instances listed below match up with
+    # the `platforms` defined in `kitchen.yml`
+    - env: INSTANCE=api-debian-10-3000-2-py3
+    - env: INSTANCE=workbench-debian-10-3000-2-py3
+    - env: INSTANCE=shell-debian-10-3000-2-py3
+    - env: INSTANCE=keepstore-debian-10-3000-2-py3
+    # - env: INSTANCE=default-ubuntu-1804-3000-2-py3
     # - env: INSTANCE=default-centos-7-2019-2-py3
 
     ## Define the release stage that runs `semantic-release`
     # - env: INSTANCE=default-centos-7-2019-2-py3
 
     ## Define the release stage that runs `semantic-release`
index 7d10585ae1816a3d2ff21dbc3e4a3a078ee38dcb..e7cec4e50a1e18b1ca12e5a104a5106475655893 100644 (file)
@@ -11,14 +11,14 @@ driver:
 # Make sure the platforms listed below match up with
 # the `env.matrix` instances defined in `.travis.yml`
 platforms:
 # Make sure the platforms listed below match up with
 # the `env.matrix` instances defined in `.travis.yml`
 platforms:
-  ## SALT `3000.1`
-  - name: debian-10-3000-1-py3
+  ## SALT `3000.2`
+  - name: debian-10-3000-2-py3
     driver:
     driver:
-      image: netmanagers/salt-3000.1-py3:debian-10
+      image: netmanagers/salt-3000.2-py3:debian-10
 
 
-#   - name: ubuntu-1804-3000-1-py3
+#   - name: ubuntu-1804-3000-2-py3
 #     driver:
 #     driver:
-#       image: netmanagers/salt-3000.1-py3:ubuntu-18.04
+#       image: netmanagers/salt-3000.2-py3:ubuntu-18.04
 
 #   ## SALT `2019.2`
 #   - name: centos-7-2019-2-py3
 
 #   ## SALT `2019.2`
 #   - name: centos-7-2019-2-py3