From 8001a1540ec37a3e1c261e37312fb079a242459f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 14 Aug 2024 09:24:34 +0200 Subject: [PATCH] testing-farm: enable mock-stable copr repo This is the place where the "currently being released RPMs related to Mock" (e.g. distribution-gpg-keys) are built. At least needed for the cases when the RPMs are not yet in composes. --- mock/integration-tests/setup-playbook/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mock/integration-tests/setup-playbook/tasks/main.yml b/mock/integration-tests/setup-playbook/tasks/main.yml index 9f13aed16..977a35145 100644 --- a/mock/integration-tests/setup-playbook/tasks/main.yml +++ b/mock/integration-tests/setup-playbook/tasks/main.yml @@ -1,4 +1,8 @@ --- +- name: install also RPMs from the stable copr repository + community.general.copr: + name: '@mock/mock-stable' + - name: install mock and other needed packages package: name={{ packages }} state=latest vars: