URL: https://github.com/freeipa/freeipa/pull/921
Author: tomaskrizek
 Title: #921: Pr ci pr
Action: opened

PR body:
"""

"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/921/head:pr921
git checkout pr921
From 2b95cd89c2a549b300b2bbd1d10b29302085bcb0 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Mon, 17 Jul 2017 16:48:55 +0200
Subject: [PATCH 1/2] pr-ci: configuration file for PR CI

Signed-off-by: Tomas Krizek <tkri...@redhat.com>
---
 .freeipa-pr-ci.yaml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .freeipa-pr-ci.yaml

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
new file mode 100644
index 0000000000..00b5079b3d
--- /dev/null
+++ b/.freeipa-pr-ci.yaml
@@ -0,0 +1,19 @@
+jobs:
+  fedora-25/build:
+    requires: []
+    priority: 100
+    job:
+      class: Build
+      args:
+        git_refspec: '{target_refspec}'
+        timeout: 1800
+
+  fedora-25/simple_replication:
+    requires: [fedora-25/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{build_url}'
+        test_suite: test_integration/test_simple_replication.py
+        timeout: 3600

From b71b4ecd67a85f9d3c651d1207b76ff72afd3e99 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Tue, 18 Jul 2017 13:36:16 +0200
Subject: [PATCH 2/2] Test commit

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8f4c2aa7a9..ab78208c91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+#
 # Autotools files - generated by autoreconf -i
 /m4
 
_______________________________________________
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