Skip to content

Commit 9aa7b82

Browse files
committed
Update CI Properties.
See #3062
1 parent 563e6ff commit 9aa7b82

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

.mvn/extensions.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
Copyright 2011-2025 the original author or authors.
5-
6-
Licensed under the Apache License, Version 2.0 (the "License");
7-
you may not use this file except in compliance with the License.
8-
You may obtain a copy of the License at
9-
10-
https://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
17-
18-
-->
192
<extensions>
203
<extension>
214
<groupId>io.spring.develocity.conventions</groupId>

ci/pipeline.properties

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
#
2-
# Copyright 2011-2025 the original author or authors.
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# https://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
171
# Java versions
182
java.main.tag=25-jdk-noble
193
java.next.tag=25-jdk-noble
@@ -30,11 +14,12 @@ docker.mongodb.8.0.version=8.0.9
3014
# Supported versions of Redis
3115
docker.redis.6.version=6.2.13
3216
docker.redis.7.version=7.2.4
17+
docker.redis.8.version=8.2.2
3318
docker.valkey.8.version=8.1.1
3419

3520
# Docker environment settings
36-
docker.java.inside.basic=-v $HOME:/tmp/jenkins-home
37-
docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home
21+
docker.java.inside.basic=-v $HOME:/tmp/jenkins-home --ulimit nofile=32000:32000
22+
docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home --ulimit nofile=32000:32000
3823

3924
# Credentials
4025
docker.registry=

0 commit comments

Comments
 (0)