mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user