URL: https://github.com/freeipa/freeipa/pull/1608
Author: freeipa-pr-ci
 Title: #1608: [testing_rawhide] Nightly PR
Action: opened

PR body:
"""
None
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1608/head:pr1608
git checkout pr1608
From 7eb815e13aeddc3f244a7c94b721925b29cacc95 Mon Sep 17 00:00:00 2001
From: root <root@prci-automation.localdomain>
Date: Wed, 21 Feb 2018 21:00:05 +0000
Subject: [PATCH] automated commit

---
 .freeipa-pr-ci.yaml | 220 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 210 insertions(+), 10 deletions(-)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index cc4e1ddd1f..806a5e93db 100644
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -15,9 +15,17 @@ topologies:
     name: ipaserver
     cpu: 1
     memory: 2400
+  master_2repl_1client: &master_2repl_1client
+    name: master_2repl_1client
+    cpu: 5
+    memory: 9100
+  master_3repl_1client: &master_3repl_1client
+    name: master_3repl_1client
+    cpu: 6
+    memory: 11500
 
 jobs:
-  fedora-27/build:
+  fedora-rawhide/build:
     requires: []
     priority: 100
     job:
@@ -25,20 +33,212 @@ jobs:
       args:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
-        template: &ci-master-f27
-          name: freeipa/ci-master-f27
-          version: 1.0.3
+        template: &ci-master-rawhide
+          name: freeipa/ci-master-rawhide
+          version: 0.0.4
         timeout: 1800
         topology: *build
 
-  fedora-27/webui_tests:
-    requires: [fedora-27/build]
+  fedora-rawhide/test_server_del:
+    requires: [fedora-rawhide/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
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_server_del.py
         template: *ci-master-f27
         timeout: 8000
-        topology: *ipaserver
\ No newline at end of file
+        topology: *master_2repl_1client
+
+  fedora-rawhide/test_installation:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_installation.py
+        template: *ci-master-f27
+        timeout: 10800
+        topology: *master_3repl_1client
+
+  fedora-rawhide/TestServerInstall:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestServerInstall
+        template: *ci-master-f27
+        timeout: 12000
+        topology: *master_1repl
+
+  fedora-rawhide/TestReplicaInstall:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestReplicaInstall
+        template: *ci-master-f27
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-rawhide/TestClientInstall:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestClientInstall
+        template: *ci-master-f27
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-rawhide/TestIPACommands:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestIPACommands
+        template: *ci-master-f27
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-rawhide/TestCertInstall:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestCertInstall
+        template: *ci-master-f27
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-rawhide/TestPKINIT:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestPKINIT
+        template: *ci-master-f27
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-rawhide/TestServerReplicaCALessToCAFull:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
+        template: *ci-master-f27
+        timeout: 5400
+        topology: *master_1repl
+
+  fedora-rawhide/TestBackupAndRestore:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestore
+        template: *ci-master-f27
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-rawhide/TestBackupAndRestoreWithDNS:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNS
+        template: *ci-master-f27
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-rawhide/TestBackupReinstallRestoreWithDNS:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
+        template: *ci-master-f27
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-rawhide/TestBackupAndRestoreWithKRA:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithKRA
+        template: *ci-master-f27
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-rawhide/TestBackupReinstallRestoreWithKRA:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithKRA
+        template: *ci-master-f27
+        timeout: 7200
+        topology: *master_1repl
+
+  fedora-rawhide/webui_tests_section1:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunWebuiTests
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_webui/test_automember.py test_webui/test_automount.py test_webui/test_cert.py test_webui/test_config.py test_webui/test_delegation.py test_webui/test_dns.py test_webui/test_group.py test_webui/test_hbac.py
+        template: *ci-master-f27
+        timeout: 3600
+        topology: *ipaserver
+
+  fedora-rawhide/webui_tests_section2:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunWebuiTests
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_webui/test_host.py test_webui/test_hostgroup.py test_webui/test_idviews.py test_webui/test_krbtpolicy.py test_webui/test_navigation.py test_webui/test_netgroup.py test_webui/test_pwpolicy.py test_webui/test_range.py
+        template: *ci-master-f27
+        timeout: 3600
+        topology: *ipaserver
+
+  fedora-rawhide/webui_tests_section3:
+    requires: [fedora-rawhide/build]
+    priority: 50
+    job:
+      class: RunWebuiTests
+      args:
+        build_url: '{fedora-rawhide/build_url}'
+        test_suite: test_webui/test_rbac.py test_webui/test_realmdomains.py test_webui/test_selfservice.py test_webui/test_selinuxusermap.py test_webui/test_service.py test_webui/test_sudo.py test_webui/test_trust.py test_webui/test_user.py test_webui/test_vault.py
+        template: *ci-master-f27
+        timeout: 3600
+        topology: *ipaserver
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to