From ed89f25541ca2e9377b031d62606aaf224f7cd0d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 16 Feb 2018 19:35:25 +0100 Subject: temp commit to run the affected tests --- .freeipa-pr-ci.yaml | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index b98a27835..cc4e1ddd1 100644 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -11,6 +11,10 @@ topologies: name: master_1repl_1client cpu: 4 memory: 6700 + ipaserver: &ipaserver + name: ipaserver + cpu: 1 + memory: 2400 jobs: fedora-27/build: @@ -23,42 +27,18 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-f27 name: freeipa/ci-master-f27 - version: 1.0.2 + version: 1.0.3 timeout: 1800 topology: *build - fedora-27/simple_replication: + fedora-27/webui_tests: requires: [fedora-27/build] priority: 50 job: - class: RunPytest + class: RunWebuiTests args: build_url: '{fedora-27/build_url}' - test_suite: test_integration/test_simple_replication.py + test_suite: test_webui/test_realmdomains.py test_webui/test_dns.py template: *ci-master-f27 - timeout: 3600 - topology: *master_1repl - - fedora-27/caless: - requires: [fedora-27/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-27/build_url}' - test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-master-f27 - timeout: 3600 - topology: *master_1repl - - fedora-27/external_ca: - requires: [fedora-27/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-27/build_url}' - test_suite: test_integration/test_external_ca.py - template: *ci-master-f27 - timeout: 3600 - topology: *master_1repl + timeout: 8000 + topology: *ipaserver \ No newline at end of file -- cgit