This repository was archived by the owner on Jul 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1111matrix :
1212 fast_finish : true
1313 allow_failures :
14- - env : SCENARIO=fedora # Unsupported, no Sensu Go packages
1514 - env : SCENARIO=debian # Unsupported, no Sensu Go packages
1615
1716services : docker
Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ specifically test using the version of `Ansible` and `python` declared in the
8888[Pipefile](https://github.com/jaredledvina/sensu-go-ansible/blob/master/Pipfile)
8989
9090The following Operating Systems are automatically tested :
91+ - [Fedora - 26](https://docs.fedoraproject.org/en-US/fedora/f26/release-notes/)
92+ - [Fedora - 27](https://docs.fedoraproject.org/en-US/fedora/f27/release-notes/)
93+ - [Fedora - 28](https://docs.fedoraproject.org/en-US/fedora/f28/release-notes/)
94+ - [Fedora - 29](https://docs.fedoraproject.org/en-US/fedora/f29/release-notes/)
9195- [Amazon Linux](https://aws.amazon.com/amazon-linux-ami/)
9296- [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/)
9397- [CentOS - 6](https://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.10)
@@ -98,10 +102,6 @@ The following Operating Systems are automatically tested:
98102
99103The following Operating Systems are currently unsupported until Sensu Go
100104packages are officially published for them :
101- - [Fedora - 26](https://docs.fedoraproject.org/en-US/fedora/f26/release-notes/)
102- - [Fedora - 27](https://docs.fedoraproject.org/en-US/fedora/f27/release-notes/)
103- - [Fedora - 28](https://docs.fedoraproject.org/en-US/fedora/f28/release-notes/)
104- - [Fedora - 29](https://docs.fedoraproject.org/en-US/fedora/f29/release-notes/)
105105- [Debian - 8 (Jessie)](https://wiki.debian.org/DebianJessie)
106106- [Debian - 9 (Stretch)](https://wiki.debian.org/DebianStretch)
107107
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ galaxy_info:
66 min_ansible_version : 2.7
77 github_branch : master
88 platforms :
9+ - name : Fedora
10+ versions :
11+ - 26
12+ - 27
13+ - 28
14+ - 29
915 - name : Amazon
1016 versions :
1117 - Candidate
You can’t perform that action at this time.
0 commit comments