Skip to content

Commit

Permalink
test/main: use latest/beta for microovn
Browse files Browse the repository at this point in the history
latest/edge uses core24 and latest/candidate is not a valid channel.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 19, 2024
1 parent 9cba25e commit 4196305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microcloud/test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export MICROCEPH_SNAP_CHANNEL
MICROCLOUD_SNAP_CHANNEL="${MICROCLOUD_SNAP_CHANNEL:-latest/edge}"
export MICROCLOUD_SNAP_CHANNEL

MICROOVN_SNAP_CHANNEL="${MICROOVN_SNAP_CHANNEL:-latest/edge}"
MICROOVN_SNAP_CHANNEL="${MICROOVN_SNAP_CHANNEL:-latest/beta}"
export MICROOVN_SNAP_CHANNEL

CONCURRENT_SETUP=${CONCURRENT_SETUP:-0}
Expand Down

0 comments on commit 4196305

Please sign in to comment.