Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(formulas): adjust platforms_new to add 3000.3 #185

Merged
merged 1 commit into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "chore(semantic-release): standardise structure after PR #79 [skip ci]"
body: '* Automated using /~https://github.com/myii/ssf-formula/pull/184'
title: "ci(kitchen+travis): adjust matrix to add '`'3000.3'`' [skip ci]"
body: '* Automated using /~https://github.com/myii/ssf-formula/pull/185'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
10 changes: 5 additions & 5 deletions ssf/files/tofs_arvados-formula/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
10 changes: 5 additions & 5 deletions ssf/files/tofs_arvados-formula/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading