URL: https://github.com/freeipa/freeipa/pull/6060
Author: netoarmando
 Title: #6060: ipatests: Bump rawhide template for PR-CI 
Action: opened

PR body:
"""
New PR-CI template based on compose `Fedora-Rawhide-20211021.n.0`, future 
Fedora 36.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/6060/head:pr6060
git checkout pr6060
From fdc1157530c84303f1b9ce4c59eff6dc10d9bdd5 Mon Sep 17 00:00:00 2001
From: Armando Neto <abiag...@redhat.com>
Date: Thu, 21 Oct 2021 18:03:56 -0300
Subject: [PATCH 1/2] ipatests: bump rawhide template for PR-CI

New PR-CI template based on compose `Fedora-Rawhide-20211021.n.0`,
future Fedora 36.

Signed-off-by: Armando Neto <abiag...@redhat.com>
---
 ipatests/prci_definitions/nightly_rawhide.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml
index 516b269531a..ee95f979919 100644
--- a/ipatests/prci_definitions/nightly_rawhide.yaml
+++ b/ipatests/prci_definitions/nightly_rawhide.yaml
@@ -51,7 +51,7 @@ jobs:
         git_refspec: '{git_refspec}'
         template: &ci-master-frawhide
           name: freeipa/ci-master-frawhide
-          version: 0.4.2
+          version: 0.5.1
         timeout: 1800
         topology: *build
 

From d75d459350badb05af89ab8f5b5c2aef7ada6bb3 Mon Sep 17 00:00:00 2001
From: Armando Neto <abiag...@redhat.com>
Date: Thu, 21 Oct 2021 18:06:11 -0300
Subject: [PATCH 2/2] temp commit

Signed-off-by: Armando Neto <abiag...@redhat.com>
---
 ipatests/prci_definitions/temp_commit.yaml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml
index 4b0398b9218..766d46fda34 100644
--- a/ipatests/prci_definitions/temp_commit.yaml
+++ b/ipatests/prci_definitions/temp_commit.yaml
@@ -47,7 +47,7 @@ topologies:
     memory: 14500
 
 jobs:
-  fedora-latest/build:
+  fedora-rawhide/build:
     requires: []
     priority: 100
     job:
@@ -55,20 +55,21 @@ jobs:
       args:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
-        template: &ci-master-latest
-          name: freeipa/ci-master-f34
-          version: 0.0.5
+        template: &ci-master-frawhide
+          name: freeipa/ci-master-frawhide
+          version: 0.5.1
         timeout: 1800
         topology: *build
 
-  fedora-latest/temp_commit:
-    requires: [fedora-latest/build]
+  fedora-rawhide/simple_replication:
+    requires: [fedora-rawhide/build]
     priority: 50
     job:
       class: RunPytest
       args:
-        build_url: '{fedora-latest/build_url}'
-        test_suite: test_integration/test_REPLACEME.py
-        template: *ci-master-latest
+        build_url: '{fedora-rawhide/build_url}'
+        update_packages: True
+        test_suite: test_integration/test_simple_replication.py
+        template: *ci-master-frawhide
         timeout: 3600
-        topology: *master_1repl_1client
+        topology: *master_1repl
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to