From 000703c89f18a190e5cac17ad7113a2ed067c35b Mon Sep 17 00:00:00 2001 From: sumenon Date: Thu, 9 Jan 2020 16:29:21 +0530 Subject: [PATCH] Nightly definition for ipa-healthcheck tool Signed-off-by: sumenon Reviewed-By: Rob Crittenden Reviewed-By: Florence Blanc-Renaud Reviewed-By: Mohammad Rizwan Yusuf --- ipatests/prci_definitions/nightly_latest.yaml | 12 ++++++++++++ ipatests/prci_definitions/nightly_latest_pki.yaml | 13 +++++++++++++ .../prci_definitions/nightly_latest_testing.yaml | 12 ++++++++++++ ipatests/prci_definitions/nightly_previous.yaml | 12 ++++++++++++ ipatests/prci_definitions/nightly_rawhide.yaml | 13 +++++++++++++ ipatests/prci_definitions/temp_commit.yaml | 12 ------------ 6 files changed, 62 insertions(+), 12 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 5ed44e975..3eef44c72 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1265,6 +1265,18 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-latest/test_ipahealthcheck: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + test_suite: test_integration/test_ipahealthcheck.py + template: *ci-master-latest + timeout: 3600 + topology: *master_1repl + fedora-latest/test_ntp_options: requires: [fedora-latest/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 8ac4ba69f..5094f4d1a 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -783,6 +783,19 @@ jobs: timeout: 3600 topology: *master_1repl + pki-fedora/test_ipahealthcheck: + requires: [pki-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{pki-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_ipahealthcheck.py + template: *pki-master-latest + timeout: 3600 + topology: *master_1repl + pki-fedora/test_pkinit_manage: requires: [pki-fedora/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 17a8d0308..a2dc2365d 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1351,6 +1351,18 @@ jobs: timeout: 3600 topology: *master_1repl + testing-fedora/test_ipahealthcheck: + requires: [testing-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_ipahealthcheck.py + template: *testing-master-latest + timeout: 3600 + testing-fedora/test_ntp_options: requires: [testing-fedora/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index c3e5b8f97..d0d9c0778 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1265,6 +1265,18 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-previous/test_ipahealthcheck: + requires: [fedora-previous/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous/build_url}' + test_suite: test_integration/test_ipahealthcheck.py + template: *ci-master-previous + timeout: 3600 + topology: *master_1repl + fedora-previous/test_ntp_options: requires: [fedora-previous/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 67170105e..8a2abcdf8 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1364,6 +1364,19 @@ jobs: timeout: 3600 topology: *master_1repl + fedora-rawhide/test_ipahealthcheck: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_ipahealthcheck.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl + fedora-rawhide/test_ntp_options: requires: [fedora-rawhide/build] priority: 50 diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index 5afbe014f..f58b224d8 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -56,15 +56,3 @@ jobs: version: 0.0.2 timeout: 1800 topology: *build - - fedora-latest/temp_commit: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_REPLACEME.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client