Skip to content

Commit dd76c3f

Browse files
committed
[GR-15687] Do not deploy from the 'graal-js' suite.
1 parent b2084ef commit dd76c3f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

graal-js/ci.jsonnet

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ local common = import '../common.jsonnet';
6969
timelimit: '10:00',
7070
},
7171

72-
local mavenDeploy = {
73-
run+: [
74-
['mx', '--dynamicimports', '/tools,/compiler', 'build'],
75-
['mx', '--dynamicimports', '/tools,/compiler', 'maven-deploy', '--all-suites', '--all-distribution-types', '--validate', 'full', '--licenses', 'UPL,MIT', 'graaljs-lafo'],
76-
],
77-
timelimit: '10:00',
78-
},
79-
8072
builds: [
8173
// jdk 8 - linux
8274
graalJs + common.jdk8 + common.gate + common.linux + gateGraalImport + {environment+: {GATE_TAGS: 'style,fullbuild'}} + {name: 'js-gate-style-fullbuild-graal-import-jdk8-linux-amd64'},
@@ -98,6 +90,5 @@ local common = import '../common.jsonnet';
9890
graalJs + common.jdk11 + common.gate + common.linux + gateGraalImport + {environment+: {GATE_TAGS: 'style,fullbuild'}} + {name: 'js-gate-style-fullbuild-graal-import-jdk11-linux-amd64'},
9991
graalJs + common.jdk11 + common.gate + common.linux + gateGraalTip + {environment+: {GATE_TAGS: 'default'}} + {name: 'js-gate-default-graal-tip-jdk11-linux-amd64'},
10092
graalJs + common.jdk11 + common.gate + common.linux + mavenDeployDryRun + {name: 'js-gate-maven-dry-run-jdk11-linux-amd64'},
101-
graalJs + common.jdk11 + common.gate + common.linux + common.postMerge + mavenDeploy + {name: 'js-deploy-maven-jdk11-linux-amd64'},
10293
],
10394
}

0 commit comments

Comments
 (0)