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
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user