Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud_tests: add impish release definition #927

Merged
merged 2 commits into from
Jun 18, 2021
Merged
Changes from 1 commit
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
17 changes: 17 additions & 0 deletions tests/cloud_tests/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,23 @@ features:

releases:
# UBUNTU =================================================================
impish:
# EOL: July 2022
default:
enabled: true
release: hirsute
version: "21.10"
os: ubuntu
feature_groups:
- base
- debian_base
- ubuntu_specific
lxd:
sstreams_server: https://cloud-images.ubuntu.com/daily
alias: impish
setup_overrides: null
override_templates: false

hirsute:
# EOL: Jan 2022
default:
Expand Down