From efaa48e455d12d374cb1492163289dbb73dabf39 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 21 Feb 2018 09:50:59 +0100 Subject: [PATCH] Revert "temp commit to run the affected tests" This reverts commit db2222fee4558004968900e8d1421abfb409f53a. Temp commit was acked by accident. It should have been removed after ack of approach of PR 1596. But the PR should not have been ACKed. --- .freeipa-pr-ci.yaml | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index cc4e1ddd1..b98a27835 100644 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -11,10 +11,6 @@ topologies: name: master_1repl_1client cpu: 4 memory: 6700 - ipaserver: &ipaserver - name: ipaserver - cpu: 1 - memory: 2400 jobs: fedora-27/build: @@ -27,18 +23,42 @@ jobs: git_refspec: '{git_refspec}' template: &ci-master-f27 name: freeipa/ci-master-f27 - version: 1.0.3 + version: 1.0.2 timeout: 1800 topology: *build - fedora-27/webui_tests: + fedora-27/simple_replication: requires: [fedora-27/build] priority: 50 job: - class: RunWebuiTests + class: RunPytest args: build_url: '{fedora-27/build_url}' - test_suite: test_webui/test_realmdomains.py test_webui/test_dns.py + test_suite: test_integration/test_simple_replication.py template: *ci-master-f27 - timeout: 8000 - topology: *ipaserver \ No newline at end of file + 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