Skip to content

Commit ec6b5f3

Browse files
committed
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 <[email protected]>
1 parent 4b95471 commit ec6b5f3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install tox, tox-lsr
3333
run: |
3434
set -euxo pipefail
35-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
35+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
3636
3737
- name: Convert role to collection format
3838
id: collection

.github/workflows/ansible-managed-var-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tox, tox-lsr
3131
run: |
3232
set -euxo pipefail
33-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
33+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
3434
3535
- name: Run ansible-plugin-scan
3636
run: |

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install tox, tox-lsr
3434
run: |
3535
set -euxo pipefail
36-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
36+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
3737
3838
- name: Convert role to collection format
3939
run: |

.github/workflows/python-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
tox=tox
6868
virtualenv=virtualenv
6969
fi
70-
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
70+
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
7171
# If you have additional OS dependency packages e.g. libcairo2-dev
7272
# then put them in .github/config/ubuntu-requirements.txt, one
7373
# package per line.

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
python3 -m pip install --upgrade pip
108108
sudo apt update
109109
sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86
110-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.13.0"
110+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.14.0"
111111
112112
# HACK: Drop this when moving this workflow to 26.04 LTS
113113
- name: Update podman to 5.x for compatibility with bootc-image-builder's podman 5

0 commit comments

Comments
 (0)