Skip to content

Commit 243d617

Browse files
Fix Allure Report (#8)
Rename machines spread variants to match Kubernetes spread variants Machines results missing from https://canonical.github.io/mysql-router-operators/7/ This may not fully fix the Allure Report—it looks like if the relative path to the test file and the test name is the same, the test case ID may be identical, so for those tests vm/k8s may override each other. However, this should at least fix zero results for machines showing up in the Allure Report
1 parent b5c520b commit 243d617

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

machines/spread.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ backends:
9696
- ubuntu-24.04-arm:
9797
username: runner
9898
variants:
99-
- -juju29_ubuntu22
99+
- -juju29
100100

101101
suites:
102102
tests/spread/:
@@ -107,9 +107,9 @@ path: /root/spread_project
107107
kill-timeout: 3h
108108
environment:
109109
PATH: $PATH:$(pipx environment --value PIPX_BIN_DIR)
110-
CONCIERGE_JUJU_CHANNEL/juju36_ubuntu22: 3.6/stable
111-
CONCIERGE_JUJU_CHANNEL/juju29_ubuntu22: 2.9/stable
112-
CHARM_UBUNTU_BASE/juju36_ubuntu22,juju29_ubuntu22: 22.04
110+
CONCIERGE_JUJU_CHANNEL/juju36: 3.6/stable
111+
CONCIERGE_JUJU_CHANNEL/juju29: 2.9/stable
112+
CHARM_UBUNTU_BASE/juju36,juju29: 22.04
113113
prepare: |
114114
snap refresh --hold
115115
chown -R root:root "$SPREAD_PATH"

0 commit comments

Comments
 (0)