Skip to content

Commit

Permalink
feat(formulas): adjust platforms_new to add 3000.3
Browse files Browse the repository at this point in the history
* Use `:%s:\(3000.\)2:\13:` in `formulas.yaml` (and custom TOFS files)
  • Loading branch information
myii committed May 14, 2020
1 parent d6825e2 commit 75a4ea6
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 90 deletions.
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

0 comments on commit 75a4ea6

Please sign in to comment.