From 094cf629b338b78d13b15b87b4844c487c150e39 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Fri, 22 Nov 2019 09:29:55 +0100 Subject: [PATCH] Nightly definition: use right template for krbtpolicy The ipaserver template triggers the installation of IPA server before the tests are launched and should not be used for test_integration tests Switch to master_1repl template. Related: https://pagure.io/freeipa/issue/8001 Reviewed-By: Christian Heimes --- ipatests/prci_definitions/nightly_latest.yaml | 2 +- ipatests/prci_definitions/nightly_latest_testing.yaml | 2 +- ipatests/prci_definitions/nightly_previous.yaml | 2 +- ipatests/prci_definitions/nightly_rawhide.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 9e479aba2..b04c8ccf9 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1395,4 +1395,4 @@ jobs: test_suite: test_integration/test_krbtpolicy.py template: *ci-master-latest timeout: 3600 - topology: *ipaserver + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 18315ca55..d4e21d027 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1491,4 +1491,4 @@ jobs: test_suite: test_integration/test_krbtpolicy.py template: *testing-master-latest timeout: 3600 - topology: *ipaserver + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 1dd99d1d0..5eace00b4 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1371,4 +1371,4 @@ jobs: test_suite: test_integration/test_krbtpolicy.py template: *ci-master-previous timeout: 3600 - topology: *ipaserver + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 0b80f4709..e199f998a 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1395,4 +1395,4 @@ jobs: test_suite: test_integration/test_krbtpolicy.py template: *ci-master-frawhide timeout: 3600 - topology: *ipaserver + topology: *master_1repl