Nightly definations commit

Signed-off-by: Jayesh Garg <jgarg@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
Jayesh Garg
2019-12-23 13:02:28 +05:30
committed by Florence Blanc-Renaud
parent ad3bf5042d
commit fb3c2c1402
5 changed files with 62 additions and 0 deletions

View File

@@ -303,6 +303,18 @@ jobs:
timeout: 10800
topology: *master_3repl_1client
fedora-latest/test_installation_TestInstallCA:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_installation.py::TestInstallCA
template: *ci-master-latest
timeout: 10800
topology: *master_2repl_1client
fedora-latest/test_installation_TestInstallWithCA_KRA1:
requires: [fedora-latest/build]
priority: 50

View File

@@ -143,6 +143,19 @@ jobs:
timeout: 10800
topology: *master_3repl_1client
pki-fedora/test_installation_TestInstallCA:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestInstallCA
template: *pki-master-latest
timeout: 10800
topology: *master_2repl_1client
pki-fedora/test_installation_TestInstallWithCA_KRA1:
requires: [pki-fedora/build]
priority: 50

View File

@@ -311,6 +311,19 @@ jobs:
timeout: 10800
topology: *master_3repl_1client
testing-fedora/test_installation_TestInstallCA:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_installation.py::TestInstallCA
template: *testing-master-latest
timeout: 10800
topology: *master_2repl_1client
testing-fedora/test_installation_TestInstallWithCA_KRA1:
requires: [testing-fedora/build]
priority: 50

View File

@@ -303,6 +303,18 @@ jobs:
timeout: 10800
topology: *master_3repl_1client
fedora-previous/test_installation_TestInstallCA:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_installation.py::TestInstallCA
template: *ci-master-previous
timeout: 10800
topology: *master_2repl_1client
fedora-previous/test_installation_TestInstallWithCA_KRA1:
requires: [fedora-previous/build]
priority: 50

View File

@@ -303,6 +303,18 @@ jobs:
timeout: 10800
topology: *master_3repl_1client
fedora-rawhide/test_installation_TestInstallCA:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
test_suite: test_integration/test_installation.py::TestInstallCA
template: *ci-master-frawhide
timeout: 10800
topology: *master_2repl_1client
fedora-rawhide/test_installation_TestInstallWithCA_KRA1:
requires: [fedora-rawhide/build]
priority: 50