URL: https://github.com/freeipa/freeipa/pull/1061
Author: stlaz
 Title: #1061: prci: use f26 template for master
Action: opened

PR body:
"""
Switch PR CI testing of master branch to Fedora 26.

Signed-off-by: Tomas Krizek <tkri...@redhat.com>

---------------------

I hardly doubt the templates will be there, if they are not, @felipevolpone 
should take care of that.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1061/head:pr1061
git checkout pr1061
From 48e14dbbf2c3afb0608b39b6130e85d169b27bc1 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Tue, 15 Aug 2017 16:20:38 +0200
Subject: [PATCH] prci: use f26 template for master

Switch PR CI testing of master branch to Fedora 26.

Signed-off-by: Tomas Krizek <tkri...@redhat.com>
---
 .freeipa-pr-ci.yaml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index f808714d53..77b165383f 100644
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -1,5 +1,5 @@
 jobs:
-  fedora-25/build:
+  fedora-26/build:
     requires: []
     priority: 100
     job:
@@ -7,28 +7,29 @@ jobs:
       args:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
-        template: &ci-ipa-4-5-f25
-          name: freeipa/ci-ipa-4-5-f25
+        template: &ci-ipa-4-5-f26
+          name: freeipa/ci-ipa-4-5-f26
           version: 0.1.2
         timeout: 1800
 
-  fedora-25/simple_replication:
-    requires: [fedora-25/build]
+  fedora-26/simple_replication:
+    requires: [fedora-26/build]
     priority: 50
     job:
       class: RunPytest
       args:
-        build_url: '{fedora-25/build_url}'
+        build_url: '{fedora-26/build_url}'
         test_suite: test_integration/test_simple_replication.py
-        template: *ci-ipa-4-5-f25
+        template: *ci-ipa-4-5-f26
         timeout: 3600
 
-  fedora-25/caless:
-    requires: [fedora-25/build]
+  fedora-26/caless:
+    requires: [fedora-26/build]
     priority: 50
     job:
       class: RunPytest
       args:
-        build_url: '{fedora-25/build_url}'
+        build_url: '{fedora-26/build_url}'
         test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
-        template: *ci-ipa-4-5-f25
+        template: *ci-ipa-4-5-f26
+        timeout: 3600
_______________________________________________
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