From 32ea40c176a3a6b247f53df0a81acdd0d6f129fa Mon Sep 17 00:00:00 2001
From: Sergey Orlov <sorlov@redhat.com>
Date: Tue, 23 Mar 2021 19:38:50 +0100
Subject: [PATCH] temp commit

---
 .freeipa-pr-ci.yaml                        |  2 +-
 ipatests/prci_definitions/temp_commit.yaml | 40 ++++++++++++++++++----
 2 files changed, 34 insertions(+), 8 deletions(-)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index abcf8c5b634..80656690080 120000
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -1 +1 @@
-ipatests/prci_definitions/gating.yaml
\ No newline at end of file
+ipatests/prci_definitions/temp_commit.yaml
\ No newline at end of file
diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml
index 0d9d9b09d5e..b5383f22ec1 100644
--- a/ipatests/prci_definitions/temp_commit.yaml
+++ b/ipatests/prci_definitions/temp_commit.yaml
@@ -56,19 +56,45 @@ jobs:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
         template: &ci-ipa-4-8-latest
-          name: freeipa/ci-ipa-4-8-f32
-          version: 0.0.12
+          name: freeipa/ci-ipa-4-8-f33
+          version: 0.0.4
         timeout: 1800
         topology: *build
 
-  fedora-latest-ipa-4-8/temp_commit:
+  fedora-latest-ipa-4-8/test_smb:
     requires: [fedora-latest-ipa-4-8/build]
     priority: 50
     job:
-      class: RunPytest
+      class: RunADTests
       args:
         build_url: '{fedora-latest-ipa-4-8/build_url}'
-        test_suite: test_integration/test_REPLACEME.py
+        test_suite: test_integration/test_smb.py
         template: *ci-ipa-4-8-latest
-        timeout: 3600
-        topology: *master_1repl_1client
+        timeout: 7200
+        topology: *ad_master_2client
+
+  fedora-previous-ipa-4-8/build:
+    requires: []
+    priority: 100
+    job:
+      class: Build
+      args:
+        git_repo: '{git_repo}'
+        git_refspec: '{git_refspec}'
+        template: &ci-ipa-4-8-previous
+          name: freeipa/ci-ipa-4-8-f32
+          version: 0.0.12
+        timeout: 1800
+        topology: *build
+
+  fedora-previous-ipa-4-8/test_smb:
+    requires: [fedora-previous-ipa-4-8/build]
+    priority: 50
+    job:
+      class: RunADTests
+      args:
+        build_url: '{fedora-previous-ipa-4-8/build_url}'
+        test_suite: test_integration/test_smb.py
+        template: *ci-ipa-4-8-previous
+        timeout: 7200
+        topology: *ad_master_2client
