URL: https://github.com/freeipa/freeipa/pull/944
Author: tomaskrizek
 Title: #944: freeipa-pr-ci: enable pull-request CI
Action: opened

PR body:
"""
This config file defines jobs to be executed as a part of the
pull-request CI. For more information, see:

https://github.com/freeipa/freeipa-pr-ci
https://www.freeipa.org/page/V4/Pull-Request_CI

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

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/944/head:pr944
git checkout pr944
From 40052216e6feda3e8f6a9442d69c282f6c3734c6 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Sun, 30 Jul 2017 22:03:40 +0200
Subject: [PATCH] freeipa-pr-ci: enable pull-request CI

This config file defines jobs to be executed as a part of the
pull-request CI. For more information, see:

https://github.com/freeipa/freeipa-pr-ci
https://www.freeipa.org/page/V4/Pull-Request_CI

Signed-off-by: Tomas Krizek <tkri...@redhat.com>
---
 .freeipa-pr-ci.yaml | 24 ++++++++++++++++++++++++
 1 file changed, 24 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..3d82e72ec5
--- /dev/null
+++ b/.freeipa-pr-ci.yaml
@@ -0,0 +1,24 @@
+jobs:
+  fedora-25/build:
+    requires: []
+    priority: 100
+    job:
+      class: Build
+      args:
+        git_repo: '{git_repo}'
+        git_refspec: '{git_refspec}'
+        template: &ci-master-f25
+          name: freeipa/ci-ipa-4-5-f25
+          version: 0.1.2
+        timeout: 1800
+
+  fedora-25/simple_replication:
+    requires: [fedora-25/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-25/build_url}'
+        test_suite: test_integration/test_simple_replication.py
+        template: *ci-master-f25
+        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