Skip to content

Commit 1de993f

Browse files
committed
[GR-68282] Bump ci specVersion to 7
PullRequest: graal/21697
2 parents cd4954b + dacc6aa commit 1de993f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ local libgraal(builds, include=true) = [b for b in builds if (std.findSubstr("li
5050
assert std.length(std.toString(import 'ci/ci_common/common.jsonnet')) > 0,
5151
ci_resources:: (import 'ci/ci_common/ci-resources.libsonnet'),
5252
overlay: graal_common.ci.overlay,
53-
specVersion: "4",
53+
specVersion: "7",
5454
tierConfig: {
5555
tier1: "gate",
5656
tier2: "gate",

ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ common + common.frequencies + {
131131
},
132132
local linux_deps_extras = {
133133
packages+: {
134-
"apache/ant": ">=1.9.4",
134+
"apache/ant": "==1.10.1",
135135
},
136136
},
137137

graal-common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.",
33
"ci": {
4-
"overlay": "fdd1c23beaa26526a6d9b6c5dc5ee66feb64672c"
4+
"overlay": "3e032b0adc64c05bbd0aef1c116f4e69796aee9e",
55
}
66
}

truffle/ci/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
name: 'gate-external-mvn-simplelanguage-' + self.jdk_name,
8484
packages+: {
8585
maven: "==3.3.9",
86-
ruby: ">=2.1.0",
86+
ruby: "==3.0.2",
8787
},
8888
mx_cmd: ["mx"],
8989
run+: [

visualizer/ci/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
linux_maven: {
3838
packages+: {
39-
maven: '>=3.3.9',
39+
maven: '==3.9.10',
4040
},
4141
},
4242

vm/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ local devkits = graal_common.devkits;
467467

468468
linux_deploy: self.deploy_build + {
469469
packages+: {
470-
maven: '>=3.3.9',
470+
maven: '==3.5.3',
471471
},
472472
},
473473

vm/ci/ci_includes/vm-native.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ local graal_common = import '../../../ci/ci_common/common.jsonnet';
3535
components+: ["truffle"],
3636
timelimit: '30:00',
3737
packages+: {
38-
maven: '>=3.3.9',
38+
maven: '==3.5.3',
3939
},
4040
name: self.targets[0] + '-vm-ce-truffle-maven-downloader-labs' + self.jdk_name + '-linux-amd64',
4141
},

web-image/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ local node_map = {
5454

5555
maven: {
5656
packages+: {
57-
maven: '>=3.6.3',
57+
maven: '==3.9.10',
5858
},
5959
},
6060

web-image/ci/ci_common/wi-run-spec.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local os_arch_jdk_mixin(mapping) = r.task_spec(r.evaluate_late({
3434

3535
docker_ol8: {
3636
docker: {
37-
image: 'phx.ocir.io/oraclelabs2/c_graal/buildslave:buildslave_ol8',
37+
image: 'buildslave_ol8',
3838
mount_modules: true,
3939
},
4040
},

0 commit comments

Comments
 (0)