This is an automated email from the ASF dual-hosted git repository.

jianglongtao pushed a commit to branch fix-33341
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 0cd29fd64561309596339f2897939976595cc0fd
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Sep 5 11:44:05 2024 +0800

    Refactor : rename the test image
---
 .github/workflows/e2e-sql.yml                                           | 2 +-
 .github/workflows/nightly-e2e-sql.yml                                   | 2 +-
 .github/workflows/workflow-dispatch-e2e-sql.yml                         | 2 +-
 .../e2e/env/container/atomic/constants/ProxyContainerConstants.java     | 2 +-
 test/e2e/fixture/pom.xml                                                | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index b32aed8a179..dbd9d7a0c78 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -88,7 +88,7 @@ jobs:
       - name: Build E2E Image
         run: ./mvnw -B clean install -am -pl test/e2e/sql -Pit.env.docker 
-DskipTests -Dspotless.apply.skip=true
       - name: Save E2E Image
-        run: docker save -o /tmp/${{ 
needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar 
apache/shardingsphere-proxy-test:latest
+        run: docker save -o /tmp/${{ 
needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar 
apache/shardingsphere-proxy-honor-test:latest
       - uses: actions/upload-artifact@v4
         with:
           name: e2e-image
diff --git a/.github/workflows/nightly-e2e-sql.yml 
b/.github/workflows/nightly-e2e-sql.yml
index d0369a69c59..509b6d5569f 100644
--- a/.github/workflows/nightly-e2e-sql.yml
+++ b/.github/workflows/nightly-e2e-sql.yml
@@ -56,7 +56,7 @@ jobs:
       - name: Build E2E Image
         run: ./mvnw -B clean install -am -pl test/e2e/sql -Pit.env.docker 
-DskipTests -Dspotless.apply.skip=true
       - name: Save E2E Image
-        run: docker save -o /tmp/${{ 
needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar 
apache/shardingsphere-proxy-test:latest
+        run: docker save -o /tmp/${{ 
needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar 
apache/shardingsphere-proxy-honor-test:latest
       - uses: actions/upload-artifact@v4
         with:
           name: e2e-image
diff --git a/.github/workflows/workflow-dispatch-e2e-sql.yml 
b/.github/workflows/workflow-dispatch-e2e-sql.yml
index 0a13c874a7d..99fe151ff8e 100644
--- a/.github/workflows/workflow-dispatch-e2e-sql.yml
+++ b/.github/workflows/workflow-dispatch-e2e-sql.yml
@@ -58,7 +58,7 @@ jobs:
           ./mvnw -B clean install -am -pl test/e2e/sql -Pit.env.docker 
-DskipTests -Dspotless.apply.skip=true -Dmaven.repo.local=${{ 
env.DEPENDENCY_PATH }}
           mkdir -p /tmp/dbplus-engine-honor/
       - name: Save E2E Image
-        run: docker save -o /tmp/dbplus-engine-honor/${{ 
needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar 
apache/shardingsphere-proxy-test:latest
+        run: docker save -o /tmp/dbplus-engine-honor/${{ 
needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar 
apache/shardingsphere-proxy-honor-test:latest
       - uses: actions/upload-artifact@v4
         with:
           name: e2e-image
diff --git 
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
 
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
index 9c97fd721b6..12b98d65890 100644
--- 
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
+++ 
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
@@ -36,7 +36,7 @@ public final class ProxyContainerConstants {
     
     public static final String PROXY_CONTAINER_NAME_PREFIX = 
"ShardingSphere-Proxy";
     
-    public static final String PROXY_CONTAINER_IMAGE = 
"apache/shardingsphere-proxy-test";
+    public static final String PROXY_CONTAINER_IMAGE = 
"apache/shardingsphere-proxy-honor-test";
     
     public static final String PROXY_CONTAINER_ABBREVIATION = "proxy";
 }
diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml
index 4ae0e896ada..1a877cda3fa 100644
--- a/test/e2e/fixture/pom.xml
+++ b/test/e2e/fixture/pom.xml
@@ -155,7 +155,7 @@
                         <groupId>com.spotify</groupId>
                         <artifactId>dockerfile-maven-plugin</artifactId>
                         <configuration>
-                            
<repository>apache/shardingsphere-proxy-test</repository>
+                            
<repository>apache/shardingsphere-proxy-honor-test</repository>
                             <tag>${project.version}</tag>
                             <tag>latest</tag>
                             <buildArgs>

Reply via email to