Skip to content

Commit fc6bac3

Browse files
committed
XXX run tests against my fork
Until linux-system-roles/tox-lsr#188 and linux-system-roles/tox-lsr#189 land and get released.
1 parent 9d8e515 commit fc6bac3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,16 @@ jobs:
9191
python3 -m pip install --upgrade pip
9292
sudo apt update
9393
sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86 podman
94-
pip3 install "git+https://github.com/linux-system-roles/[email protected]"
94+
# until https://github.com/linux-system-roles/tox-lsr/pull/188 and
95+
# https://github.com/linux-system-roles/tox-lsr/pull/189 get released
96+
# pip3 install "git+https://github.com/linux-system-roles/[email protected]"
97+
pip3 install "git+https://github.com/martinpitt/tox-lsr@bootc-container-test"
9598
9699
- name: Configure tox-lsr
97100
if: steps.check_platform.outputs.supported
98101
run: >-
99102
curl -o ~/.config/linux-system-roles.json
100-
https://raw.githubusercontent.com/linux-system-roles/linux-system-roles.github.io/master/download/linux-system-roles.json
103+
https://raw.githubusercontent.com/martinpitt/linux-system-roles.github.io/fedora-bootc/download/linux-system-roles.json
101104
102105
- name: Run qemu integration tests
103106
if: steps.check_platform.outputs.supported && startsWith(matrix.scenario.env, 'qemu')

0 commit comments

Comments
 (0)