@@ -58,7 +58,7 @@ local common = import '../common.jsonnet';
5858 graalNodeJs + common.jdk15 + common.gate + common.linux + common.gateTags + {environment+: {TAGS: 'all' }} + {name: 'nodejs-gate-jdk15-linux-amd64' },
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' },
61- graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + common.gateTags + {environment+: {TAGS: 'windows' }} + {name: 'nodejs-gate-jdk8-windows-amd64' },
61+ graalNodeJs + common.jdk8 + common.gate + common.windows_jdk8 + common.gateTags + {environment+: {TAGS: 'windows' }} + {name: 'nodejs-gate-jdk8-windows-amd64' },
6262 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
6464// graalNodeJs + common.jdk15 + common.gate + common.windows_jdk15 + common.gateTags + {environment+: {TAGS: 'windows'}} + {name: 'nodejs-gate-jdk15-windows-amd64'},
@@ -67,7 +67,7 @@ local common = import '../common.jsonnet';
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' },
70- graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk8-windows-amd64' },
70+ graalNodeJs + common.jdk8 + common.gate + common.windows_jdk8 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk8-windows-amd64' },
7171 graalNodeJs + common.jdk11 + common.gate + common.windows_jdk11 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk11-windows-amd64' },
7272 graalNodeJs + common.jdk15 + common.gate + common.windows_jdk15 + gateSubstrateVm + {name: 'nodejs-gate-substratevm-jdk15-windows-amd64' },
7373
@@ -83,10 +83,10 @@ local common = import '../common.jsonnet';
8383 graalNodeJs + common.jdk8 + common.gate + common.linux + testNode + {environment+: {SUITE: parallelNoHttp2, PART: '-r3,5' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-parallel-4-jdk8-linux-amd64' },
8484 graalNodeJs + common.jdk8 + common.gate + common.linux + testNode + {environment+: {SUITE: parallelNoHttp2, PART: '-r4,5' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-parallel-5-jdk8-linux-amd64' },
8585
86- graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + testNode + {environment+: {SUITE: 'async-hooks' , PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-async-hooks-jdk8-windows-amd64' },
87- graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + testNode + {environment+: {SUITE: 'es-module' , PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-es-module-jdk8-windows-amd64' },
86+ graalNodeJs + common.jdk8 + common.gate + common.windows_jdk8 + testNode + {environment+: {SUITE: 'async-hooks' , PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-async-hooks-jdk8-windows-amd64' },
87+ graalNodeJs + common.jdk8 + common.gate + common.windows_jdk8 + testNode + {environment+: {SUITE: 'es-module' , PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-gate-es-module-jdk8-windows-amd64' },
8888 # We run the `sequential` tests with a smaller heap because `test/sequential/test-child-process-pass-fd.js` starts 80 child processes.
89- graalNodeJs + common.jdk8 + common.gate + common.windows_vs2010 + testNode + {environment+: {SUITE: 'sequential' , PART: '-r0,1' , MAX_HEAP: '512M' }} + {name: 'nodejs-gate-sequential-jdk8-windows-amd64' },
89+ graalNodeJs + common.jdk8 + common.gate + common.windows_jdk8 + testNode + {environment+: {SUITE: 'sequential' , PART: '-r0,1' , MAX_HEAP: '512M' }} + {name: 'nodejs-gate-sequential-jdk8-windows-amd64' },
9090
9191 // post-merges
9292 graalNodeJs + common.jdk8 + common.postMerge + common.linux + testNode + {environment+: {SUITE: parallelHttp2, PART: '-r0,1' , MAX_HEAP: '8G' }} + {name: 'nodejs-postmerge-parallel-http2-jdk8-linux-amd64' },
0 commit comments