This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch 2.6.0
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.6.0 by this push:
new 38296dd9b8 optimize: update jib-maven-plugin version and increase
parallel test execution limits (#7942)
38296dd9b8 is described below
commit 38296dd9b8efa93b084c1c56296453cc4c917e98
Author: funkye <[email protected]>
AuthorDate: Thu Jan 15 14:28:03 2026 +0800
optimize: update jib-maven-plugin version and increase parallel test
execution limits (#7942)
---
.github/workflows/test-druid.yml | 1 +
.github/workflows/test-ubuntu.yml | 5 +++--
.github/workflows/test.yml | 2 +-
build/pom.xml | 2 +-
changes/en-us/2.6.0.md | 1 +
changes/zh-cn/2.6.0.md | 1 +
6 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test-druid.yml b/.github/workflows/test-druid.yml
index ff92270313..222edaf768 100644
--- a/.github/workflows/test-druid.yml
+++ b/.github/workflows/test-druid.yml
@@ -39,6 +39,7 @@ jobs:
name: "test-druid"
runs-on: ubuntu-24.04
strategy:
+ max-parallel: 4
fail-fast: false
matrix:
druid: [
diff --git a/.github/workflows/test-ubuntu.yml
b/.github/workflows/test-ubuntu.yml
index 52b2839367..cbac3729c7 100644
--- a/.github/workflows/test-ubuntu.yml
+++ b/.github/workflows/test-ubuntu.yml
@@ -39,7 +39,7 @@ jobs:
options: --health-cmd="curl -f http://localhost:8848/nacos"
--health-interval=10s --health-timeout=5s --health-retries=3
--health-start-period=30s
runs-on: "${{ matrix.os }}"
strategy:
- max-parallel: 3
+ max-parallel: 6
fail-fast: false
matrix:
java: [ 8, 11, 17, 21, 25 ]
@@ -96,7 +96,7 @@ jobs:
options: --health-cmd="curl -f http://localhost:8848/nacos"
--health-interval=10s --health-timeout=5s --health-retries=3
--health-start-period=30s
runs-on: "${{ matrix.os }}"
strategy:
- max-parallel: 3
+ max-parallel: 6
fail-fast: false
matrix:
java: [ 17, 21, 25 ]
@@ -142,6 +142,7 @@ jobs:
name: "test-arm64"
runs-on: ubuntu-24.04-arm
strategy:
+ max-parallel: 6
fail-fast: false
matrix:
springboot: [
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3004bee0dc..3856174468 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
name: "test"
runs-on: "${{ matrix.os }}"
strategy:
- max-parallel: 3
+ max-parallel: 6
fail-fast: false
matrix:
java: [ 8, 11, 17, 21 ]
diff --git a/build/pom.xml b/build/pom.xml
index 4b435859a8..d5a5228dac 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -123,7 +123,7 @@
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
<maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
- <jib-maven-plugin.version>3.3.0</jib-maven-plugin.version>
+ <jib-maven-plugin.version>3.5.1</jib-maven-plugin.version>
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<!-- Deploy && GPG -->
diff --git a/changes/en-us/2.6.0.md b/changes/en-us/2.6.0.md
index 44f87e5714..f8bbfb3789 100644
--- a/changes/en-us/2.6.0.md
+++ b/changes/en-us/2.6.0.md
@@ -124,6 +124,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7909](https://github.com/apache/incubator-seata/pull/7909)] add comments
to the namingserver address configuration in console application file
- [[#7913](https://github.com/apache/incubator-seata/pull/7913)] remove
@author info
- [[#7931](https://github.com/apache/incubator-seata/pull/7931)] pin the
Spring version for namingserver and console
+- [[#7942](https://github.com/apache/incubator-seata/pull/7942)] update
jib-maven-plugin version and increase parallel test execution limits
### security:
diff --git a/changes/zh-cn/2.6.0.md b/changes/zh-cn/2.6.0.md
index bcd201d845..86f982ffab 100644
--- a/changes/zh-cn/2.6.0.md
+++ b/changes/zh-cn/2.6.0.md
@@ -123,6 +123,7 @@
- [[#7909](https://github.com/apache/incubator-seata/pull/7909)]
在控制台配置文件中为namingserver地址配置添加注释
- [[#7913](https://github.com/apache/incubator-seata/pull/7913)] 移除 @author 信息
- [[#7931](https://github.com/apache/incubator-seata/pull/7931)]
固定namingserver和console的spring版本
+- [[#7942](https://github.com/apache/incubator-seata/pull/7942)]
升级jib-maven-plugin版本和提高ci并行度
### security:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]