Skip to content

Conversation

@blackboxsw
Copy link
Collaborator

PR Checklist

To ease the process of reviewing your PR, do make sure to complete the following checklist before submitting a pull
request.

  • I have added unit tests to cover the new behavior under ``tests/unit_tests/```
  • I have run tox -e format locally to automatically format my code before submitting
  • I have run tox locally ensuring that it passes before submitting
  • (if applicable) I have added a reference to issues that this PR relates to in the PR message (Refs GH-1234, Fixes GH-1234)
  • My commits are atomic and follow the conventional commit message format (https://www.conventionalcommits.org/en/v1.0.0/)

Otherwise, please leave the PR as a draft to indicate that it is still a work in progress.
-->

Description

Add support to drive integration tests of Ubuntu Resolute release

Additional Context and Relevant Issues

cloud-init upstream integration tests would like to provide resolute release to various platforms.

Test Steps

tox -e pytest
sed -i 's/noble/resolute/' examples/lxd.py
.tox/.testenv/bin/python3 examples/lxd.py

Copy link
Member

@holmanb holmanb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @blackboxsw. I have one comment / request but looks good to me.

"oracular": "Canonical:ubuntu-24_10-daily:server:latest",
"plucky": "Canonical:ubuntu-25_04-daily:server:latest",
"questing": "Canonical:ubuntu-25_10-daily:server:latest",
"resolute": "Canonical:ubuntu-26_04-lts-daily:server:latest",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have an external reference (URI) that we could add as a comment above these lists? I'm unsure how to validate this, but I assume you checked it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the comment:
# Use Azure CLI for valid images: az vm image list -p Canonical --all -o table and the publish image list is what I validated against. I also added back a missing questing release to this PR and I'm following up with drops for unsupported interim release images which are no longer offered on Azure.

@blackboxsw blackboxsw merged commit d563fe8 into canonical:main Dec 3, 2025
7 checks passed
@blackboxsw
Copy link
Collaborator Author

Followup PR: #495

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants