From: Imran Iqbal Date: Thu, 14 May 2020 17:31:32 +0000 (+0100) Subject: ci(kitchen+travis): adjust matrix to add `3000.3` [skip ci] X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/34c3f2889fd2f4d058c9c56972cc3b3fca28c417 ci(kitchen+travis): adjust matrix to add `3000.3` [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/185 --- diff --git a/.travis.yml b/.travis.yml index b1318c9..da56128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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` - - 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` diff --git a/kitchen.yml b/kitchen.yml index e7cec4e..4bf5c79 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -11,14 +11,14 @@ driver: # 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: - 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: -# 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