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:
parent
eab33b0d1e
commit
534504b732
@ -13,11 +13,12 @@
|
||||
ignore_errors: yes
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
required_packages:
|
||||
- git
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- python3-kdcproxy
|
||||
- python3-pytest
|
||||
- git
|
||||
tests:
|
||||
- unittests:
|
||||
dir: "source"
|
||||
|
Loading…
Reference in New Issue
Block a user