This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch opentasks
in repository
https://gitbox.apache.org/repos/asf/maven-surefire.gitThe following commit(s) were added to refs/heads/opentasks by this push:
new d20f94b H31 gives OOME (let's see if others are stable again...)
d20f94b is described below
commit d20f94b79c6784a8b1dcbdda0182840d568c8076
Author: tibordigana <
[hidden email]>
AuthorDate: Sun Nov 10 19:09:16 2019 +0100
H31 gives OOME (let's see if others are stable again...)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 72d5064..24a0b06 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
]
)
-final def oses = ['linux':'ubuntu']
+final def oses = ['linux':'ubuntu && !H31']
final def mavens = ['3.6.x']
// all non-EOL versions and the first EA
final def jdks = [14]