ci(kitchen+travis): adjust matrix to add `3000.3` [skip ci]
authorImran Iqbal <iqbalmy@hotmail.com>
Thu, 14 May 2020 17:31:32 +0000 (18:31 +0100)
committerImran Iqbal <iqbalmy@hotmail.com>
Thu, 14 May 2020 17:31:32 +0000 (18:31 +0100)
* Automated using https://github.com/myii/ssf-formula/pull/185

.travis.yml
kitchen.yml

index b1318c9c5752e55b18cfa1af4d9435b0534010e9..da56128b0a69942ba1565ff93264834937ea22e4 100644 (file)
@@ -58,11 +58,11 @@ jobs:
     ## 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`
     ## 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=api-debian-10-3000-3-py3
+    - env: INSTANCE=workbench-debian-10-3000-3-py3
+    - env: INSTANCE=shell-debian-10-3000-3-py3
+    - env: INSTANCE=keepstore-debian-10-3000-3-py3
+    # - env: INSTANCE=default-ubuntu-1804-3000-3-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 e7cec4e50a1e18b1ca12e5a104a5106475655893..4bf5c7930cdcd348910957f950d917ac7ea3a41d 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.2`
-  - name: debian-10-3000-2-py3
+  ## SALT `3000.3`
+  - name: debian-10-3000-3-py3
     driver:
     driver:
-      image: netmanagers/salt-3000.2-py3:debian-10
+      image: netmanagers/salt-3000.3-py3:debian-10
 
 
-#   - name: ubuntu-1804-3000-2-py3
+#   - name: ubuntu-1804-3000-3-py3
 #     driver:
 #     driver:
-#       image: netmanagers/salt-3000.2-py3:ubuntu-18.04
+#       image: netmanagers/salt-3000.3-py3:ubuntu-18.04
 
 #   ## SALT `2019.2`
 #   - name: centos-7-2019-2-py3
 
 #   ## SALT `2019.2`
 #   - name: centos-7-2019-2-py3