Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@
with:
persist-credentials: false

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true

- name: System test
uses: ./.github/actions/system-test

Expand Down
5 changes: 5 additions & 0 deletions test/suites/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ ceph:

# Second upgrade MicroOVN.
for m in micro01 micro02 micro03; do
echo "don't perform microovn upgrade"
lxc exec "${m}" -- microovn status
lxc exec "${m}" -- microovn cluster list
lxc exec "${m}" -- snap changes

lxc exec "${m}" -- snap refresh microovn --channel "${microovn_target}"

# Before proceeding with the next member, wait for ${m} to stabilize.
Expand Down
Loading