ipatests: update packages for rawhide and updates-testing nightlies

The nightly tests for rawhide and updates_testing are expected
to set
        update_packages: True
in all the job definitions to make sure that dnf/yum update is called
before starting the tests.

This tag was missing for some jobs, this commit fixes the issue.

Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
Florence Blanc-Renaud
2020-01-30 16:32:17 +01:00
parent a4634a59c9
commit 60f746d998
2 changed files with 3 additions and 0 deletions

View File

@@ -1526,6 +1526,7 @@ jobs:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_membermanager.py
template: *testing-master-latest
timeout: 1800
@@ -1551,6 +1552,7 @@ jobs:
class: RunADTests
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_winsyncmigrate.py
template: *testing-master-latest
timeout: 4800

View File

@@ -1566,6 +1566,7 @@ jobs:
class: RunADTests
args:
build_url: '{fedora-rawhide/build_url}'
update_packages: True
test_suite: test_integration/test_winsyncmigrate.py
template: *ci-master-frawhide
timeout: 4800