Skip to content

Commit 96df837

Browse files
committed
consider TCK for code coverage; only do build instead of fullbuild
1 parent 48c9972 commit 96df837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ local common = import '../common.jsonnet';
101101
graalJs + common.jdk8 + common.gate + common.linux + gateGraalImport + {environment+: {GATE_TAGS: 'tck,build'}} + {name: 'js-gate-tck-build-graal-import-jdk8-linux-amd64'},
102102

103103
// jdk8 - coverage
104-
graalJs + common.jdk8 + common.weekly + common.linux + gateCoverage + {environment+: {GATE_TAGS: 'fullbuild,default'}} + {name: 'js-coverage-jdk8-linux-amd64'},
104+
graalJs + common.jdk8 + common.weekly + common.linux + gateCoverage + {environment+: {GATE_TAGS: 'build,default,tck'}} + {name: 'js-coverage-jdk8-linux-amd64'},
105105

106106
// jdk 8 - sparc
107107
graalJs + common.jdk8 + common.gate + common.sparc + gateGraalTip + {environment+: {GATE_TAGS: 'default'}} + {name: 'js-gate-default-graal-tip-jdk8-solaris-sparcv9'},

0 commit comments

Comments
 (0)