ci(kitchen+travis): adjust matrix to use `3000.2` instead of `3000.1`
[arvados-formula.git] / .travis.yml
index f098e13b69bfeefdb84a3ffbcb1671de3074ccc3..b1318c9c5752e55b18cfa1af4d9435b0534010e9 100644 (file)
@@ -55,11 +55,14 @@ jobs:
                    @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`