Skip to content

Commit

Permalink
feat(arch): use master as default instance for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 9, 2021
1 parent 61becba commit c4c952c
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 68 deletions.
26 changes: 14 additions & 12 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,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: "ci(gitlab-ci): update Fedora testing after '`'3003'`' release [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/322'
title: "ci: add '`'arch-master'`' to matrix and update '`'.travis.yml'`' [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/323'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -151,16 +151,18 @@ ssf_node_anchors:
- [0 , 0 , 0 , 0]
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 0 , master, 0, default]
- [ubuntu , 0 , master, 0, default]
- [centos , 0 , master, 0, default]
- [fedora , 0 , master, 0, default]
- [opensuse/leap, 0 , master, 0, default]
- [opensuse/tmbl, 0 , master, 0, default]
- [amazonlinux , 0 , master, 0, default]
- [oraclelinux , 0 , master, 0, default]
- [gentoo/stage3, 0 , master, 0, default]
- [arch-base , 0 , 3003.0, 0, default]
- [0 , 0 , master, 0, default]
# Keeping this below to make it easier to work with `formulas.yaml`
# - [debian , 0 , master, 0, default]
# - [ubuntu , 0 , master, 0, default]
# - [centos , 0 , master, 0, default]
# - [fedora , 0 , master, 0, default]
# - [opensuse/leap, 0 , master, 0, default]
# - [opensuse/tmbl, 0 , master, 0, default]
# - [amazonlinux , 0 , master, 0, default]
# - [oraclelinux , 0 , master, 0, default]
# - [arch-base , 0 , master, 0, default]
# - [gentoo/stage3, 0 , master, 0, default]
# To deal with excessive instances when mimicking `kitchen list -b`
# If values are set, only use these as commented entries in the matrix
platforms_matrix_commented_includes: []
Expand Down
Loading

0 comments on commit c4c952c

Please sign in to comment.