From 9699041cca9b1f571b15df7e69c228c179ec2522 Mon Sep 17 00:00:00 2001 From: Lukas Stadler <lukas.stadler@oracle.com> Date: Wed, 7 Feb 2018 09:41:02 +0100 Subject: [PATCH] disable llvm-linux gate --- ci.hocon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index 1c4145a32e..91c544d556 100644 --- a/ci.hocon +++ b/ci.hocon @@ -273,6 +273,7 @@ builds = [ #${gateTestManagedLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-managed-linux-amd64"} ${gateTestJava9Linux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-java9-linux-amd64"} ${gnurTests} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-gnur-tests"} - ${gateTestLinuxLLVM} { targets : [gate], name: "gate-test-llvm-linux-amd64" } + # disabled because of spurious dragonegg problems + #${gateTestLinuxLLVM} { targets : [gate], name: "gate-test-llvm-linux-amd64" } ${gateTestDarwinLLVM} { targets : [gate], name: "gate-test-llvm-darwin-amd64" } ] -- GitLab