Skip to content

Commit e4ee968

Browse files
committed
Share artifact between smoke test and auxiliary engine cache test.
1 parent d2b9c9a commit e4ee968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ local ci = import '../ci.jsonnet';
118118
graalNodeJs + common.jdk17 + common.gate + common.windows_jdk17 + gateSubstrateVmSmokeTest + {name: 'nodejs-gate-substratevm-ce-jdk17-windows-amd64'},
119119

120120
graalNodeJs + common.jdk17 + common.gate + common.linux + vm_env + gateVmSmokeTest + artifact + ce + {name: 'nodejs-gate-substratevm-ce-jdk17-linux-amd64'},
121-
graalNodeJs + common.jdk17 + common.gate + common.linux + vm_env + gateVmSmokeTest + ee + {name: 'nodejs-gate-substratevm-ee-jdk17-linux-amd64'},
121+
graalNodeJs + common.jdk17 + common.gate + common.linux + vm_env + gateVmSmokeTest + artifact + ee + {name: 'nodejs-gate-substratevm-ee-jdk17-linux-amd64'},
122122

123123
graalNodeJs + common.jdk17 + common.gate + common.linux + buildAddons + testNode('addons', part='-r0,1', max_heap='8G') + {name: 'nodejs-gate-addons-jdk17-linux-amd64'},
124124
graalNodeJs + common.jdk17 + common.gate + common.linux + buildNodeAPI + testNode('node-api', part='-r0,1', max_heap='8G') + {name: 'nodejs-gate-node-api-jdk17-linux-amd64'},

0 commit comments

Comments
 (0)