URL: https://github.com/freeipa/freeipa/pull/2188
Author: Rezney
 Title: #2188: prci_definitions: fix wrong indentation in the nightly yaml
Action: opened

PR body:
"""
TestLineTopologyWithoutCA definition has wrong indentation. 
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2188/head:pr2188
git checkout pr2188
From 85fd192046234d9c092de964d92a5de34b00d00a 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/W7TVJKWBW7QA2H3CYY5YQAN7UG5TU6XO/

Reply via email to