X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/3d4138ef0c1ad1863989aa38d6e1a0b10490b977..37f0adf:/.travis.yml diff --git a/.travis.yml b/.travis.yml index f098e13..b1318c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`