You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2017/08/02 13:44:54 UTC

[incubator-openwhisk] branch master updated: exclude H22 problematic node in apache jenkins (#2559)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new a9f0a82  exclude H22 problematic node in apache jenkins (#2559)
a9f0a82 is described below

commit a9f0a829ae5f61a62aae56c37ab90107d7bf4727
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Wed Aug 2 09:44:51 2017 -0400

    exclude H22 problematic node in apache jenkins (#2559)
---
 tools/jenkins/apache/dockerhub.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/jenkins/apache/dockerhub.groovy b/tools/jenkins/apache/dockerhub.groovy
index 5c07f97..e4fc9a8 100644
--- a/tools/jenkins/apache/dockerhub.groovy
+++ b/tools/jenkins/apache/dockerhub.groovy
@@ -1,5 +1,5 @@
 #!groovy
-node("ubuntu&&xenial") {
+node('xenial && !H22') {
   sh "env"
   sh "docker version"
   sh "docker info"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].