@@ -9,16 +9,16 @@ ssf_node_anchors:
9
9
branch :
10
10
# TODO: `base` can be removed in favour of `github:remote:upstream:branch`
11
11
base : master
12
- pr : chore/local-use-only-to-push-to-main-branch
12
+ pr : chore/standardise-structure
13
13
upstream : upstream
14
14
commit :
15
15
# NOTE: The version number in the `body` is automatically updated during the
16
16
# release phase via. `pre-commit_semantic-release.sh`
17
17
# An alternative method could be to use:
18
18
# `git describe --abbrev=0 --tags`
19
19
# yamllint disable rule:line-length
20
- title : ' ci(kitchen ): change `log_level` to `debug` instead of `info `'
21
- body : ' * Automated using https://github.com/myii/ssf-formula/pull/41 '
20
+ title : ' ci(platform ): add `arch-base-latest `'
21
+ body : ' * Automated using https://github.com/myii/ssf-formula/pull/40 '
22
22
# yamllint enable rule:line-length
23
23
github :
24
24
owner : saltstack-formulas
@@ -55,6 +55,7 @@ ssf_node_anchors:
55
55
- suse
56
56
- freebsd
57
57
- amazon
58
+ - arch
58
59
provisioner :
59
60
dependencies : []
60
61
# Structure assumes `top.sls:base`
@@ -87,30 +88,35 @@ ssf_node_anchors:
87
88
- [fedora , 30 , develop, 3]
88
89
- [opensuse/leap, 15 , develop, 3]
89
90
- [amazonlinux , 2 , develop, 2]
91
+ - [arch-base , latest, develop, 2]
90
92
- [debian , 9 , 2019.2, 3]
91
93
- [ubuntu , 18.04, 2019.2, 3]
92
94
- [centos , 7 , 2019.2, 3]
93
95
- [fedora , 30 , 2019.2, 3]
94
96
- [opensuse/leap, 15 , 2019.2, 3]
95
97
- [amazonlinux , 2 , 2019.2, 2]
98
+ - [arch-base , latest, 2019.2, 2]
96
99
- [debian , 9 , 2018.3, 2]
97
100
- [ubuntu , 16.04, 2018.3, 2]
98
101
- [centos , 7 , 2018.3, 2]
99
102
- [fedora , 29 , 2018.3, 2]
100
103
- [opensuse/leap, 15 , 2018.3, 2]
101
104
- [amazonlinux , 2 , 2018.3, 2]
105
+ - [arch-base , latest, 2018.3, 2]
102
106
- [debian , 8 , 2017.7, 2]
103
107
- [ubuntu , 16.04, 2017.7, 2]
104
108
- [centos , 6 , 2017.7, 2]
105
109
- [fedora , 29 , 2017.7, 2]
106
110
- [opensuse/leap, 15 , 2017.7, 2]
107
111
- [amazonlinux , 2 , 2017.7, 2]
112
+ - [arch-base , latest, 2017.7, 2]
108
113
platforms_matrix :
109
114
# Comments in `platforms` apply here, too
110
115
# [os , os_ver, salt_ver, py_ver, inspec_suite]
111
116
- [debian , 10 , develop, 3, default]
112
117
- [ubuntu , 18.04, 2019.2, 3, default]
113
118
- [amazonlinux , 2 , 2019.2, 2, default]
119
+ - [arch-base , latest, 2019.2, 2, default]
114
120
- [fedora , 29 , 2018.3, 2, default]
115
121
- [opensuse/leap, 15 , 2018.3, 2, default]
116
122
- [centos , 6 , 2017.7, 2, default]
0 commit comments