summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2018-02-16 19:35:25 +0100
committerPetr Vobornik <pvoborni@redhat.com>2018-02-16 21:01:50 +0100
commited89f25541ca2e9377b031d62606aaf224f7cd0d (patch)
treeb1b7b765ce147e0f78ff0d2ba359211f39e71e30
parentf945d6a200c2d7505a3da587605522e9dbfcd76f (diff)
downloadfreeipa-test_realmdomains.tar.gz
freeipa-test_realmdomains.tar.xz
freeipa-test_realmdomains.zip
temp commit to run the affected teststest_realmdomains
-rw-r--r--.freeipa-pr-ci.yaml40
1 files 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