ipatests: temporary disable execution of test_nfs.py::TestNFS in nightly runs

During test run on Fedora 34 and 35 sssd produces multi-gigabyte log file
which causes test runners to run out of disk space.

Related to https://pagure.io/freeipa/issue/8877

Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
Sergey Orlov
2021-06-08 15:10:08 -04:00
committed by Rob Crittenden
parent 6f49cc0656
commit bcb8d4d4a6
5 changed files with 60 additions and 60 deletions
+11 -11
View File
@@ -1450,17 +1450,17 @@ jobs:
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
fedora-latest/nfs: # fedora-latest/nfs:
requires: [fedora-latest/build] # requires: [fedora-latest/build]
priority: 50 # priority: 50
job: # job:
class: RunPytest # class: RunPytest
args: # args:
build_url: '{fedora-latest/build_url}' # build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_nfs.py::TestNFS # test_suite: test_integration/test_nfs.py::TestNFS
template: *ci-master-latest # template: *ci-master-latest
timeout: 9000 # timeout: 9000
topology: *master_3client # topology: *master_3client
fedora-latest/nfs_nsswitch_restore: fedora-latest/nfs_nsswitch_restore:
requires: [fedora-latest/build] requires: [fedora-latest/build]
@@ -1564,18 +1564,18 @@ jobs:
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
fedora-latest/nfs: # fedora-latest/nfs:
requires: [fedora-latest/build] # requires: [fedora-latest/build]
priority: 50 # priority: 50
job: # job:
class: RunPytest # class: RunPytest
args: # args:
build_url: '{fedora-latest/build_url}' # build_url: '{fedora-latest/build_url}'
selinux_enforcing: True # selinux_enforcing: True
test_suite: test_integration/test_nfs.py::TestNFS # test_suite: test_integration/test_nfs.py::TestNFS
template: *ci-master-latest # template: *ci-master-latest
timeout: 9000 # timeout: 9000
topology: *master_3client # topology: *master_3client
fedora-latest/nfs_nsswitch_restore: fedora-latest/nfs_nsswitch_restore:
requires: [fedora-latest/build] requires: [fedora-latest/build]
@@ -1564,18 +1564,18 @@ jobs:
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
testing-fedora/nfs: # testing-fedora/nfs:
requires: [testing-fedora/build] # requires: [testing-fedora/build]
priority: 50 # priority: 50
job: # job:
class: RunPytest # class: RunPytest
args: # args:
build_url: '{testing-fedora/build_url}' # build_url: '{testing-fedora/build_url}'
update_packages: True # update_packages: True
test_suite: test_integration/test_nfs.py::TestNFS # test_suite: test_integration/test_nfs.py::TestNFS
template: *testing-master-latest # template: *testing-master-latest
timeout: 9000 # timeout: 9000
topology: *master_3client # topology: *master_3client
testing-fedora/nfs_nsswitch_restore: testing-fedora/nfs_nsswitch_restore:
requires: [testing-fedora/build] requires: [testing-fedora/build]
@@ -1678,19 +1678,19 @@ jobs:
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
testing-fedora/nfs: # testing-fedora/nfs:
requires: [testing-fedora/build] # requires: [testing-fedora/build]
priority: 50 # priority: 50
job: # job:
class: RunPytest # class: RunPytest
args: # args:
build_url: '{testing-fedora/build_url}' # build_url: '{testing-fedora/build_url}'
update_packages: True # update_packages: True
selinux_enforcing: True # selinux_enforcing: True
test_suite: test_integration/test_nfs.py::TestNFS # test_suite: test_integration/test_nfs.py::TestNFS
template: *testing-master-latest # template: *testing-master-latest
timeout: 9000 # timeout: 9000
topology: *master_3client # topology: *master_3client
testing-fedora/nfs_nsswitch_restore: testing-fedora/nfs_nsswitch_restore:
requires: [testing-fedora/build] requires: [testing-fedora/build]
+12 -12
View File
@@ -1576,18 +1576,18 @@ jobs:
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
fedora-rawhide/nfs: # fedora-rawhide/nfs:
requires: [fedora-rawhide/build] # requires: [fedora-rawhide/build]
priority: 50 # priority: 50
job: # job:
class: RunPytest # class: RunPytest
args: # args:
build_url: '{fedora-rawhide/build_url}' # build_url: '{fedora-rawhide/build_url}'
update_packages: True # update_packages: True
test_suite: test_integration/test_nfs.py::TestNFS # test_suite: test_integration/test_nfs.py::TestNFS
template: *ci-master-frawhide # template: *ci-master-frawhide
timeout: 9000 # timeout: 9000
topology: *master_3client # topology: *master_3client
fedora-rawhide/nfs_nsswitch_restore: fedora-rawhide/nfs_nsswitch_restore:
requires: [fedora-rawhide/build] requires: [fedora-rawhide/build]