Skip to content

Commit

Permalink
Fixes #13781: Add tier info for 4.1 and 4.3 in release data
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Nov 7, 2018
1 parent 70b3ca0 commit d951411
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release-data/rudder-4.1.cson
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ roles = {
"aix-5": [ "agent-allinone" ],
}

# tier 1 are systems that must not fail during a release (community supported or subscription paid)
# tier 2 are systems that are built but may fail to release
tier1 = [
"debian7", "debian-8", "debian-9",
"ubuntu-14.04", "ubuntu-16.04",
"rhel-6", "rhel-7",
"sles-11", "sles-12",
"aix-5",
]

# Packages that are built
packages = {
"agent-allinone": [ "rudder-agent" ],
Expand Down
11 changes: 11 additions & 0 deletions release-data/rudder-4.3.cson
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ roles = {
"aix-5": [ "agent-allinone" ],
}

# tier 1 are systems that must not fail during a release (community supported or subscription paid)
# tier 2 are systems that are built but may fail to release
tier1 = [
"debian-8", "debian-9",
"ubuntu-14.04", "ubuntu-16.04",
"rhel-6", "rhel-7",
"sles-11", "sles-12",
"aix-5",
]


# Packages that are built
packages = {
"agent-allinone": [ "rudder-agent" ],
Expand Down

0 comments on commit d951411

Please sign in to comment.