From 846aeec99a6e529cfea761aea6c855a34ae6b3cb Mon Sep 17 00:00:00 2001 From: Andreas Woess Date: Fri, 7 Feb 2025 16:36:41 +0100 Subject: [PATCH] CI: Remove all non-style jdk-21 nodejs jobs. --- ci.jsonnet | 1 + graal-nodejs/ci.jsonnet | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.jsonnet b/ci.jsonnet index c7fe1f38ae2..43d06ad3837 100644 --- a/ci.jsonnet +++ b/ci.jsonnet @@ -106,6 +106,7 @@ local graalNodeJs = import 'graal-nodejs/ci.jsonnet'; common.jdk21 + common.linux_amd64, common.jdklatest + common.linux_amd64, ], + jdklatestPlatforms:: [p for p in $.supportedPlatforms if p.jdk_name == 'jdk-latest'], local artifact_name(jdk, edition, os, arch, prefix='js', suffix='') = assert prefix != '' && edition != '' && jdk != '' && os != '' && arch != ''; diff --git a/graal-nodejs/ci.jsonnet b/graal-nodejs/ci.jsonnet index c956a677998..15ee1c4c4ca 100644 --- a/graal-nodejs/ci.jsonnet +++ b/graal-nodejs/ci.jsonnet @@ -191,7 +191,7 @@ local cicommon = import '../ci/common.jsonnet'; graalNodeJs + vm_env + build + testNode(parallelHttp2, max_heap='4G') + {name: 'parallel-http2'} + promoteToTarget(common.postMerge, [ci.mainGatePlatform], override=true), - ]], defaultTarget=common.weekly), + ]], platforms=ci.jdklatestPlatforms, defaultTarget=common.weekly), // Builds that only need to run on one platform local otherBuilds = generateBuilds([