You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/07/10 08:56:37 UTC

[directory-server] branch master updated: Exclude bad behaving nodes

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 06a9856  Exclude bad behaving nodes
06a9856 is described below

commit 06a98569fc14a843468fc1fff5a8db2958a5fb4c
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Jul 10 10:56:26 2019 +0200

    Exclude bad behaving nodes
---
 Jenkinsfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c839e5f..c0662c7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
       }
       agent {
         docker {
-          label 'ubuntu'
+          label 'ubuntu && !H28 && !H36 && !H40'
           image 'apachedirectory/maven-build:jdk-8'
           args '-v $HOME/.m2:/home/hnelson/.m2'
         }
@@ -57,7 +57,7 @@ pipeline {
           }
           agent {
             docker {
-              label 'ubuntu'
+              label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-8'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
@@ -81,7 +81,7 @@ pipeline {
           }
           agent {
             docker {
-              label 'ubuntu'
+              label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-11'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
@@ -103,7 +103,7 @@ pipeline {
           }
           agent {
             docker {
-              label 'ubuntu'
+              label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-12'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
@@ -149,7 +149,7 @@ pipeline {
         retry(2)
       }
       agent {
-        label 'ubuntu'
+        label 'ubuntu && !H28 && !H36 && !H40'
       }
       // https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
       // https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix
@@ -173,7 +173,7 @@ pipeline {
       }
       agent {
         docker {
-          label 'ubuntu'
+          label 'ubuntu && !H28 && !H36 && !H40'
           image 'apachedirectory/maven-build:jdk-8'
           args '-v $HOME/.m2:/home/hnelson/.m2'
           alwaysPull true
@@ -201,7 +201,7 @@ pipeline {
             retry(2)
           }
           agent {
-            label 'ubuntu'
+            label 'ubuntu && !H28 && !H36 && !H40'
           }
           steps {
             unstash 'deb'
@@ -219,7 +219,7 @@ pipeline {
             retry(2)
           }
           agent {
-            label 'ubuntu'
+            label 'ubuntu && !H28 && !H36 && !H40'
           }
           steps {
             unstash 'rpm'
@@ -237,7 +237,7 @@ pipeline {
             retry(2)
           }
           agent {
-            label 'ubuntu'
+            label 'ubuntu && !H28 && !H36 && !H40'
           }
           steps {
             unstash 'bin'
@@ -255,7 +255,7 @@ pipeline {
             retry(2)
           }
           agent {
-            label 'ubuntu'
+            label 'ubuntu && !H28 && !H36 && !H40'
           }
           steps {
             unstash 'archive'