This is an automated email from the ASF dual-hosted git repository.

jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 22c70edec0 AMBARI-26471:Python test failures: 
X509_V_FLAG_NOTIFY_POLICY unsupported #4009
22c70edec0 is described below

commit 22c70edec0a5e2e50576eae2d8f22a5d0e23a8a6
Author: rich7420 <[email protected]>
AuthorDate: Thu Apr 24 09:07:28 2025 +0800

    AMBARI-26471:Python test failures: X509_V_FLAG_NOTIFY_POLICY unsupported 
#4009
---
 Jenkinsfile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index fc5a241968..8d338a47ae 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -121,6 +121,13 @@ pipeline {
 
                 stage('Ambari Server PyTests') {
                     steps {
+                        sh '''
+                           # Install pyOpenSSL in one step
+                           pip3 install --user --upgrade pyOpenSSL
+                           # Verify installations
+                           pip3 --version
+                           openssl version
+                           '''
                         sh 'mvn clean -am test -pl ambari-server 
-DskipSurefireTests -Dmaven.test.failure.ignore -Dmaven.artifact.threads=10 
-Drat.skip -Dcheckstyle.skip -DskipAdminWebTests=true'
                     }
                 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to