Drop sanity-py3.14 / sanity-py3.13 jobs from the CI tox-ansible matrix#595
Closed
webknjaz wants to merge 2 commits into
Closed
Drop sanity-py3.14 / sanity-py3.13 jobs from the CI tox-ansible matrix#595webknjaz wants to merge 2 commits into
sanity-py3.14 / sanity-py3.13 jobs from the CI tox-ansible matrix#595webknjaz wants to merge 2 commits into
Conversation
This is necessary since `tox-ansible` is unpinned and the reusable workflow and actions infra does not support surgical pinning. This plugin adds Python 3.14 unconditionally which fails to install `ansible-pylibssh` as it requires building from source but the underlying `libssh` headers are not present in runtime and the infra is not flexible enough to have us inject it into the env.
sanity-py3.14 jobs from the CI tox-ansible matrixsanity-py3.14 / sanity-py3.13 jobs from the CI tox-ansible matrix
Member
Author
|
@KB-perByte I'll leave adding a commit to fix this to you — plz take over this PR: FATAL: The 1 sanity test(s) listed below (out of 24) failed. See error output above for details.
action-plugin-docs |
ssbarnea
reviewed
Mar 11, 2026
| skip = "" | ||
| skip = | ||
| sanity-py3.14 | ||
| sanity-py3.13 |
Member
There was a problem hiding this comment.
Maybe an file comment comment explaining why these are skipped could prove useful as sooner or later someone will wonder why these were ignored even if they are part of the official support matrix.
Member
Author
There was a problem hiding this comment.
Yeah, I'll leave this to @KB-perByte. Just wanted to see if this'd work. The docs aren't very clear on what skip is allowed to contain — you might want to sprinkle more examples in. I've only read the source code promptly and made an educated guess.
Member
Author
|
This is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is necessary since
tox-ansibleis unpinned and the reusable workflow and actions infra does not support surgical pinning. This plugin adds Python 3.14 unconditionally which fails to installansible-pylibsshas it requires building from source but the underlyinglibsshheaders are not present in runtime and the infra is not flexible enough to have us inject it into the env.Description
Type of Change
Related Issue
Fixes #Component Name
N/A
Self-Review Checklist
Testing Instructions
Prerequisites
N/A
Steps to Test
CI status.
Expected Results
Should not have the corresponding job.
Test Results
N/A
Acceptance Criteria Verification
Additional Context
This is an attempt to unblock the CI as a quick workaround. It should be possible to revert as soon as
ansible-pyblibsshhas wheels for Python 3.14.Command Output / Logs
N/A
Required Actions
Screenshots/Logs
N/A
Breaking Changes
N/A