URL: https://github.com/SSSD/sssd/pull/863
Author: pbrezina
 Title: #863: ci: add Debian 10
Action: opened

PR body:
"""
None
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/863/head:pr863
git checkout pr863
From ea86a77e35f657a3b1eb4b51706606223eaa8664 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Fri, 9 Aug 2019 10:43:01 +0200
Subject: [PATCH 1/2] ci: suppress Debian valgrind errors

This is a known issue id Debian version of OpenSSL.
---
 contrib/ci/sssd.supp | 47 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp
index 4b279666b4..52ad0a66fd 100644
--- a/contrib/ci/sssd.supp
+++ b/contrib/ci/sssd.supp
@@ -236,3 +236,50 @@
    ...
    fun:main
 }
+
+{
+   debian-openssl-issue
+   Memcheck:Cond
+   ...
+   fun:s3crypt_gen_salt
+   ...
+}
+
+{
+   debian-openssl-issue
+   Memcheck:Value8
+   ...
+   fun:s3crypt_gen_salt
+   ...
+}
+
+{
+   debian-openssl-issue
+   Memcheck:Cond
+   ...
+   fun:sss_password_encrypt
+   ...
+}
+
+{
+   debian-openssl-issue
+   Memcheck:Value8
+   ...
+   fun:sss_password_encrypt
+   ...
+}
+
+{
+   debian-openssl-issue
+   Memcheck:Cond
+   ...
+   fun:sss_decrypt
+   ...
+}
+
+{
+   debian-openssl-issue
+   Memcheck:Cond
+   fun:test_sss_encrypt_decrypt
+   ...
+}

From a3cbab8bb50f426134d64bab705f815ebbb41efc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Fri, 9 Aug 2019 12:49:58 +0200
Subject: [PATCH 2/2] ci: add Debian 10

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 2ebfe52ece..a90da8bb15 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -255,6 +255,15 @@ pipeline {
             aborted { CI_Aborted() }
           }
         }
+        stage('Test on Debian 10') {
+          agent {label "sssd-ci"}
+          environment { TEST_SYSTEM = "debian10" }
+          steps { CI_RunTests() }
+          post {
+            always { CI_Post() }
+            aborted { CI_Aborted() }
+          }
+        }
       }
     }
   }
_______________________________________________
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