Skip to content

Commit

Permalink
Merge pull request #636 from SUSE/bump-grafana-tw
Browse files Browse the repository at this point in the history
Bump grafana version to 11 in Tumbleweed
  • Loading branch information
dirkmueller authored Oct 30, 2024
2 parents 7764740 + 31dfb78 commit 3129b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ def create_BCI(
forwarded_ports=[PortForwarding(container_port=3000)],
available_versions=versions,
)
for versions, tag in ((("15.6",), "9"), (("tumbleweed",), "10"))
for versions, tag in ((("15.6",), "9"), (("tumbleweed",), "11"))
]

CONTAINERS_WITH_ZYPPER = (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ markers = [
'golang_stable-openssl',
'golang_unstable',
'grafana_9',
'grafana_10',
'grafana_11',
'kiwi_9.24',
'kiwi_10.1',
'mariadb_10.6',
Expand Down

0 comments on commit 3129b7e

Please sign in to comment.