Skip to content

Commit

Permalink
Merge pull request #649 from SUSE/tomcat9_more_flavors
Browse files Browse the repository at this point in the history
Test the additional tomcat9 flavors
  • Loading branch information
dcermak authored Nov 13, 2024
2 parents 006391d + 957c659 commit 68ec5ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,15 +838,15 @@ def create_BCI(
forwarded_ports=[PortForwarding(container_port=8080)],
container_user="tomcat",
)
for openjdk_version in (17, 11)
for openjdk_version in (21, 17, 11, 8)
] + [
create_BCI(
build_tag=f"{SAC_CONTAINER_PREFIX}/apache-tomcat:9-openjdk{openjdk_version}",
bci_type=ImageType.APPLICATION,
available_versions=("tumbleweed",),
forwarded_ports=[PortForwarding(container_port=8080)],
)
for openjdk_version in (17,)
for openjdk_version in (21, 17)
]

TOMCAT_CONTAINERS = [
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ markers = [
'389-ds_3.1',
'alertmanager_0.26',
'alertmanager_0.27',
'apache-tomcat_9-openjdk8',
'apache-tomcat_9-openjdk11',
'apache-tomcat_9-openjdk17',
'apache-tomcat_9-openjdk21',
'apache-tomcat_10.1-openjdk23',
'apache-tomcat_10.1-openjdk11',
'apache-tomcat_10.1-openjdk17',
Expand Down

0 comments on commit 68ec5ea

Please sign in to comment.