You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/11/10 10:23:24 UTC

[maven-jenkins-env] branch master updated: H31 gives OOME (let's see if others are stable again...)

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ab3c0f  H31 gives OOME (let's see if others are stable again...)
2ab3c0f is described below

commit 2ab3c0f8e92b0c40e2e24671ca17a187a8cc4e74
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Nov 10 11:23:16 2019 +0100

    H31 gives OOME (let's see if others are stable again...)
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 85ab939..9530cdb 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -27,7 +27,7 @@ class jenkinsEnv implements Serializable {
     def labelForOS(String os) {
         switch (os) {
             case 'linux':
-                return 'ubuntu && !H28 && !H29'
+                return 'ubuntu && !H31'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'