@@ -59,17 +59,17 @@ local common = import '../common.jsonnet';
5959 graalNodeJs + common.jdk8 + common.gate + common.darwin + common.gateTags + {environment+: {TAGS: 'all' }} + {name: 'nodejs-gate-jdk8-darwin-amd64' },
6060 graalNodeJs + common.jdk11 + common.gate + common.darwin + common.gateTags + {environment+: {TAGS: 'all' }} + {name: 'nodejs-gate-jdk11-darwin-amd64' },
6161 graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + common.gateTags + {environment+: {TAGS: 'windows' }} + {name: 'nodejs-gate-jdk8-windows-amd64' },
62- graalNodeJs + common.jdk11 + common.gate + common.windows_vs2017 + common.gateTags + {environment+: {TAGS: 'windows' }} + {name: 'nodejs-gate-jdk11-windows-amd64' },
62+ graalNodeJs + common.jdk11 + common.gate + common.windows_jdk11 + common.gateTags + {environment+: {TAGS: 'windows' }} + {name: 'nodejs-gate-jdk11-windows-amd64' },
6363// disabled due to GR-26245
64- // graalNodeJs + common.jdk15 + common.gate + common.windows_vs2019 + common.gateTags + {environment+: {TAGS: 'windows'}} + {name: 'nodejs-gate-jdk15-windows-amd64'},
64+ // graalNodeJs + common.jdk15 + common.gate + common.windows_jdk15 + common.gateTags + {environment+: {TAGS: 'windows'}} + {name: 'nodejs-gate-jdk15-windows-amd64'},
6565 graalNodeJs + common.jdk8 + common.gate + common.linux + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk8-linux-amd64' },
6666 graalNodeJs + common.jdk8 + common.gate + common.darwin + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk8-darwin-amd64' },
6767 graalNodeJs + common.jdk11 + common.gate + common.linux + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk11-linux-amd64' },
6868 graalNodeJs + common.jdk11 + common.gate + common.darwin + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk11-darwin-amd64' },
6969 graalNodeJs + common.jdk15 + common.gate + common.linux + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk15-linux-amd64' },
7070 graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk8-windows-amd64' },
71- graalNodeJs + common.jdk11 + common.gate + common.windows_vs2017 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk11-windows-amd64' },
72- graalNodeJs + common.jdk15 + common.gate + common.windows_vs2019 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk15-windows-amd64' },
71+ graalNodeJs + common.jdk11 + common.gate + common.windows_jdk11 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk11-windows-amd64' },
72+ graalNodeJs + common.jdk15 + common.gate + common.windows_jdk15 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk15-windows-amd64' },
7373
7474 graalNodeJs + common.jdk8 + common.gate + common.linux + buildAddons + testNode + {environment+: {SUITE: 'addons' , PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-addons-jdk8-linux-amd64' },
7575 graalNodeJs + common.jdk8 + common.gate + common.linux + buildNodeAPI + testNode + {environment+: {SUITE: 'node-api' , PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-node-api-jdk8-linux-amd64' },
0 commit comments