Skip to content

ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr - #51

Merged
richm merged 1 commit into
mainfrom
tox-lsr-3.14.0
Nov 11, 2025
Merged

ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr#51
richm merged 1 commit into
mainfrom
tox-lsr-3.14.0

Conversation

@richm

@richm richm commented Nov 11, 2025

Copy link
Copy Markdown
Contributor

Previously, CI would download the standard-inventory-qcow2 script from pagure. However,
the pagure download url is now being protected by Anubis which by default
will check the User-Agent header and deny attempts from clients that look
like scrapers or hackers. Rather than trying to play arms race with setting
headers, etc. - just move this script to tox-lsr. If we really need to sync
with the upstream development, we can do that manually.

Signed-off-by: Rich Megginson rmeggins@redhat.com

Summary by Sourcery

CI:

  • Update tox-lsr installation to v3.14.0 in all GitHub Actions workflows to source standard-inventory-qcow2 locally

…ox-lsr

Previously, CI would download the standard-inventory-qcow2 script from pagure.  However,
the pagure download url is now being protected by Anubis which by default
will check the User-Agent header and deny attempts from clients that look
like scrapers or hackers. Rather than trying to play arms race with setting
headers, etc. - just move this script to tox-lsr. If we really need to sync
with the upstream development, we can do that manually.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
@richm
richm requested a review from spetrosi as a code owner November 11, 2025 13:50
@richm richm self-assigned this Nov 11, 2025
@sourcery-ai

sourcery-ai Bot commented Nov 11, 2025

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates all CI workflows to install tox-lsr version 3.14.0, thereby incorporating the standard-inventory-qcow2 script directly in the tox-lsr package and removing the need for an external pagure download.

Flow diagram for standard-inventory-qcow2 script acquisition in CI

flowchart TD
  A["Start CI Workflow"] --> B["Install tox-lsr v3.14.0"]
  B --> C["standard-inventory-qcow2 script available in tox-lsr"]
  C --> D["Run CI steps using script"]
Loading

File-Level Changes

Change Details Files
Bump tox-lsr dependency in CI workflows to 3.14.0
  • Update pip install command to use tox-lsr@3.14.0 in ansible-lint workflow
  • Update pip install command to use tox-lsr@3.14.0 in ansible-managed-var-comment workflow
  • Update pip install command to use tox-lsr@3.14.0 in ansible-test workflow
  • Update pip install command to use tox-lsr@3.14.0 in qemu-kvm-integration-tests workflow
.github/workflows/ansible-lint.yml
.github/workflows/ansible-managed-var-comment.yml
.github/workflows/ansible-test.yml
.github/workflows/qemu-kvm-integration-tests.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot 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.

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@richm
richm merged commit 2eb5471 into main Nov 11, 2025
29 of 30 checks passed
@richm
richm deleted the tox-lsr-3.14.0 branch November 11, 2025 14:31
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.

1 participant