Skip to content
Snippets Groups Projects
Commit 7f6d03ee authored by Stepan Sindelar's avatar Stepan Sindelar
Browse files

[GR-2738 ] Clean-up CI configuration.

PullRequest: fastr/1434
parents 66978fad f0563eee
Branches
No related tags found
No related merge requests found
...@@ -137,7 +137,6 @@ requireGCC: { ...@@ -137,7 +137,6 @@ requireGCC: {
} }
gateTestLinuxLLVM : ${common} ${requireGCC} { gateTestLinuxLLVM : ${common} ${requireGCC} {
capabilities: [linux, amd64]
packages: { packages: {
llvm: "==3.8" llvm: "==3.8"
...@@ -166,16 +165,6 @@ gateTestLinuxLLVM : ${common} ${requireGCC} { ...@@ -166,16 +165,6 @@ gateTestLinuxLLVM : ${common} ${requireGCC} {
] ]
} }
gateTestManagedLinux: ${common} {
environment : {
FASTR_RFFI : "managed"
TZDIR: "/usr/share/zoneinfo"
}
run : [
${gateCmd} ["Versions,JDKReleaseInfo,BuildJavaWithJavac"]
]
}
gateTestJava9Linux : ${java9Downloads} ${gateTestCommon} { gateTestJava9Linux : ${java9Downloads} ${gateTestCommon} {
downloads : { downloads : {
JAVA_HOME : ${java9Downloads.downloads.JAVA_HOME} JAVA_HOME : ${java9Downloads.downloads.JAVA_HOME}
...@@ -184,8 +173,6 @@ gateTestJava9Linux : ${java9Downloads} ${gateTestCommon} { ...@@ -184,8 +173,6 @@ gateTestJava9Linux : ${java9Downloads} ${gateTestCommon} {
} }
gateTestDarwinLLVM: ${common} ${darwinEnvironment} ${requireGCC} { gateTestDarwinLLVM: ${common} ${darwinEnvironment} ${requireGCC} {
capabilities: [darwin_sierra, amd64]
packages : ${packagesDarwin} { packages : ${packagesDarwin} {
llvm: "==4.0.1" llvm: "==4.0.1"
} }
...@@ -272,10 +259,9 @@ builds = [ ...@@ -272,10 +259,9 @@ builds = [
${gateStyle} {capabilities : [linux, amd64], targets : [gate], name: "gate-style-linux-amd64"} ${gateStyle} {capabilities : [linux, amd64], targets : [gate], name: "gate-style-linux-amd64"}
${rbcheck} {capabilities : [linux, amd64], targets : [gate], name: "gate-rbcheck-linux-amd64"} ${rbcheck} {capabilities : [linux, amd64], targets : [gate], name: "gate-rbcheck-linux-amd64"}
${internalPkgtest} {capabilities : [linux, amd64], targets : [gate], name: "gate-internal-pkgtest-linux-amd64"} ${internalPkgtest} {capabilities : [linux, amd64], targets : [gate], name: "gate-internal-pkgtest-linux-amd64"}
#${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"} ${gateTestJava9Linux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-java9-linux-amd64"}
${gnurTests} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-gnur-tests"} ${gnurTests} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-gnur-tests"}
# disabled because of spurious dragonegg problems # disabled because of spurious dragonegg problems
#${gateTestLinuxLLVM} { targets : [gate], name: "gate-test-llvm-linux-amd64" } #${gateTestLinuxLLVM} {capabilities: [linux, amd64], targets : [gate], name: "gate-test-llvm-linux-amd64" }
${gateTestDarwinLLVM} { targets : [gate], name: "gate-test-llvm-darwin-amd64" } ${gateTestDarwinLLVM} {capabilities: [darwin_sierra, amd64], targets : [gate], name: "gate-test-llvm-darwin-amd64" }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment