We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b8f5c commit cde5385Copy full SHA for cde5385
ci.jsonnet
@@ -30,8 +30,8 @@ local builder = import 'ci_common/builder.libsonnet';
30
builder.testGate(type="unittest-jython", platform="linux"),
31
32
// JDK11
33
- builder.testGate11(type="unittest", platform="linux"),
34
- builder.testGate11(type="svm-unittest", platform="linux"),
+ // builder.testGate11(type="unittest", platform="linux"),
+ // builder.testGate11(type="svm-unittest", platform="linux"),
35
36
// junit
37
builder.testGate(type="junit", platform="linux"),
0 commit comments