@@ -11,7 +11,7 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
11
11
notify_groups: ["truffle" ],
12
12
components+: ["truffletck" ],
13
13
timelimit: '35:00' ,
14
- name: self .targets[ 0 ] + ' -vm-truffle-native-tck-labs' + self .jdk_name + '-linux-amd64' ,
14
+ name: 'gate -vm-truffle-native-tck-labs' + self .jdk_name + '-linux-amd64' ,
15
15
logs+: [
16
16
"*/call_tree.txt.gz"
17
17
]
@@ -24,7 +24,7 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
24
24
notify_groups: ["wasm" ],
25
25
components+: ["truffletck" ],
26
26
timelimit: '35:00' ,
27
- name: self .targets[ 0 ] + ' -vm-truffle-native-tck-wasm-labs' + self .jdk_name + '-linux-amd64' ,
27
+ name: 'gate -vm-truffle-native-tck-wasm-labs' + self .jdk_name + '-linux-amd64' ,
28
28
},
29
29
30
30
local truffle_maven_downloader = graal_common.deps.svm + graal_common.deps.sulong + {
@@ -37,21 +37,21 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
37
37
packages+: {
38
38
maven: '==3.5.3' ,
39
39
},
40
- name: self .targets[ 0 ] + ' -vm-ce-truffle-maven-downloader-labs' + self .jdk_name + '-linux-amd64' ,
40
+ name: 'gate -vm-ce-truffle-maven-downloader-labs' + self .jdk_name + '-linux-amd64' ,
41
41
},
42
42
43
43
local builds = [
44
- vm.vm_java_Latest + graal_common.deps.svm + graal_common.deps.sulong + graal_common.deps.graalpy + vm.custom_vm + vm_common.vm_base('linux' , 'amd64' , 'post-merge ' ) + {
44
+ vm.vm_java_Latest + graal_common.deps.svm + graal_common.deps.sulong + graal_common.deps.graalpy + vm.custom_vm + vm_common.vm_base('linux' , 'amd64' , 'tier3 ' ) + {
45
45
run+: [
46
46
['mx' , '--env' , vm.edition, '--native-images=true' , '--dy' , 'graalpython' , 'gate' , '-B--targets=GRAALPY_NATIVE_STANDALONE' , '--no-warning-as-error' , '--tags' , 'build,python' ],
47
47
],
48
48
notify_groups: ["python" ],
49
49
timelimit: '45:00' ,
50
- name: 'post-merge -vm-native-graalpython-linux-amd64' ,
50
+ name: 'gate -vm-native-graalpython-linux-amd64' ,
51
51
},
52
- vm.vm_java_Latest + vm_common.vm_base('linux' , 'amd64' , 'post-merge ' ) + truffle_native_tck,
53
- vm.vm_java_Latest + vm_common.vm_base('linux' , 'amd64' , 'post-merge ' ) + truffle_native_tck_wasm,
54
- vm.vm_java_Latest + vm_common.vm_base('linux' , 'amd64' , 'post-merge ' ) + truffle_maven_downloader,
52
+ vm.vm_java_Latest + vm_common.vm_base('linux' , 'amd64' , 'tier3 ' ) + truffle_native_tck,
53
+ vm.vm_java_Latest + vm_common.vm_base('linux' , 'amd64' , 'tier3 ' ) + truffle_native_tck_wasm,
54
+ vm.vm_java_Latest + vm_common.vm_base('linux' , 'amd64' , 'tier3 ' ) + truffle_maven_downloader,
55
55
],
56
56
57
57
builds: utils.add_defined_in(builds, std.thisFile ),
0 commit comments