Skip to content

Commit

Permalink
Adds el/9 el/9 defs
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jun 5, 2024
1 parent efcefa4 commit b299026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging_automation/test_citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ def run_command(command: str) -> int:
class TestPlatform(Enum):
el_7 = {"name": "el/7", "docker_image_name": "el-7"}
el_8 = {"name": "el/8", "docker_image_name": "el-8"}
el_9 = {"name": "el/9", "docker_image_name": "almalinux-9"}
centos_8 = {"name": "centos/8", "docker_image_name": "centos-8"}
centos_7 = {"name": "centos/7", "docker_image_name": "centos-7"}
ol_7 = {"name": "ol/7", "docker_image_name": "ol-7"}
ol_8 = {"name": "ol/8", "docker_image_name": "ol-8"}
ol_8 = {"name": "ol/8", "docker_image_name": "ol-9"}
debian_stretch = {"name": "debian/stretch", "docker_image_name": "debian-stretch"}
debian_buster = {"name": "debian/buster", "docker_image_name": "debian-buster"}
debian_bullseye = {
Expand Down

0 comments on commit b299026

Please sign in to comment.