Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.15.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.16.0"

- name: Convert role to collection format
id: collection
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-managed-var-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.16.0"

- name: Run ansible-plugin-scan
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.15.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.16.0"

- name: Convert role to collection format
run: |
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/qemu-kvm-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:
matrix:
scenario:
# QEMU
- { image: "centos-9", env: "qemu-ansible-core-2.16" }
- { image: "centos-10", env: "qemu-ansible-core-2.17" }
- { image: "fedora-42", env: "qemu-ansible-core-2.19" }
- { image: "fedora-43", env: "qemu-ansible-core-2.19" }
- { image: "leap-15.6", env: "qemu-ansible-core-2.18" }
- { image: "centos-9", env: "qemu-ansible-core-2-16" }
- { image: "centos-10", env: "qemu-ansible-core-2-17" }
- { image: "fedora-42", env: "qemu-ansible-core-2-19" }
- { image: "fedora-43", env: "qemu-ansible-core-2-19" }
- { image: "leap-15.6", env: "qemu-ansible-core-2-18" }

# container
- { image: "centos-9", env: "container-ansible-core-2.16" }
- { image: "centos-9-bootc", env: "container-ansible-core-2.16" }
- { image: "centos-9", env: "container-ansible-core-2-16" }
- { image: "centos-9-bootc", env: "container-ansible-core-2-16" }
# broken on non-running dbus
# - { image: "centos-10", env: "container-ansible-core-2.17" }
- { image: "centos-10-bootc", env: "container-ansible-core-2.17" }
- { image: "fedora-42", env: "container-ansible-core-2.17" }
- { image: "fedora-43", env: "container-ansible-core-2.19" }
- { image: "fedora-42-bootc", env: "container-ansible-core-2.17" }
- { image: "fedora-43-bootc", env: "container-ansible-core-2.19" }
# - { image: "centos-10", env: "container-ansible-core-2-17" }
- { image: "centos-10-bootc", env: "container-ansible-core-2-17" }
- { image: "fedora-42", env: "container-ansible-core-2-17" }
- { image: "fedora-43", env: "container-ansible-core-2-19" }
- { image: "fedora-42-bootc", env: "container-ansible-core-2-17" }
- { image: "fedora-43-bootc", env: "container-ansible-core-2-19" }

env:
TOX_ARGS: "--skip-tags tests::infiniband,tests::nvme,tests::scsi"
Expand Down Expand Up @@ -110,7 +110,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.15.0"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.16.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
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The latest version of tox-lsr supports qemu testing.
you can use e.g.

```bash
tox -e qemu-ansible-core-2.14 -- --image-name centos-9 tests/tests_default.yml
tox -e qemu-ansible-core-2-20 -- --image-name centos-9 tests/tests_default.yml
```

There are many command line options and environment variables which can be used
Expand Down