Skip to content

ci: test on Ubuntu 26.04 (Resolute)#448

Open
lengau wants to merge 1 commit into
mainfrom
work/test-on-2604
Open

ci: test on Ubuntu 26.04 (Resolute)#448
lengau wants to merge 1 commit into
mainfrom
work/test-on-2604

Conversation

@lengau

@lengau lengau commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR adds testing for Ubuntu 26.04 (Resolute) to the QA workflow. This uses the 'self-hosted-linux-amd64-resolute-large' runner.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds Ubuntu 26.04 (Resolute) coverage to the repository’s QA GitHub Actions workflow by including the new self-hosted runner label in the fast test matrix, expanding CI validation to that environment.

Changes:

  • Add self-hosted-linux-amd64-resolute-large to the fast-test-platforms matrix in the QA workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lengau lengau force-pushed the work/test-on-2604 branch from bd448dd to a9f9372 Compare June 3, 2026 17:03
@lengau lengau marked this pull request as ready for review June 3, 2026 17:10
@lengau lengau requested a review from tigarmo as a code owner June 3, 2026 17:10
@lengau lengau requested review from bepri and Copilot June 3, 2026 17:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/qa.yaml
Comment on lines 15 to +20
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "macos-latest"]'
fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large", "macos-latest"]'
fast-test-python-versions: '["3.10", "3.12", "3.13", "3.14", "3.14+freethreaded"]'
slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm"]'
slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large"]'
Comment thread .github/workflows/qa.yaml
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "macos-latest"]'
fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large", "macos-latest"]'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is the intention that we move to the public runners once they exist for 26.04?

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.

3 participants