Gating: standard-test-source role needs git

Add required_packages: git so that the role
standard-test-source is able to extract the source as
it is needed in the %prep phase

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2024-07-05 14:12:40 +02:00
parent eab33b0d1e
commit 534504b732

View File

@ -13,11 +13,12 @@
ignore_errors: yes ignore_errors: yes
roles: roles:
- role: standard-test-source - role: standard-test-source
required_packages:
- git
- role: standard-test-basic - role: standard-test-basic
required_packages: required_packages:
- python3-kdcproxy - python3-kdcproxy
- python3-pytest - python3-pytest
- git
tests: tests:
- unittests: - unittests:
dir: "source" dir: "source"