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 <cheimes@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2019-11-22 09:29:55 +01:00 committed by Christian Heimes
parent 04bb8ef2f5
commit 094cf629b3
4 changed files with 4 additions and 4 deletions

View File

@ -1395,4 +1395,4 @@ jobs:
test_suite: test_integration/test_krbtpolicy.py test_suite: test_integration/test_krbtpolicy.py
template: *ci-master-latest template: *ci-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl

View File

@ -1491,4 +1491,4 @@ jobs:
test_suite: test_integration/test_krbtpolicy.py test_suite: test_integration/test_krbtpolicy.py
template: *testing-master-latest template: *testing-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl

View File

@ -1371,4 +1371,4 @@ jobs:
test_suite: test_integration/test_krbtpolicy.py test_suite: test_integration/test_krbtpolicy.py
template: *ci-master-previous template: *ci-master-previous
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl

View File

@ -1395,4 +1395,4 @@ jobs:
test_suite: test_integration/test_krbtpolicy.py test_suite: test_integration/test_krbtpolicy.py
template: *ci-master-frawhide template: *ci-master-frawhide
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl