Skip to content

Commit

Permalink
CI: Remove all non-style jdk-21 nodejs jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
woess committed Feb 8, 2025
1 parent 90bfb0d commit 846aeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '';
Expand Down
2 changes: 1 addition & 1 deletion graal-nodejs/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 846aeec

Please sign in to comment.