Skip to content

Commit 3978176

Browse files
committed
[WIP] [GR-61569] Move vm style gate to JDK latest
PullRequest: graal/19877
2 parents 43e6192 + 485a716 commit 3978176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/ci/ci_common/common.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,11 +601,11 @@ local devkits = graal_common.devkits;
601601
#
602602
# Gates
603603
#
604-
vm.vm_java_21 + graal_common.deps.eclipse + graal_common.deps.jdt + self.vm_base('linux', 'amd64', 'gate') + galahad.exclude + {
604+
vm.vm_java_Latest + graal_common.deps.eclipse + graal_common.deps.jdt + graal_common.deps.spotbugs + self.vm_base('linux', 'amd64', 'gate') + galahad.exclude + {
605605
run: [
606606
['mx', 'gate', '-B=--force-deprecation-as-warning', '--tags', 'style,fullbuild'],
607607
],
608-
name: 'gate-vm-style-jdk21-linux-amd64',
608+
name: 'gate-vm-style-' + self.jdk_name + "-linux-amd64",
609609
},
610610

611611
vm.vm_java_Latest + sulong_vm_tests,

0 commit comments

Comments
 (0)