ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-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>
This commit is contained in:
committed by
Richard Megginson
parent
f946015556
commit
2eb5471a39
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Install tox, tox-lsr
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
|
||||
|
||||
- name: Convert role to collection format
|
||||
id: collection
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Install tox, tox-lsr
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
|
||||
|
||||
- name: Run ansible-plugin-scan
|
||||
run: |
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install tox, tox-lsr
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
|
||||
|
||||
- name: Convert role to collection format
|
||||
run: |
|
||||
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
python3 -m pip install --upgrade pip
|
||||
sudo apt update
|
||||
sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
|
||||
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
|
||||
|
||||
# HACK: Drop this when moving this workflow to 26.04 LTS
|
||||
- name: Update podman to 5.x for compatibility with bootc-image-builder's podman 5
|
||||
|
||||
Reference in New Issue
Block a user