Skip to content

Commit 779f917

Browse files
committed
Run vm style checks in tier1.
1 parent 4dfe892 commit 779f917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ local devkits = graal_common.devkits;
577577
#
578578
# Gates
579579
#
580-
vm.vm_java_Latest + graal_common.deps.eclipse + graal_common.deps.jdt + graal_common.deps.spotbugs + self.vm_base('linux', 'amd64', 'gate') + galahad.exclude + {
580+
vm.vm_java_Latest + graal_common.deps.eclipse + graal_common.deps.jdt + graal_common.deps.spotbugs + self.vm_base('linux', 'amd64', 'tier1') + galahad.exclude + {
581581
run: [
582582
['mx', 'gate', '-B=--force-deprecation-as-warning', '--tags', 'style,fullbuild'],
583583
],

0 commit comments

Comments
 (0)