URL: https://github.com/freeipa/freeipa/pull/2207
Author: Tiboris
 Title: #2207: [Backport][ipa-4-7] prci_definitions: fix wrong indentation in 
the nightly yaml
Action: opened

PR body:
"""
This PR was opened automatically because PR #2188 was pushed to master and 
backport to ipa-4-7 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2207/head:pr2207
git checkout pr2207
From 51484941d2df4b785b3617233170c8261c0de680 Mon Sep 17 00:00:00 2001
From: Michal Reznik <mrez...@redhat.com>
Date: Fri, 27 Jul 2018 12:56:52 +0200
Subject: [PATCH] prci_definitions: fix wrong indentation in the nightly yaml

TestLineTopologyWithoutCA definition has wrong indentation.
---
 .../{nightly_master => nightly_master.yaml}   | 20 +++++++++----------
 .../{nightly_rawhide => nightly_rawhide.yaml} |  0
 2 files changed, 10 insertions(+), 10 deletions(-)
 rename ipatests/prci_definitions/{nightly_master => nightly_master.yaml} (98%)
 rename ipatests/prci_definitions/{nightly_rawhide => nightly_rawhide.yaml} (100%)

diff --git a/ipatests/prci_definitions/nightly_master b/ipatests/prci_definitions/nightly_master.yaml
similarity index 98%
rename from ipatests/prci_definitions/nightly_master
rename to ipatests/prci_definitions/nightly_master.yaml
index fc91de43ef..6a79da742e 100644
--- a/ipatests/prci_definitions/nightly_master
+++ b/ipatests/prci_definitions/nightly_master.yaml
@@ -581,16 +581,16 @@ jobs:
         topology: *master_3repl_1client
 
   fedora-28/test_replication_layouts_TestLineTopologyWithoutCA:
-  requires: [fedora-28/build]
-  priority: 50
-  job:
-    class: RunPytest
-    args:
-      build_url: '{fedora-28/build_url}'
-      test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
-      template: *ci-master-f28
-      timeout: 7200
-      topology: *master_3repl_1client
+    requires: [fedora-28/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-28/build_url}'
+        test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
+        template: *ci-master-f28
+        timeout: 7200
+        topology: *master_3repl_1client
 
   fedora-28/test_replication_layouts_TestLineTopologyWithCA:
     requires: [fedora-28/build]
diff --git a/ipatests/prci_definitions/nightly_rawhide b/ipatests/prci_definitions/nightly_rawhide.yaml
similarity index 100%
rename from ipatests/prci_definitions/nightly_rawhide
rename to ipatests/prci_definitions/nightly_rawhide.yaml
_______________________________________________
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/freeipa-devel@lists.fedorahosted.org/message/HLNWKI7QXC2IN3VRZMKZXWXKF2VZARXL/

Reply via email to