URL: https://github.com/SSSD/sssd/pull/957
Author: pbrezina
 Title: #957: ci: add RHEL 7
Action: opened

PR body:
"""
Add a RHEL 7 host to PR CI.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/957/head:pr957
git checkout pr957
From f6fe6b6b4192e2d73b813bd3fce0124b08127f6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Wed, 4 Dec 2019 13:42:36 +0100
Subject: [PATCH 1/3] ci: add rhel7

---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index fc43db1ae2..cf4189ceab 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,6 +10,7 @@ def systems = [
   'fedora30',
   'fedora31',
   'fedora-rawhide',
+  'rhel7',
   'debian10',
 ]
 

From 69d00301cf051b6052d8a46aa6f6deb925a75b99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Wed, 4 Dec 2019 13:44:37 +0100
Subject: [PATCH 2/3] ci: set sssd-ci notification to pending state when job is
 started

---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index cf4189ceab..eec944bbdc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -299,6 +299,8 @@ try {
   }
 
   stage('Prepare systems') {
+    notification.notify('PENDING', 'Pending.')
+
     /* Notify that all systems are pending. */
     for (system in systems) {
       notification.notify('PENDING', 'Awaiting executor', system)

From 2592e97a0cf43ff7fe5a74d58e488879b61a4283 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Thu, 5 Dec 2019 14:36:26 +0100
Subject: [PATCH 3/3] ci: archive ci-mock-result

---
 contrib/test-suite/test-suite.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/test-suite/test-suite.yml b/contrib/test-suite/test-suite.yml
index 2b091349f6..49763fa4b6 100644
--- a/contrib/test-suite/test-suite.yml
+++ b/contrib/test-suite/test-suite.yml
@@ -8,4 +8,5 @@
   - ci-*.log
   - ci-build-debug/ci-*.log
   - ci-build-debug/test-suite.log
+  - ci-build-debug/ci-mock-result/*.log
   timeout: 6 hours
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to