Skip to content

Commit 33f147b

Browse files
committed
Delete jobs that used to test the component installer (gu).
1 parent 48436cd commit 33f147b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

vm/ci/ci_includes/vm.jsonnet

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,6 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
8686
},
8787

8888
local builds = [
89-
utils.add_gate_predicate(self.vm_java_Latest + vm_common.vm_base('linux', 'amd64', 'gate') + {
90-
run: [
91-
['mx', 'build'],
92-
['mx', 'unittest', '--suite', 'vm'],
93-
],
94-
name: 'gate-vm-unittest-linux-amd64',
95-
timelimit: '30:00',
96-
}, ['sdk', 'truffle', 'vm']),
97-
utils.add_gate_predicate(self.vm_java_Latest + graal_common.devkits['windows-jdkLatest'] + vm_common.vm_base('windows', 'amd64', 'gate') + {
98-
run: [
99-
['mx', 'build'],
100-
['mx', 'unittest', '--suite', 'vm'],
101-
],
102-
name: 'gate-vm-unittest-windows-amd64',
103-
timelimit: '30:00',
104-
}, ["sdk", "truffle", "vm"]),
10589
self.vm_java_Latest + vm_common.vm_base('linux', 'amd64', 'gate') + graal_common.deps.sulong + {
10690
environment+: {
10791
DYNAMIC_IMPORTS: '/tools,/substratevm,/sulong',

0 commit comments

Comments
 (0)